aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/ld
AgeCommit message (Expand)Author
2015-03-01cmd/5l etc: replace C code with Go codeRuss Cox
2015-03-01cmd/ld: clean for c2goRuss Cox
2015-02-26liblink: delete unused codeRuss Cox
2015-02-23[dev.cc] all: merge master (48469a2) into dev.ccRuss Cox
2015-02-23cmd/ld: fix warning on Plan 9David du Colombier
2015-02-20[dev.cc] all: merge master (5868ce3) into dev.ccRuss Cox
2015-02-17[dev.cc] cmd/gc, cmd/ld, runtime: minor tweaks for c2goRuss Cox
2015-02-13cmd/ld: always mark tlsg STLSBSSDavid Crawshaw
2015-02-13cmd/ld: set alignment for the .rel.plt section on 32-bit architecturesShenghou Ma
2015-02-13cmd/ld: make cmd/ld a real libraryRuss Cox
2015-02-10runtime: don't put container symbols in functabKeith Randall
2015-02-06cmd/ld: restore .debug_gdb_script section after runtime reorganizationShenghou Ma
2015-02-06liblink, cmd/ld, cmd/5l: darwin/arm supportShenghou Ma
2015-02-06liblink, cmd/ld, runtime: set the type of runtime.tlsg in runtimeShenghou Ma
2015-02-05cmd/ld: always set timestamp in PE header to 0Shenghou Ma
2015-01-30cmd/gc, cmd/ld, liblink: update for portable Prog, Addr changesRuss Cox
2015-01-22cmd/ld: s/specificaly/specifically/ in commentMichael Matloob
2015-01-07runtime: faster version of findfuncKeith Randall
2015-01-07cmd/9l: support internal linkingAustin Clements
2015-01-07cmd/ld: support for relocation variantsAustin Clements
2015-01-07cmd/ld: support 2 byte relocationsAustin Clements
2015-01-07cmd/ld: decode local entry offset from ppc64 symbolsAustin Clements
2015-01-05Revert "liblink, cmd/ld, runtime: remove stackguard1"Russ Cox
2014-12-29liblink, cmd/ld, runtime: remove stackguard1Shenghou Ma
2014-12-26cmd/ld: put .bss from external objects into real .bss sectionShenghou Ma
2014-12-22cmd/ld: add a text generation passAustin Clements
2014-12-22runtime: hashmap: move overflow pointer to end of bucketKeith Randall
2014-12-22cmd/ld: clean up nested if when loading bind local symsAustin Clements
2014-12-18cmd/ld: add fallthrough commentAustin Clements
2014-12-18cmd/ld: set ELF ABI version for ppc64xAustin Clements
2014-12-05all: power64 is now ppc64Russ Cox
2014-12-05[dev.cc] cmd/ld: finalize linkmode before determining whether to import runti...Shenghou Ma
2014-10-22[dev.power64] all: merge default into dev.power64Austin Clements
2014-10-22build: merge the great pkg/ rename into dev.power64Austin Clements
2014-10-22[dev.power64] build: merge default into dev.power64Austin Clements
2014-10-21cmd/ld: fix addstrdata for big-endian systemsIan Lance Taylor
2014-10-20cmd/cgo: disable clang's integrated assemblerDave Cheney
2014-10-11cmd/ld: do not assume that only pe section names start with '.'Alex Brainman
2014-10-11cmd/ld: correct pe section names if longer then 8 charsAlex Brainman
2014-10-10cmd/ld: fix off-by-one error when emitting symbol namesShenghou Ma
2014-10-08cmd/ld: don't add line number info for the final address of an FDEIan Lance Taylor
2014-10-07runtime: remove type-punning for Type.gc[0], gc[1]Russ Cox
2014-10-06cmd/ld: ignore .Linfo_stringNN variables in clang .o filesRuss Cox
2014-09-29undo CL 141840043 / 65e21380cb2aBrad Fitzpatrick
2014-09-29cmd/ld: close outfile before cleanupJonathan Rudenberg
2014-09-28cmd/ld: don't automatically mark symbols created by -X as reachableIan Lance Taylor
2014-09-26cmd/go: display program name when reporting crashRuss Cox
2014-09-24build: fix elf buildsRuss Cox
2014-09-24cmd/cc, cmd/ld, runtime: disallow conservative data/bss objectsRuss Cox
2014-09-18lib9, cmd/ld: fixes for cross-linking on a Windows hostIan Lance Taylor