aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/ld/elf.c
AgeCommit message (Expand)Author
2015-03-01cmd/5l etc: replace C code with Go codeRuss Cox
2015-03-01cmd/ld: clean for c2goRuss Cox
2015-02-13cmd/ld: set alignment for the .rel.plt section on 32-bit architecturesShenghou Ma
2015-02-13cmd/ld: make cmd/ld a real libraryRuss Cox
2015-01-07cmd/9l: support internal linkingAustin Clements
2014-12-18cmd/ld: add fallthrough commentAustin Clements
2014-12-18cmd/ld: set ELF ABI version for ppc64xAustin Clements
2014-08-07[dev.power64] cmd/ld: update for power64Shenghou Ma
2014-07-03cmd/go, cmd/ld, runtime, os/user: TLS emulation for androidDavid Crawshaw
2014-05-21cmd/ld: correctly compute note size on NetBSD.Benny Siegert
2014-04-21runtime, cmd/ld, cmd/5l, run.bash: enable external linking on FreeBSD/ARM.Shenghou Ma
2014-03-05cmd/ld: don't include padding length in size of the note sectionShenghou Ma
2014-02-27all: final merge of NaCl treeRuss Cox
2014-02-09include, linlink, cmd/6l, cmd/ld: part 1 of solaris/amd64 linker changes.Shenghou Ma
2013-12-18cmd/6g, cmd/gc, cmd/ld: fix Plan 9 amd64 warningsDavid du Colombier
2013-12-08liblink: create new library based on linker codeRuss Cox
2013-08-24all: compiler/bootstrap for dragonfly/amd64Joel Sing
2013-08-14runtime.cmd/ld: Add ARM external linking and implement -shared in terms of ex...Elias Naur
2013-07-11cmd/ld: place read-only data in non-executable segmentRuss Cox
2013-06-12cmd/ld: supply -s to gcc if -s is passed.Shenghou Ma
2013-06-04cmd/ld: fix gcdata and gcbss symbolsAnthony Martin
2013-05-18cmd/ld: emit .tbss section when doing dynamic internal linkingShenghou Ma
2013-05-03cmd/ld: add .note.GNU-stack section for external linkingShenghou Ma
2013-04-30cmd/ld: emit relocs for DWARF info when doing an external linkIan Lance Taylor
2013-04-29cmd/ld: fix some 64-bit issuesRob Pike
2013-03-27cmd/ld, cmd/8l: Fix OpenBSD build.Ian Lance Taylor
2013-03-27cmd/ld: emit TLS relocations during external linkingIan Lance Taylor
2013-03-19cmd/ld: replace -hostobj with -linkmodeRuss Cox
2013-03-10cmd/ld: avoid redundant external relocation calculationsRuss Cox
2013-03-10cmd/ld: replace dynimpname with extnameRuss Cox
2013-03-08cmd/ld: external linking fixes for linux/386Russ Cox
2013-03-07cmd/ld: steps toward 386 host linkingRuss Cox
2013-02-14cmd/ld: fix -s flag for ELF executablesAnthony Martin
2013-02-04cmd/5l, cmd/ld: support generating ELF binaries for NetBSD/ARMShenghou Ma
2013-01-31cmd/ld: support for linking with host linkerRuss Cox
2013-01-306l/5l: PIC and shared library support for the linkers.Elias Naur
2013-01-06cmd/ld: move symtab, ELF generation to portable codeRuss Cox
2012-10-09cmd/ld: add -B option to set build IDIan Lance Taylor
2012-09-21cmd/{ld,5l,6l,8l}: add support for OpenBSD ELF signaturesJoel Sing
2012-08-23cmd/ld: set ELF header flags for our Linux/ARM binaryShenghou Ma
2012-05-31cmd/ld: increase number of ELF sectionsJoel Sing
2011-12-205l/6l/8l: add support for netbsd signature note sectionJoel Sing
2011-08-31runtime: make arm work on Ubuntu Natty qemuRuss Cox
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-04-27cgo: handle versioned ELF symbolsRuss Cox
2011-04-09ld: 25% fasterRuss Cox
2010-12-086l, 8l: support for linking ELF and Mach-O .o filesRuss Cox
2010-10-135l, 6l, 8l: first pass cleanupRuss Cox