summaryrefslogtreecommitdiff
path: root/src/cmd/ld/lib.c
Commit message (Expand)AuthorAgeFilesLines
...
* ld: include main and runtime in the library loopRuss Cox2010-02-031-14/+32
* ld: do not load the same object file multiple times.Russ Cox2010-01-251-3/+9
* eliminate the package global name space assumption in object filesRuss Cox2010-01-221-24/+103
* ld: unused variableRuss Cox2010-01-191-2/+0
* build: move GOOS, GOARCH, GOROOT lookup into central library.Russ Cox2010-01-181-14/+2
* ignore $GOARCH inside the compiler and linker.Rob Pike2010-01-131-4/+1
* gc: five bug fixes, one better error.Russ Cox2009-11-151-5/+14
* cc, ld: fix more gcc 4.3 -O2 compile bugsRuss Cox2009-11-121-2/+2
* reallocate library, libraryobj: 50 isn't nearly enoughRob Pike2009-10-101-3/+4
* dupok, gcc compile fix, sync and syscall asm fixKai Backman2009-10-081-1/+6
* factor portable object+library bits out of 5l/6l/8l into ldRuss Cox2009-10-071-0/+761