summaryrefslogtreecommitdiff
path: root/src/cmd/ld
Commit message (Expand)AuthorAgeFilesLines
* gopack: change archive file name length back to 16Russ Cox2011-11-011-8/+2
* gc: introduce runeRuss Cox2011-10-251-2/+22
* ld: modify macho linkedit segment to enable OS X code signingMikkel Krautz2011-10-181-12/+12
* 6l, 8l: emit macho dwarf info before linkedit sectionMikkel Krautz2011-10-182-1/+2
* ld: bump pe linker version to 3.0 to allow code signingMikkel Krautz2011-10-181-1/+1
* ld: Fixes issue 1899 ("cannot create 8.out.exe")Jaroslavas Po?epko2011-10-141-0/+5
* cgo: support for mingw-w64 4.5.1 and newerWei Guangjing2011-10-061-8/+10
* runtime: fix map memory leakRuss Cox2011-10-011-1/+1
* ld: grow dwarf includestack on demand.Luuk van Dijk2011-09-091-11/+15
* runtime: implement exception handling on windows/amd64Hector Chu2011-09-031-3/+54
* runtime: make arm work on Ubuntu Natty qemuRuss Cox2011-08-311-0/+13
* libmach: support reading symbols from Windows .exe for nmMateusz Czapli?ski2011-08-291-8/+24
* runtime, syscall: use the vdso page on linux x86 for faster syscalls instead ...Yuval Pavel Zholkover2011-08-291-1/+5
* ld: handle Plan 9 ar formatLucio De Re2011-08-221-6/+20
* ld: remove duplicate bss definitionsRuss Cox2011-08-221-4/+1
* ld: make addaddrplus4 staticLucio De Re2011-08-161-1/+1
* ld: add one empty symbol into pe to make dumpbin works.Wei Guangjing2011-08-101-2/+3
* ld: fail linking if the top-level package is not main.David Symonds2011-08-021-1/+4
* cmd/ld/pe.c: Corrected mismatched print formats and variables.Lucio De Re2011-08-011-3/+3
* 6l: OpenBSD supportJoel Sing2011-07-291-0/+1
* ld: remove cseekend and redo pe writingAlex Brainman2011-07-283-49/+51
* ld: fix build on Plan 9Lucio De Re2011-07-255-6/+8
* ld: don't skip first 2 symbols in ldpe.Wei Guangjing2011-07-251-2/+1
* ld: fixes .bss for ldpeWei Guangjing2011-07-231-0/+4
* fix build: clean up file end in an attempt to fix buildRobert Griesemer2011-07-221-3/+0
* ld: fixes ldpe link with SXREF global values.Wei Guangjing2011-07-221-0/+4
* ld: detect all import cyclesRuss Cox2011-07-223-1/+165
* runtime: faster selectDmitriy Vyukov2011-07-211-1/+0
* ld: fix freebsd build reverting .interp moveGustavo Niemeyer2011-07-212-1/+28
* ld: remove overlap of ELF sections on dynamic binariesGustavo Niemeyer2011-07-204-41/+47
* cgo: windows amd64 portWei Guangjing2011-07-192-5/+64
* ld: allow seek within write bufferRuss Cox2011-07-187-53/+125
* docs: fix wrong it's -> itsBrad Fitzpatrick2011-07-131-2/+2
* ld: fix ELF strip by removing overlap of sectionsGustavo Niemeyer2011-06-284-11/+34
* ld: elide the Go symbol table when using -sAnthony Martin2011-06-271-0/+2
* ld: don't attempt to build dynamic sections unnecessarilyGustavo Niemeyer2011-06-221-0/+4
* 8l: more fixes for Plan 9Lucio De Re2011-06-217-24/+33
* nacl, tiny: remove vestigesRobert Hencke2011-06-212-3/+0
* 8l: minor fix discovered by lucioAlex Brainman2011-06-171-1/+1
* build: fix header files for Plan 9Lucio De Re2011-06-141-37/+36
* ld: make .rodata section read-onlyGustavo Niemeyer2011-06-141-1/+1
* ld: fix link Windows PE __declspec(dllimport) symbolWei Guangjing2011-06-142-1/+3
* ld: dwarf emit filenames in debug_line header instead of as extended opcodes.Luuk van Dijk2011-06-131-13/+14
* 5l: fix softfloat nitsRuss Cox2011-06-091-5/+15
* ld: fix and simplify ELF symbol generationAnthony Martin2011-06-072-48/+33
* 8l, ld: Initial adjustments for Plan 9 native compilation of 8lLucio De Re2011-06-033-24/+26
* 5l: fix buildRuss Cox2011-05-251-0/+1
* ld: add -w to disable dwarf, make errors obviously from dwarfRuss Cox2011-05-251-16/+33
* 8l: emit resources (.rsrc) in Windows PE.Wei Guangjing2011-05-253-2/+53
* 6l, 8l: fix Mach-O binaries with many dynamic librariesRuss Cox2011-05-242-3/+22