aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/ld
AgeCommit message (Expand)Author
2012-05-05cmd/cgo, cmd/cc, cmd/ld: detect dynamic linker automaticallyShenghou Ma
2012-05-04cmd/5l, cmd/ld: dynamic linking library supportShenghou Ma
2012-03-09doc: various update to command documentsShenghou Ma
2012-03-03fix build for FreeBSD/amd64Shenghou Ma
2012-03-03ld: allow more -L optionsShenghou Ma
2012-02-23ld: fix alignment of rodata sectionRuss Cox
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-12runtime: delete Type and implementations (use reflect instead)Russ Cox
2012-02-075l, 6l, 8l: implement -X flagRuss Cox
2012-01-31cmd/ld: fix gdbscriptWei Guangjing
2012-01-295l, 6l, 8l, ld: remove memory leaksShenghou Ma
2012-01-23ld: fix Mach-O code signing for non-cgo binariesMikkel Krautz
2011-12-205l/6l/8l: add support for netbsd signature note sectionJoel Sing
2011-12-16ld: allow for IMAGE_REL_AMD64_ADDR32NB relocation typeAlex Brainman
2011-12-12gc: implement == on structs and arraysRuss Cox
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-12-05runtime: prep for type-specific algorithmsRuss Cox
2011-11-30ld: align ELF data sectionsIan Lance Taylor
2011-11-11ld: fix .bss for ldpe.Wei Guangjing
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-18ld: modify macho linkedit segment to enable OS X code signingMikkel Krautz
2011-10-186l, 8l: emit macho dwarf info before linkedit sectionMikkel Krautz
2011-10-18ld: bump pe linker version to 3.0 to allow code signingMikkel Krautz
2011-10-14ld: Fixes issue 1899 ("cannot create 8.out.exe")Jaroslavas Počepko
2011-10-06cgo: support for mingw-w64 4.5.1 and newerWei Guangjing
2011-10-01runtime: fix map memory leakRuss Cox
2011-09-09ld: grow dwarf includestack on demand.Luuk van Dijk
2011-09-03runtime: implement exception handling on windows/amd64Hector Chu
2011-08-31runtime: make arm work on Ubuntu Natty qemuRuss Cox
2011-08-29libmach: support reading symbols from Windows .exe for nmMateusz Czapliński
2011-08-29runtime, syscall: use the vdso page on linux x86 for faster syscalls instead ...Yuval Pavel Zholkover
2011-08-22ld: handle Plan 9 ar formatLucio De Re
2011-08-22ld: remove duplicate bss definitionsRuss Cox
2011-08-16ld: make addaddrplus4 staticLucio De Re
2011-08-10ld: add one empty symbol into pe to make dumpbin works.Wei Guangjing
2011-08-02ld: fail linking if the top-level package is not main.David Symonds
2011-08-01cmd/ld/pe.c: Corrected mismatched print formats and variables.Lucio De Re
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-25ld: don't skip first 2 symbols in ldpe.Wei Guangjing
2011-07-23ld: fixes .bss for ldpeWei Guangjing
2011-07-22fix build: clean up file end in an attempt to fix buildRobert Griesemer
2011-07-22ld: fixes ldpe link with SXREF global values.Wei Guangjing