aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/ld
AgeCommit message (Expand)Author
2014-05-20cmd/ld: make lldb happy with Mach-O 6.out filesRuss Cox
2014-05-19cmd/ld: abort if (32-bit) address relocation is negative on amd64.Shenghou Ma
2014-05-06cmd/ld: correct pe section number in symbol tableAlex Brainman
2014-04-21cmd/ld: correct addresses in windows pe symbol tableAlex Brainman
2014-04-21runtime, cmd/ld, cmd/5l, run.bash: enable external linking on FreeBSD/ARM.Shenghou Ma
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-16cmd/ld: populate pe symbol table with Go symbolsAlex Brainman
2014-04-16liblink, cmd/ld: reenable nosplit checking and testRuss Cox
2014-04-16liblink: add leaf bit to object file formatRuss Cox
2014-04-16liblink: fix incorrect hash collision in lookupRuss Cox
2014-04-16cmd/ld: cast PE32 absolute addend to int32.Shenghou Ma
2014-04-16cmd/ld: correct comment.Shenghou Ma
2014-04-15cmd/ld: record complete runtime-gdb.py path againRuss Cox
2014-04-15cmd/ld: attempt at fixing openbsd buildRuss Cox
2014-04-15cmd/ld: use TLS relocations on ELF systems in external linking modeRuss Cox
2014-04-15liblink: introduce TLS register on 386 and amd64Russ Cox
2014-04-14liblink: remove arch-specific constants from file formatRuss Cox
2014-04-03cmd/cc: emit gc bitmaps in read-only memoryRuss Cox
2014-04-02cmd/ld: get rid of map.bucket's data field from dwarf info.Keith Randall
2014-04-02cmd/gc, cmd/ld, runtime: compact liveness bitmapsRuss 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-26runtime: use VEH for windows/amd64 exception handlingAlex Brainman
2014-03-21cmd/ld: fix warnings on Plan 9David du Colombier
2014-03-14cmd/gc: replace 'ยท' as '.' in ELF/Mach-O symbol tablesShenghou Ma
2014-03-12cmd/ld: give acid a fighting chance at unwinding the stackAnthony Martin
2014-03-05cmd/ld: don't include padding length in size of the note sectionShenghou Ma
2014-03-04cmd/ld: clear unused ctxt before morestackRuss Cox
2014-03-03cmd/ld: DWARF opcode base to 10Graham King
2014-03-03cmd/ld: fix warning on Plan 9David du Colombier
2014-02-28cmd/ld: fix misgenerated pcln file numbersJosh Bleecher Snyder
2014-02-27all: final merge of NaCl treeRuss Cox
2014-02-25cmd/ld: fix build for ARMv5.Shenghou Ma
2014-02-23cmd/ld: don't emit unreachable dynimport symbols in ELF symtab.Shenghou Ma
2014-02-20cmd/ld: fix off-by-one error in DWARF .debug_line transcriptionJosh Bleecher Snyder
2014-02-19cmd/ld: drop gcargs, gclocals symbols from symbol tableRuss Cox
2014-02-18cmd/ld: remove Plan 9 symbol tableRuss Cox
2014-02-12cmd/cc, cmd/gc, cmd/ld: consolidate print format routinesAnthony Martin
2014-02-11cmd/ld, cmd/6l: part 2 of solaris/amd64 linker changes.Shenghou Ma
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-21liblink: remove use of linkmode on ARMRuss Cox
2014-01-21cmd/ld: support archives larger than 2GIan Lance Taylor
2014-01-14cmd/ld: document the -w flag, which disables DWARF generationRob Pike
2013-12-20cmd/ld: make hostobj work on newer openbsdJoel Sing
2013-12-18debug/goobj: expand package prefix correctlyRuss Cox