aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/ld/data.c
AgeCommit message (Expand)Author
2011-07-19cgo: windows amd64 portWei Guangjing
2011-07-18ld: allow seek within write bufferRuss Cox
2011-06-28ld: fix ELF strip by removing overlap of sectionsGustavo Niemeyer
2011-06-22ld: don't attempt to build dynamic sections unnecessarilyGustavo Niemeyer
2011-06-218l: more fixes 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-05-165l: delete pre-ARMv4 instruction implementationsRuss Cox
2011-05-11ld: fix alignment of rodata section on Plan 9Anthony Martin
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-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 bss bugMikkel Krautz
2011-03-09ld: preserve symbol sizes during data layoutRuss Cox
2011-03-085l, 6l, 8l: omit symbols for type, string, go.stringRuss Cox
2011-02-235l/6l/8l: use enums for header type and symbolic strings for -H option valuesAlex Brainman
2011-01-20cgo: windows/386 portWei Guangjing
2011-01-206l: windows/amd64 portWei Guangjing
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-13Fix windows build.Wei Guangjing
2010-12-125g/8g, 8l, ld, prof: fix output of 32-bit valuesEoghan Sherry
2010-12-086l, 8l: support for linking ELF and Mach-O .o filesRuss Cox
2010-12-068l, runtime: fix Plan 9 386 build.Yuval Pavel Zholkover
2010-11-028l: pe generation fixesAlex Brainman
2010-10-225l, 6l, 8l: introduce sub-symbolsRuss Cox
2010-10-21arm: prop up software floating pointRuss Cox
2010-10-195l, 6l, 8l: link pclntab and symtab as ordinary rodata symbolsRuss Cox
2010-10-195l, 6l, 8l: separate pass to fix addressesRuss Cox
2010-10-156l: function at a time code layoutRuss Cox
2010-10-145l, 6l, 8l: accumulate data image during importRuss Cox