aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/8l
AgeCommit message (Expand)Author
2011-02-18ld: drop rpathRuss Cox
2011-02-118l, runtime: place G and M pointers relative to _tos on Plan 9, instead of ha...Yuval Pavel Zholkover
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-015l, 8l: pass stack frame size to morestack when neededRuss Cox
2011-02-01ld: Add -I option to set ELF interpreter.Ian Lance Taylor
2011-01-278l: add PE dynexportWei Guangjing
2011-01-20cgo: windows/386 portWei Guangjing
2011-01-195a, 5l, 6a, 6l, 8a, 8l: handle out of memory, large allocationsJeff R. Allen
2011-01-19windows: implement exception handlingHector Chu
2011-01-11ld: Fix exported dynamic symbols on 386 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-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-086l, 8l: minor changes & cleanupRuss Cox
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-11-028l: pe generation fixesAlex Brainman
2010-10-225l, 6l, 8l: introduce sub-symbolsRuss Cox
2010-10-21ld: abandon symbol-driven archive loadingRuss 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-188l, runtime: initial support for Plan 9Yuval Pavel Zholkover
2010-10-158l: function at a time code layoutRuss Cox
2010-10-158l: blind attempt to fix windows buildRuss 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-075l, 8l: dregsRuss 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-028l: suppress emitting DWARF in Windows PE.Alex Brainman
2010-09-016l/8l: emit DWARF in macho.Luuk van Dijk
2010-08-308l: emit DWARF in ELF.Luuk van Dijk