aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/8l/asm.c
AgeCommit message (Expand)Author
2011-10-045l/6l/8l: add a DT_DEBUG dynamic tag to a dynamic ELF binaryIan Lance Taylor
2011-09-198l: remove left over debuggingDave Cheney
2011-08-268l: add openbsdJoel Sing
2011-07-21ld: fix freebsd build reverting .interp moveGustavo Niemeyer
2011-07-20ld: remove overlap of ELF sections on dynamic binariesGustavo Niemeyer
2011-07-18ld: allow seek within write bufferRuss Cox
2011-07-125l, 6l, 8l: Add a PT_LOAD PHDR entry for the PHDR.David Anderson
2011-06-28ld: fix ELF strip by removing overlap of sectionsGustavo Niemeyer
2011-06-218l: more fixes for Plan 9Lucio De Re
2011-06-21nacl, tiny: remove vestigesRobert Hencke
2011-06-07ld: fix and simplify ELF symbol generationAnthony Martin
2011-05-25ld: add -w to disable dwarf, make errors obviously from dwarfRuss Cox
2011-05-16ld: do not emit reference to dynamic library named ""Russ 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-04-27cgo: handle versioned ELF symbolsRuss Cox
2011-04-128l: correct Plan 9 compiler warningsLucio De Re
2011-03-085l, 8l: output missing section symbolsAnthony Martin
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-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-01ld: Add -I option to set ELF interpreter.Ian Lance Taylor
2011-01-278l: add PE dynexportWei Guangjing
2011-01-11ld: Fix exported dynamic symbols on 386 Mach-O.Ian Lance Taylor
2010-12-17misc/cgo/life: fix, add to buildRuss Cox
2010-12-15fix freebsd buildRuss Cox
2010-12-15remove naclRuss Cox
2010-12-086l, 8l: support for linking ELF and Mach-O .o filesRuss 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-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-188l, runtime: initial support for Plan 9Yuval Pavel Zholkover
2010-10-158l: function at a time code layoutRuss 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-09-286l, 8l: elfsetstring is only for .shstrtabRuss Cox
2010-09-28various: appease the ubuntu gcc monsterRuss Cox
2010-09-196l, 8l: clean up ELF code, fix NaClRuss Cox
2010-09-14tabsRuss 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
2010-06-11Pad Go symbol table out to page boundary when linking dynamically.Ian Lance Taylor
2010-04-275l, 6l, 8l, runtime: make -s binaries workRuss Cox