aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/6l/obj.c
AgeCommit message (Expand)Author
2011-07-296l: OpenBSD supportJoel Sing
2011-07-18ld: allow seek within write bufferRuss Cox
2011-07-156a, 6c, 6l: fix for Plan 9 buildLucio De Re
2011-07-126l: change default output name to 6.out.exe on windowsAlex Brainman
2011-05-246l, 8l: fix Mach-O binaries with many dynamic librariesRuss Cox
2011-04-14for GCC4.6: fix a bunch of set-and-not-used errors.Rob Pike
2011-04-14ld: defend against some broken object filesRuss Cox
2011-04-09ld: 25% fasterRuss Cox
2011-02-24ld: weak symbolsRuss Cox
2011-02-248l/6l: new -Hwindowsgui flag allows to build windows gui peAlex Brainman
2011-02-235l/6l/8l: use enums for header type and symbolic strings for -H option valuesAlex Brainman
2011-02-22ld: detect stack overflow due to NOSPLITRuss Cox
2011-02-18fix buildRuss Cox
2011-02-18ld: drop rpathRuss Cox
2011-02-01ld: Add -I option to set ELF interpreter.Ian Lance Taylor
2011-01-206l: windows/amd64 portWei Guangjing
2010-12-15fix freebsd buildRuss Cox
2010-12-086l, 8l: minor changes & cleanupRuss Cox
2010-10-195l, 6l, 8l: link pclntab and symtab as ordinary rodata symbolsRuss Cox
2010-10-195l, 6l, 8l: separate pass to fix addressesRuss Cox
2010-10-145l, 6l, 8l: accumulate data image during importRuss Cox
2010-10-13various: avoid %ld etcRuss Cox
2010-10-135l, 6l, 8l: first pass cleanupRuss Cox
2010-09-14tabsRuss Cox
2010-09-126g, 6l, 8g, 8l: move read-only data to text segmentRuss Cox
2010-08-18Dwarf output for 6l.Luuk van Dijk
2010-08-04amd64: use segment memory for thread-local storageRuss 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-30cgo: use slash-free relative paths for .so referencesRuss Cox
2010-06-21ld: add -u flag to check safe bits; discard old -u, -x flagsRuss Cox
2010-02-26Add -r option to 6l/8l/5l.Ian Lance Taylor
2010-02-08*l/*c: add -V flag to display version numberAndrew Gerrand
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-255l, 6l, 8l: accept only one object fileRuss 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
2009-11-18More FreeBSD-touchups. Thundercats are GOOOOO!Devon H. O'Dell
2009-11-17FreeBSD-specific porting work.Devon H. O'Dell
2009-11-04speed up 6lKen Thompson
2009-10-07factor portable object+library bits out of 5l/6l/8l into ldRuss Cox
2009-10-05allow multiple -L optionsRob Pike
2009-10-038c, 8l dynamic loading support.Russ Cox
2009-09-30step toward darwin ffi: factor out macho codeRuss Cox
2009-08-21linker workRuss Cox
2009-08-20symbol bugs.Russ Cox
2009-08-20FFI step 2: can ask for libc.so.6.Russ Cox
2009-08-136g/6l: add go type information to symbol table.Russ Cox