aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/ld
AgeCommit message (Expand)Author
2011-02-24ld: weak symbolsRuss Cox
2011-02-248l/6l: new -Hwindowsgui flag allows to build windows gui peAlex Brainman
2011-02-235l/6l/8l: use enums for header type and symbolic strings for -H option valuesAlex Brainman
2011-02-22ld: detect stack overflow due to NOSPLITRuss Cox
2011-02-18ld: drop rpathRuss Cox
2011-02-186l: pe fixesWei Guangjing
2011-02-168l,6l: allow for more os threads to be created on WindowsAlex Brainman
2011-02-07ld: fix build (uvlong vs uint64 conflict on freebsd)Rob Pike
2011-02-07loader: move the XputY routines into the ld directory.Rob Pike
2011-02-048l: fix crash writing Plan 9 binariesYuval Pavel Zholkover
2011-02-03gc, ld: package name main no longer reservedRuss Cox
2011-02-03gc, ld: detect stale or incompatible object filesRuss Cox
2011-01-31runtime: generate Go defs for C types.Luuk van Dijk
2011-01-298l/6l: pe fixesAlex Brainman
2011-01-278l: add PE dynexportWei Guangjing
2011-01-278l: fix ldpe sym name length == 8 strdup incorrect.Wei Guangjing
2011-01-24[68]l: more robust decoding of reflection type info in generating dwarf.Luuk van Dijk
2011-01-208l: emit DWARF in Windows PE.Wei Guangjing
2011-01-20cgo: windows/386 portWei Guangjing
2011-01-206l: windows/amd64 portWei Guangjing
2011-01-19gc: delete float, complexRuss Cox
2011-01-198l: pe changesAlex Brainman
2011-01-11ld: Fix exported dynamic symbols on Mach-O.Ian Lance Taylor
2011-01-11ld: Permit an Mach-O symbol to be exported in the dynamic symbol table.Ian Lance Taylor
2011-01-06ld: Permit an ELF symbol to be exported in the dynamic symbol table.Ian Lance Taylor
2010-12-17ld: ignore stab symbolsRuss Cox
2010-12-17ld: allow relocations pointing at ELF .bss symbolsRuss Cox
2010-12-15ld: text segment should not be writableRuss Cox
2010-12-168l: remove unneeded windows checkAlex Brainman
2010-12-15fix freebsd buildRuss Cox
2010-12-15remove naclRuss Cox
2010-12-15[68]l and runtime: GDB support for interfaces and goroutines.Luuk van Dijk
2010-12-13ld: missing prototypeRuss Cox
2010-12-13ld: allow .o files with no symbolsRuss Cox
2010-12-13Fix windows build.Wei Guangjing
2010-12-125g/8g, 8l, ld, prof: fix output of 32-bit valuesEoghan Sherry
2010-12-085l (and 6l, 8l, ld): more arm build fixesRuss Cox
2010-12-086l, 8l: support for linking ELF and Mach-O .o filesRuss Cox
2010-12-08ld: reading of Mach-O object filesRuss Cox
2010-12-086l, 8l: minor changes & cleanupRuss Cox
2010-12-08ld: reading of ELF object filesRuss Cox
2010-12-08ld: re-add ELF symbol tablesRuss Cox
2010-12-07ld: fix dwarf decoding of 64-bit reflect valuesEoghan Sherry
2010-12-078l : add dynimport to import table in Windows PE, initial make cgo dll work.Wei Guangjing
2010-12-068l, runtime: fix Plan 9 386 build.Yuval Pavel Zholkover
2010-12-03[68]l: generate debug info for builtin structured types. prettyprinting in gdb.Luuk van Dijk
2010-11-29[68]l: correct dwarf location for globals and ranges for arrays.Luuk van Dijk
2010-11-086l/8l: generate dwarf variable names with disambiguating suffix.Luuk van Dijk
2010-11-04Use future official DWARF language code for Go.Ian Lance Taylor
2010-11-028l: pe generation fixesAlex Brainman