aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/ld/elf.c
AgeCommit message (Expand)Author
2010-09-28various: appease the ubuntu gcc monsterRuss Cox
2010-09-196l, 8l: clean up ELF code, fix NaClRuss Cox
2010-04-275l, 6l, 8l, runtime: make -s binaries workRuss Cox
2010-03-23Add support for #pragma dynexport.Ian Lance Taylor
2010-01-13runtime: add demo running Go on raw (emulated) hwRuss Cox
2009-11-18ld: move interpreter string into first block of ELF fileRuss Cox
2009-11-036l -e: emit external ELF symbol table.Russ Cox
2009-10-07factor portable object+library bits out of 5l/6l/8l into ldRuss Cox
2009-09-24convert 8l to new ELF code.Russ Cox
2009-08-21linker workRuss Cox