aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/ld/lib.h
AgeCommit message (Expand)Author
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
2013-01-04cmd/ld: use native-endian symbol values in symbol tableRuss Cox
2012-11-13reflect: add ArrayOf, ChanOf, MapOf, SliceOfRuss Cox
2012-11-02cmd/gc, cmd/ld: struct field trackingRuss Cox
2012-10-10cmd/ld, cmd/6l, cmd/8l: sort exported dynamic symbols for DarwinShenghou Ma
2012-09-13ld: add .gcdata and .gcbss sectionsJan Ziak
2012-05-23cmd/ld, cmd/6l, cmd/8l, cmd/5l: fix hidden/local symbol import for ELF systemsShenghou Ma
2012-03-03ld: allow more -L optionsShenghou Ma
2012-02-22ld: get symbol table letters rightRuss Cox
2012-02-21ld: add NOPTRBSS for large, pointer-free uninitialized dataRuss Cox
2012-02-19gc, ld: tag data as no-pointers and allocate in separate sectionRuss Cox
2012-02-075l, 6l, 8l: implement -X flagRuss Cox
2011-12-07ld: increase default stack size on Windows for cgoDmitriy Vyukov
2011-10-186l, 8l: emit macho dwarf info before linkedit sectionMikkel Krautz
2011-07-296l: OpenBSD supportJoel Sing
2011-07-28ld: remove cseekend and redo pe writingAlex Brainman
2011-07-25ld: fix build on Plan 9Lucio De Re
2011-07-22ld: detect all import cyclesRuss Cox
2011-07-20ld: remove overlap of ELF sections on dynamic binariesGustavo Niemeyer
2011-07-18ld: allow seek within write bufferRuss Cox
2011-06-28ld: fix ELF strip by removing overlap of sectionsGustavo Niemeyer
2011-06-21nacl, tiny: remove vestigesRobert Hencke
2011-06-07ld: fix and simplify ELF symbol generationAnthony Martin
2011-05-255l: fix buildRuss Cox
2011-05-115l, 8l: add ELF symbol table to binaryRuss Cox
2011-05-03ld: make ELF binaries with no shared library dependencies static binariesRuss Cox
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-03-085l, 6l, 8l: omit symbols for type, string, go.stringRuss 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-048l: fix crash writing Plan 9 binariesYuval Pavel Zholkover
2011-01-298l/6l: pe fixesAlex Brainman
2011-01-11ld: Fix exported dynamic symbols on Mach-O.Ian Lance Taylor
2010-12-15fix freebsd buildRuss Cox
2010-12-15remove naclRuss Cox
2010-12-086l, 8l: support for linking ELF and Mach-O .o filesRuss Cox
2010-10-195l, 6l, 8l: link pclntab and symtab as ordinary rodata symbolsRuss Cox
2010-10-195l, 6l, 8l: separate pass to fix addressesRuss Cox
2010-10-156l: function at a time code layoutRuss Cox
2010-10-145l, 6l, 8l: accumulate data image during importRuss Cox
2010-10-135l, 6l, 8l: first pass cleanupRuss 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
2010-07-21ld: various bug fixesRuss Cox