aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/ld/ldmacho.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: make cmd/ld a real libraryRuss Cox
2014-07-22cmd/ld: mark hostobj sections as containing no pointersDmitriy Vyukov
2014-04-16liblink, cmd/ld: reenable nosplit checking and testRuss Cox
2014-04-16liblink: fix incorrect hash collision in lookupRuss Cox
2014-04-14liblink: remove arch-specific constants from file formatRuss Cox
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-09-18cmd/ld: handle duplicate static symbols in COFF and Mach-O files.Shenghou Ma
2013-07-10cmd/ld: correct assignment of sizes to mach-o symbolsRuss Cox
2013-04-29cmd/ld: fix some 64-bit issuesRob Pike
2013-03-10cmd/ld: replace dynimpname with extnameRuss Cox
2013-03-07cmd/ld: host linking support for linux/amd64Russ Cox
2013-02-28cmd/ld: fix symbol table sortingRuss Cox
2012-09-20cmd/ld: consistent binary for cgo programsShenghou Ma
2012-09-02cmd/ld: support zero-filled section for Mach-O filesShenghou Ma
2012-08-29cmd/ld: handle a special case of scattered relocation 2/1 on Darwin/386Shenghou Ma
2011-07-25ld: fix build on Plan 9Lucio De Re
2011-06-218l: more fixes for Plan 9Lucio De Re
2011-04-08ld: fix arm buildRuss Cox
2011-04-07ld: fix Mach-O X86_64_RELOC_SIGNED relocationsMikkel Krautz
2011-04-07ld: fix Mach-O bss bugMikkel Krautz
2011-01-11ld: Permit an Mach-O symbol to be exported in the dynamic symbol table.Ian Lance Taylor
2010-12-17ld: ignore stab symbolsRuss Cox
2010-12-13ld: allow .o files with no symbolsRuss Cox
2010-12-085l (and 6l, 8l, ld): more arm build fixesRuss Cox
2010-12-08ld: reading of Mach-O object filesRuss Cox