aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/6l
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-18fix buildRuss Cox
2011-02-18ld: drop rpathRuss Cox
2011-02-186l: pe fixesWei Guangjing
2011-02-07loader: move the XputY routines into the ld directory.Rob Pike
2011-02-01ld: Add -I option to set ELF interpreter.Ian Lance Taylor
2011-02-016l: add comment to CMOV* relocationGustavo Niemeyer
2011-01-276l: Relocate CMOV* instructionsGustavo Niemeyer
2011-01-20cgo: windows/386 portWei Guangjing
2011-01-206l: windows/amd64 portWei Guangjing
2011-01-195a, 5l, 6a, 6l, 8a, 8l: handle out of memory, large allocationsJeff R. Allen
2011-01-11ld: Fix exported dynamic symbols on Mach-O.Ian Lance Taylor
2010-12-246l: fix documentation of -L flagAndrew Gerrand
2010-12-17misc/cgo/life: fix, add to buildRuss Cox
2010-12-15fix freebsd buildRuss Cox
2010-12-15remove naclRuss Cox
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-086l, 8l: minor changes & cleanupRuss Cox
2010-11-056l: More SSE instruction fixesEvan Shaw
2010-11-016a/6l: fix MOVOU encodingEvan Shaw
2010-10-225l, 6l, 8l: introduce sub-symbolsRuss Cox
2010-10-21ld: abandon symbol-driven archive loadingRuss Cox
2010-10-206l: correct logic for morestack choiceRuss 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-19[68]l: expose genasmsym.Luuk van Dijk
2010-10-158l: function at a time code layoutRuss Cox
2010-10-156l: function at a time code layoutRuss Cox
2010-10-156l, 8l: avoid recursion in asmandszRuss Cox
2010-10-145l, 6l, 8l: accumulate data image during importRuss Cox
2010-10-13various: avoid %ld etcRuss Cox
2010-10-135l, 6l, 8l: first pass cleanupRuss Cox
2010-10-135l, 6l, 8l: indent, outdentRuss Cox
2010-10-06ld: share asmlcRuss Cox
2010-09-296l, 8l: fix -K implementationRuss Cox
2010-09-286l, 8l: elfsetstring is only for .shstrtabRuss Cox
2010-09-28various: appease the ubuntu gcc monsterRuss Cox
2010-09-206l/8l: emit DWARF frame info.Luuk van Dijk
2010-09-196l, 8l: clean up ELF code, fix NaClRuss Cox
2010-09-14tabsRuss Cox
2010-09-146l, 8l: make etext accurate; introduce rodata, erodata.Russ Cox
2010-09-126g, 6l, 8g, 8l: move read-only data to text segmentRuss Cox
2010-09-016l/8l: emit DWARF in macho.Luuk van Dijk
2010-08-308l: emit DWARF in ELF.Luuk van Dijk
2010-08-24build: $GOBIN defaults to $GOROOT/binRuss Cox
2010-08-18Dwarf output for 6l.Luuk van Dijk