aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/8l/obj.c
AgeCommit message (Expand)Author
2011-11-146l, 8l: add missing space in error messageLucio De Re
2011-08-268l: add openbsdJoel Sing
2011-07-18ld: allow seek within write bufferRuss Cox
2011-06-218l: more fixes for Plan 9Lucio De Re
2011-06-21nacl, tiny: remove vestigesRobert Hencke
2011-05-246l, 8l: fix Mach-O binaries with many dynamic librariesRuss Cox
2011-05-11ld: fix alignment of rodata section on Plan 9Anthony Martin
2011-04-258g,8l: fix "set but not used" gcc errorFazlul Shahriar
2011-04-14ld: defend against some broken object filesRuss 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-118l, runtime: place G and M pointers relative to _tos on Plan 9, instead of ha...Yuval Pavel Zholkover
2011-02-01ld: Add -I option to set ELF interpreter.Ian Lance Taylor
2010-12-15fix freebsd buildRuss Cox
2010-12-15remove naclRuss Cox
2010-12-086l, 8l: minor changes & cleanupRuss Cox
2010-12-078l : add dynimport to import table in Windows PE, initial make cgo dll work.Wei Guangjing
2010-12-068l, runtime: fix Plan 9 386 build.Yuval Pavel Zholkover
2010-11-028l: pe generation fixesAlex Brainman
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-188l, runtime: initial support for Plan 9Yuval Pavel Zholkover
2010-10-158l: blind attempt to fix windows buildRuss 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-308l: emit DWARF in ELF.Luuk van Dijk
2010-08-04amd64: use segment memory for thread-local storageRuss 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-06-07runtime: finish pchw -> tiny, added gettime for tinyDaniel Theophanes
2010-04-29rename GOOS=mingw to GOOS=windowsAlex Brainman
2010-04-22runtime: closures, defer bug fix for Native ClientRuss 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
2010-01-13runtime: add demo running Go on raw (emulated) hwRuss Cox
2009-12-138l: add support for PE output.Hector Chu