aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/ld/lib.c
AgeCommit message (Expand)Author
2010-09-126g, 6l, 8g, 8l: move read-only data to text segmentRuss Cox
2010-07-266l: more invalid input filesRuss Cox
2010-07-21ld: various bug fixesRuss Cox
2010-07-165l, 6l, 8l: reject invalid input filesRuss Cox
2010-06-29ld: fix implementation of -uRuss Cox
2010-04-308l: fix absolute path detection on WindowsRuss Cox
2010-04-275l, 6l, 8l, runtime: make -s binaries workRuss Cox
2010-02-10ld: unused variableRuss Cox
2010-02-03search for runtime.a in the package path instead of hardcodingKai Backman
2010-02-03ld: include main and runtime in the library loopRuss Cox
2010-01-25ld: do not load the same object file multiple times.Russ Cox
2010-01-22eliminate the package global name space assumption in object filesRuss Cox
2010-01-19ld: unused variableRuss Cox
2010-01-18build: move GOOS, GOARCH, GOROOT lookup into central library.Russ Cox
2010-01-13ignore $GOARCH inside the compiler and linker.Rob Pike
2009-11-15gc: five bug fixes, one better error.Russ Cox
2009-11-12cc, ld: fix more gcc 4.3 -O2 compile bugsRuss Cox
2009-10-10reallocate library, libraryobj: 50 isn't nearly enoughRob Pike
2009-10-08dupok, gcc compile fix, sync and syscall asm fixKai Backman
2009-10-07factor portable object+library bits out of 5l/6l/8l into ldRuss Cox