summaryrefslogtreecommitdiff
path: root/src/cmd/8l/obj.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-20Imported Upstream version 2011.03.07.1upstream/2011.03.07.1Ondřej Surý1-50/+44
2011-02-18Imported Upstream version 2011.02.15upstream/2011.02.15Ondřej Surý1-0/+1
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý1-1/+4
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-401/+104
2010-06-30cgo: use slash-free relative paths for .so referencesRuss Cox1-0/+2
2010-06-21ld: add -u flag to check safe bits; discard old -u, -x flagsRuss Cox1-10/+0
2010-06-07runtime: finish pchw -> tiny, added gettime for tinyDaniel Theophanes1-1/+1
2010-04-29rename GOOS=mingw to GOOS=windowsAlex Brainman1-1/+1
2010-04-22runtime: closures, defer bug fix for Native ClientRuss Cox1-1/+6
2010-02-26Add -r option to 6l/8l/5l.Ian Lance Taylor1-1/+3
2010-02-08*l/*c: add -V flag to display version numberAndrew Gerrand1-0/+3
2010-02-03search for runtime.a in the package path instead of hardcodingKai Backman1-5/+4
2010-02-03ld: include main and runtime in the library loopRuss Cox1-1/+1
2010-01-255l, 6l, 8l: accept only one object fileRuss Cox1-5/+4
2010-01-25ld: do not load the same object file multiple times.Russ Cox1-0/+6
2010-01-22eliminate the package global name space assumption in object filesRuss Cox1-4/+8
2010-01-13runtime: add demo running Go on raw (emulated) hwRuss Cox1-0/+14
2009-12-138l: add support for PE output.Hector Chu1-3/+28
2009-11-18More FreeBSD-touchups. Thundercats are GOOOOO!Devon H. O'Dell1-7/+3
2009-11-17FreeBSD/i386 workDevon H. O'Dell1-1/+13
2009-11-05same speedup as 6lKen Thompson1-11/+14
2009-10-07factor portable object+library bits out of 5l/6l/8l into ldRuss Cox1-637/+12
2009-10-06fix buildRob Pike1-0/+5
2009-10-05allow multiple -L optionsRob Pike1-6/+12
2009-10-038c, 8l dynamic loading support.Russ Cox1-2/+19
2009-09-30step toward darwin ffi: factor out macho codeRuss Cox1-1/+3
2009-09-24convert 8l to new ELF code.Russ Cox1-1/+5
2009-09-188l: step toward native client.Russ Cox1-0/+12
2009-08-20symbol bugs.Russ Cox1-7/+7
2009-08-13debugging symbols for 8g.Russ Cox1-1/+9
2009-08-12delete heuristic left over from incremental compilationRuss Cox1-15/+2
2009-08-07remove 8.out before creating it.Russ Cox1-0/+1
2009-07-07the ld-supplied typestrings are now obsoleteRuss Cox1-2/+0
2009-06-17update 386 to new runtime (CL 30381)Russ Cox1-1/+1
2009-06-06move src/runtime -> src/lib/runtime;Russ Cox1-1/+1
2009-06-05more build refinements:Russ Cox1-1/+1
2009-06-028l fixes, cut and paste from 6l.Russ Cox1-26/+36
2009-03-31* move go-specific loader codeRuss Cox1-14/+20
2009-03-24drop rt0 object from 8l (already dropped from 6l).Russ Cox1-8/+0
2009-03-20update 8a, 8c, 8l to use new object format.Russ Cox1-122/+184
2009-03-20make 8l generate Darwin Mach-O and Linux ELF binariesRuss Cox1-17/+49
2009-01-06make 8a, 8c, 8l build in go environment.Russ Cox1-59/+17
2009-01-068a, 8c, and 8l from inferno distributionRuss Cox1-0/+1522