summaryrefslogtreecommitdiff
path: root/src/cmd/ld/ldelf.c
Commit message (Expand)AuthorAgeFilesLines
* cmd/ld: mark hostobj sections as containing no pointersDmitriy Vyukov2014-07-221-2/+2
* liblink, cmd/ld: reenable nosplit checking and testRuss Cox2014-04-161-17/+2
* liblink: fix incorrect hash collision in lookupRuss Cox2014-04-161-0/+6
* cmd/ld: fix linux/386 buildRuss Cox2013-12-091-0/+3
* liblink: create new library based on linker codeRuss Cox2013-12-081-21/+21
* cmd/ld: replace dynimpname with extnameRuss Cox2013-03-101-3/+1
* cmd/ld: host linking support for linux/amd64Russ Cox2013-03-071-1/+1
* cmd/ld: fix symbol table sortingRuss Cox2013-02-281-11/+38
* cmd/ld: handle weak symbolsShenghou Ma2012-10-301-0/+7
* cmd/ld, cmd/5l: support R_ARM_PC24 and R_ARM_JUMP24, fix R_ARM_CALLShenghou Ma2012-10-081-0/+2
* cmd/ld: consistent binary for cgo programsShenghou Ma2012-09-201-2/+1
* cmd/ld: skip R_*_NONE relocations, fix Linux/386 build againShenghou Ma2012-08-211-1/+4
* cmd/ld: explicitly ignore R_*_NONE relocation to fix buildShenghou Ma2012-08-171-0/+2
* cmd/5l, cmd/ld: add support for R_ARM_GOT_PRELShenghou Ma2012-07-301-0/+1
* cmd/ld: fix Linux/ARM buildShenghou Ma2012-05-231-0/+3
* cmd/ld, cmd/6l, cmd/8l, cmd/5l: fix hidden/local symbol import for ELF systemsShenghou Ma2012-05-231-66/+94
* cmd/5l, cmd/ld: dynamic linking library supportShenghou Ma2012-05-041-8/+27
* ld: align ELF data sectionsIan Lance Taylor2011-11-301-0/+1
* ld: fix build on Plan 9Lucio De Re2011-07-251-2/+2
* 8l: more fixes for Plan 9Lucio De Re2011-06-211-3/+4
* for GCC4.6: fix a bunch of set-and-not-used errors.Rob Pike2011-04-141-2/+1
* ld: Permit an ELF symbol to be exported in the dynamic symbol table.Ian Lance Taylor2011-01-061-2/+4
* ld: allow relocations pointing at ELF .bss symbolsRuss Cox2010-12-171-16/+9
* ld: allow .o files with no symbolsRuss Cox2010-12-131-1/+1
* 5l (and 6l, 8l, ld): more arm build fixesRuss Cox2010-12-081-2/+1
* ld: reading of ELF object filesRuss Cox2010-12-081-0/+822