summaryrefslogtreecommitdiff
path: root/src/cmd/ld/lib.c
Commit message (Expand)AuthorAgeFilesLines
* cmd/ld, cmd/6l, cmd/8l, cmd/5l: fix hidden/local symbol import for ELF systemsShenghou Ma2012-05-231-18/+31
* fix build for FreeBSD/amd64Shenghou Ma2012-03-031-1/+1
* ld: allow more -L optionsShenghou Ma2012-03-031-5/+16
* ld/6l/8l: First pass at changes to the linker to support NetBSD binaries.Christopher Nielsen2011-12-121-1/+1
* ld: fix memory leaksScott Lawrence2011-12-071-1/+11
* ld: increase default stack size on Windows for cgoDmitriy Vyukov2011-12-071-0/+1
* gc, ld: sync pathtoprefix + add commentsRuss Cox2011-11-031-3/+11
* gopack: change archive file name length back to 16Russ Cox2011-11-011-8/+2
* gc: introduce runeRuss Cox2011-10-251-2/+22
* ld: Fixes issue 1899 ("cannot create 8.out.exe")Jaroslavas Po?epko2011-10-141-0/+5
* ld: handle Plan 9 ar formatLucio De Re2011-08-221-6/+20
* ld: remove cseekend and redo pe writingAlex Brainman2011-07-281-6/+0
* ld: detect all import cyclesRuss Cox2011-07-221-0/+3
* ld: allow seek within write bufferRuss Cox2011-07-181-10/+69
* ld: fix ELF strip by removing overlap of sectionsGustavo Niemeyer2011-06-281-1/+1
* 5l: fix softfloat nitsRuss Cox2011-06-091-5/+15
* 8l, ld: Initial adjustments for Plan 9 native compilation of 8lLucio De Re2011-06-031-8/+3
* ld: make ELF binaries with no shared library dependencies static binariesRuss Cox2011-05-031-0/+12
* for GCC4.6: fix a bunch of set-and-not-used errors.Rob Pike2011-04-141-2/+1
* ld: defend against some broken object filesRuss Cox2011-04-141-1/+1
* ld: fix dwarf decoding of strings for struct's fieldnamesLuuk van Dijk2011-04-111-3/+39
* ld: 25% fasterRuss Cox2011-04-091-6/+22
* ld: weak symbolsRuss Cox2011-02-241-0/+12
* 8l/6l: new -Hwindowsgui flag allows to build windows gui peAlex Brainman2011-02-241-1/+3
* 5l/6l/8l: use enums for header type and symbolic strings for -H option valuesAlex Brainman2011-02-231-0/+13
* ld: detect stack overflow due to NOSPLITRuss Cox2011-02-221-0/+180
* loader: move the XputY routines into the ld directory.Rob Pike2011-02-071-2/+1
* gc, ld: detect stale or incompatible object filesRuss Cox2011-02-031-7/+19
* cgo: windows/386 portWei Guangjing2011-01-201-0/+4
* 5g/8g, 8l, ld, prof: fix output of 32-bit valuesEoghan Sherry2010-12-121-4/+4
* 6l, 8l: support for linking ELF and Mach-O .o filesRuss Cox2010-12-081-18/+74
* ld: fix dwarf decoding of 64-bit reflect valuesEoghan Sherry2010-12-071-2/+7
* ld: abandon symbol-driven archive loadingRuss Cox2010-10-211-107/+90
* 5l, 6l, 8l: link pclntab and symtab as ordinary rodata symbolsRuss Cox2010-10-191-12/+29
* 5l, 6l, 8l: accumulate data image during importRuss Cox2010-10-141-3/+11
* various: avoid %ld etcRuss Cox2010-10-131-7/+7
* 5l, 6l, 8l: first pass cleanupRuss Cox2010-10-131-62/+48
* 5l, 6l, 8l: indent, outdentRuss Cox2010-10-131-55/+55
* ld: share asmlcRuss Cox2010-10-061-1/+82
* various: appease the ubuntu gcc monsterRuss Cox2010-09-281-0/+9
* 6l, 8l: clean up ELF code, fix NaClRuss Cox2010-09-191-0/+16
* 6g, 6l, 8g, 8l: move read-only data to text segmentRuss Cox2010-09-121-0/+1
* 6l: more invalid input filesRuss Cox2010-07-261-1/+1
* ld: various bug fixesRuss Cox2010-07-211-0/+6
* 5l, 6l, 8l: reject invalid input filesRuss Cox2010-07-161-1/+1
* ld: fix implementation of -uRuss Cox2010-06-291-7/+27
* 8l: fix absolute path detection on WindowsRuss Cox2010-04-301-0/+4
* 5l, 6l, 8l, runtime: make -s binaries workRuss Cox2010-04-271-0/+4
* ld: unused variableRuss Cox2010-02-101-1/+0
* search for runtime.a in the package path instead of hardcodingKai Backman2010-02-031-7/+21