aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/ld/lib.c
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-13cmd/ld: always mark tlsg STLSBSSDavid Crawshaw
2015-02-13cmd/ld: make cmd/ld a real libraryRuss Cox
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-01-30cmd/gc, cmd/ld, liblink: update for portable Prog, Addr changesRuss Cox
2015-01-05Revert "liblink, cmd/ld, runtime: remove stackguard1"Russ Cox
2014-12-29liblink, cmd/ld, runtime: remove stackguard1Shenghou Ma
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-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-24build: fix elf buildsRuss Cox
2014-09-18lib9, cmd/ld: fixes for cross-linking on a Windows hostIan Lance Taylor
2014-09-08build: adjustments for move from src/pkg to srcRuss Cox
2014-08-31cmd/ld: diagnose Go calling CRuss Cox
2014-08-27cmd/{ld,link,objdump}, runtime, debug/gosym: move linker-defined symbols into...Matthew Dempsky
2014-08-14[dev.power64] cmd/ld, runtime: detect, fix nosplit overflowsRuss Cox
2014-08-12[dev.power64] cmd/9g, cmd/gc, cmd/ld: fix build.Shenghou Ma
2014-08-07[dev.power64] cmd/ld: update for power64Shenghou Ma
2014-07-03cmd/go, cmd/ld, runtime, os/user: TLS emulation for androidDavid Crawshaw
2014-06-26all: remove 'extern register M *m' from runtimeRuss Cox
2014-05-20cmd/ld: really import runtime/cgo for external linkIan Lance Taylor
2014-04-18cmd/ld: don't delete output binary if not "ordinary" file (redux).Mike Andrews
2014-04-16cmd/ld: don't pass -rdynamic to external linker if -static is usedIan Lance Taylor
2014-04-16cmd/ld: restore the call graph dumpAnthony Martin
2014-04-16liblink, cmd/ld: reenable nosplit checking and testRuss Cox
2014-04-15cmd/ld: use TLS relocations on ELF systems in external linking modeRuss Cox
2014-04-14liblink: remove arch-specific constants from file formatRuss Cox
2014-03-29cmd/ld: pass -Qunused-arguments to clang during host linking.Shenghou Ma
2014-03-29cmd/ld: don't delete output binary if not "ordinary" file.Mike Andrews
2014-03-12cmd/ld: give acid a fighting chance at unwinding the stackAnthony Martin
2014-02-27all: final merge of NaCl treeRuss Cox
2014-02-12cmd/cc, cmd/gc, cmd/ld: consolidate print format routinesAnthony Martin
2014-02-09include, linlink, cmd/6l, cmd/ld: part 1 of solaris/amd64 linker changes.Shenghou Ma
2014-01-30cmd/ld: fix bug with "runtime/cgo" in external link modeIan Lance Taylor
2014-01-23liblink, runtime: fix cgo on armRuss Cox
2014-01-22cmd/gc, cmd/ld: fix Plan 9 warningsDavid du Colombier
2014-01-21cmd/ld: support archives larger than 2GIan Lance Taylor
2013-12-20cmd/ld: make hostobj work on newer openbsdJoel Sing
2013-12-18debug/goobj: expand package prefix correctlyRuss Cox
2013-12-17cmd/gc: implement -pack flagRuss Cox
2013-12-17cmd/ld: maintain correct headstring needed by windows port.Shenghou Ma
2013-12-16cmd/ld: move instruction selection + layout into compilers, assemblersRuss Cox
2013-12-08liblink: create new library based on linker codeRuss Cox
2013-10-03cmd/gc: support -installsuffix in the compiler and builderDave Day