aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/ld/lib.c
AgeCommit message (Expand)Author
2013-01-31cmd/ld: retry short writes, to get error detailRuss Cox
2013-01-306l/5l: PIC and shared library support for the linkers.Elias Naur
2013-01-06cmd/gc, cmd/ld: rename -b to -raceRuss Cox
2013-01-06cmd/5l, cmd/6l, cmd/8l, cmd/cc, cmd/gc: new flag parsingRuss Cox
2013-01-06cmd/ld: move symtab, ELF generation to portable codeRuss Cox
2012-12-06cmd/ld: skip 0-length write in cwriteRuss Cox
2012-10-10cmd/ld, cmd/6l, cmd/8l: sort exported dynamic symbols for DarwinShenghou Ma
2012-09-19race: linker changesDmitriy Vyukov
2012-09-13cmd/pack: rename __.SYMDEF to __.GOSYMDEFRuss Cox
2012-05-23cmd/ld, cmd/6l, cmd/8l, cmd/5l: fix hidden/local symbol import for ELF systemsShenghou Ma
2012-03-03fix build for FreeBSD/amd64Shenghou Ma
2012-03-03ld: allow more -L optionsShenghou Ma
2011-12-12ld/6l/8l: First pass at changes to the linker to support NetBSD binaries.Christopher Nielsen
2011-12-07ld: fix memory leaksScott Lawrence
2011-12-07ld: increase default stack size on Windows for cgoDmitriy Vyukov
2011-11-03gc, ld: sync pathtoprefix + add commentsRuss Cox
2011-11-01gopack: change archive file name length back to 16Russ Cox
2011-10-25gc: introduce runeRuss Cox
2011-10-14ld: Fixes issue 1899 ("cannot create 8.out.exe")Jaroslavas Počepko
2011-08-22ld: handle Plan 9 ar formatLucio De Re
2011-07-28ld: remove cseekend and redo pe writingAlex Brainman
2011-07-22ld: detect all import cyclesRuss Cox
2011-07-18ld: allow seek within write bufferRuss Cox
2011-06-28ld: fix ELF strip by removing overlap of sectionsGustavo Niemeyer
2011-06-095l: fix softfloat nitsRuss Cox
2011-06-038l, ld: Initial adjustments for Plan 9 native compilation of 8lLucio De Re
2011-05-03ld: make ELF binaries with no shared library dependencies static binariesRuss Cox
2011-04-14for GCC4.6: fix a bunch of set-and-not-used errors.Rob Pike
2011-04-14ld: defend against some broken object filesRuss Cox
2011-04-11ld: fix dwarf decoding of strings for struct's fieldnamesLuuk van Dijk
2011-04-09ld: 25% fasterRuss Cox
2011-02-24ld: weak symbolsRuss Cox
2011-02-248l/6l: new -Hwindowsgui flag allows to build windows gui peAlex Brainman
2011-02-235l/6l/8l: use enums for header type and symbolic strings for -H option valuesAlex Brainman
2011-02-22ld: detect stack overflow due to NOSPLITRuss Cox
2011-02-07loader: move the XputY routines into the ld directory.Rob Pike
2011-02-03gc, ld: detect stale or incompatible object filesRuss Cox
2011-01-20cgo: windows/386 portWei Guangjing
2010-12-125g/8g, 8l, ld, prof: fix output of 32-bit valuesEoghan Sherry
2010-12-086l, 8l: support for linking ELF and Mach-O .o filesRuss Cox
2010-12-07ld: fix dwarf decoding of 64-bit reflect valuesEoghan Sherry
2010-10-21ld: abandon symbol-driven archive loadingRuss Cox
2010-10-195l, 6l, 8l: link pclntab and symtab as ordinary rodata symbolsRuss 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-10-06ld: share asmlcRuss Cox
2010-09-28various: appease the ubuntu gcc monsterRuss Cox
2010-09-196l, 8l: clean up ELF code, fix NaClRuss Cox