aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/ld
AgeCommit message (Expand)Author
2011-07-22ld: detect all import cyclesRuss Cox
2011-07-21runtime: faster selectDmitriy Vyukov
2011-07-21ld: fix freebsd build reverting .interp moveGustavo Niemeyer
2011-07-20ld: remove overlap of ELF sections on dynamic binariesGustavo Niemeyer
2011-07-19cgo: windows amd64 portWei Guangjing
2011-07-18ld: allow seek within write bufferRuss Cox
2011-07-13docs: fix wrong it's -> itsBrad Fitzpatrick
2011-06-28ld: fix ELF strip by removing overlap of sectionsGustavo Niemeyer
2011-06-27ld: elide the Go symbol table when using -sAnthony Martin
2011-06-22ld: don't attempt to build dynamic sections unnecessarilyGustavo Niemeyer
2011-06-218l: more fixes for Plan 9Lucio De Re
2011-06-21nacl, tiny: remove vestigesRobert Hencke
2011-06-178l: minor fix discovered by lucioAlex Brainman
2011-06-14build: fix header files for Plan 9Lucio De Re
2011-06-14ld: make .rodata section read-onlyGustavo Niemeyer
2011-06-14ld: fix link Windows PE __declspec(dllimport) symbolWei Guangjing
2011-06-13ld: dwarf emit filenames in debug_line header instead of as extended opcodes.Luuk van Dijk
2011-06-095l: fix softfloat nitsRuss Cox
2011-06-07ld: fix and simplify ELF symbol generationAnthony Martin
2011-06-038l, ld: Initial adjustments for Plan 9 native compilation of 8lLucio De Re
2011-05-255l: fix buildRuss Cox
2011-05-25ld: add -w to disable dwarf, make errors obviously from dwarfRuss Cox
2011-05-258l: emit resources (.rsrc) in Windows PE.Wei Guangjing
2011-05-246l, 8l: fix Mach-O binaries with many dynamic librariesRuss Cox
2011-05-165l: delete pre-ARMv4 instruction implementationsRuss Cox
2011-05-136l, 8l: emit windows dwarf sections similar to other platformsAlex Brainman
2011-05-115l, 8l: add ELF symbol table to binaryRuss Cox
2011-05-11ld: fix alignment of rodata section on Plan 9Anthony Martin
2011-05-03ld: make ELF binaries with no shared library dependencies static binariesRuss Cox
2011-04-27cgo: handle versioned ELF symbolsRuss Cox
2011-04-268l: do not emit empty dwarf pe sectionsAlex Brainman
2011-04-25ld: fix 6l -d on Mac, diagnose invalid use of -dRuss Cox
2011-04-23ld: fix Plan 9 symbol tableAnthony Martin
2011-04-20ld: remove MachoLoad limitRuss Cox
2011-04-14for GCC4.6: fix a bunch of set-and-not-used errors.Rob Pike
2011-04-14ld: defend against some broken object filesRuss Cox
2011-04-14runtime: fix gdb support for channels.Luuk van Dijk
2011-04-13runtime: drop chan circular linked list in favor of circular bufferRuss Cox
2011-04-12ld: ELF header function declarations.Lucio De Re
2011-04-11ld: fix dwarf decoding of strings for struct's fieldnamesLuuk van Dijk
2011-04-09ld: 25% fasterRuss Cox
2011-04-08ld: fix arm buildRuss Cox
2011-04-07ld: fix Mach-O X86_64_RELOC_SIGNED relocationsMikkel Krautz
2011-04-07ld: fix Mach-O bss bugMikkel Krautz
2011-03-22ld: return > 0 exit code on unsafe importAndrew Gerrand
2011-03-09ld: preserve symbol sizes during data layoutRuss Cox
2011-03-085l, 6l, 8l: omit symbols for type, string, go.stringRuss Cox
2011-03-086l,8l: fix gdb crash.Luuk van Dijk
2011-03-03gc, ld: reflect support for PtrToRuss Cox
2011-02-24reflect: add pointer word to CommonTypeRuss Cox