summaryrefslogtreecommitdiff
path: root/src/cmd/ld/lib.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-28Imported Upstream version 2011.04.27upstream/2011.04.27Ondřej Surý1-3/+2
2011-04-26Imported Upstream version 2011.04.13upstream/2011.04.13Ondřej Surý1-9/+61
2011-04-20Imported Upstream version 2011.03.07.1upstream/2011.03.07.1Ondřej Surý1-0/+207
2011-02-18Imported Upstream version 2011.02.15upstream/2011.02.15Ondřej Surý1-7/+18
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý1-0/+4
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-189/+357
2010-06-29ld: fix implementation of -uRuss Cox1-7/+27
2010-04-308l: fix absolute path detection on WindowsRuss Cox1-0/+4
2010-04-275l, 6l, 8l, runtime: make -s binaries workRuss Cox1-0/+4
2010-02-10ld: unused variableRuss Cox1-1/+0
2010-02-03search for runtime.a in the package path instead of hardcodingKai Backman1-7/+21
2010-02-03ld: include main and runtime in the library loopRuss Cox1-14/+32
2010-01-25ld: do not load the same object file multiple times.Russ Cox1-3/+9
2010-01-22eliminate the package global name space assumption in object filesRuss Cox1-24/+103
2010-01-19ld: unused variableRuss Cox1-2/+0
2010-01-18build: move GOOS, GOARCH, GOROOT lookup into central library.Russ Cox1-14/+2
2010-01-13ignore $GOARCH inside the compiler and linker.Rob Pike1-4/+1
2009-11-15gc: five bug fixes, one better error.Russ Cox1-5/+14
2009-11-12cc, ld: fix more gcc 4.3 -O2 compile bugsRuss Cox1-2/+2
2009-10-10reallocate library, libraryobj: 50 isn't nearly enoughRob Pike1-3/+4
2009-10-08dupok, gcc compile fix, sync and syscall asm fixKai Backman1-1/+6
2009-10-07factor portable object+library bits out of 5l/6l/8l into ldRuss Cox1-0/+761