summaryrefslogtreecommitdiff
path: root/src/cmd/5l/obj.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-10arm: fix build on androidRuss Cox1-4/+10
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-25salvaging 183105 from dead clientKai Backman1-2/+2
2010-01-255l, 6l, 8l: accept only one object fileRuss Cox1-4/+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-19cleanup toward eliminating package global name spaceRuss Cox1-1/+1
2009-12-17 first stub for softfloats, intercepts float instructions and skipsKai Backman1-1/+12
2009-10-25 make 5l ignore multiple defs, remove use of multipleKai Backman1-0/+9
2009-10-08dupok, gcc compile fix, sync and syscall asm fixKai Backman1-3/+10
2009-10-07factor portable object+library bits out of 5l/6l/8l into ldRuss Cox1-629/+30
2009-10-065l library loading, 64 bit entry pointsKai Backman1-6/+31
2009-08-18slashed warningsKai Backman1-59/+6
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-07-06cleaned up data generation in 5g, reverted 5l handling of D_ADDR.Kai Backman1-1/+0
2009-07-06agen, sgen, cgen_callret, cgen_asop, D_ADDR handling, gmoveKai Backman1-0/+1
2009-06-16grab bag of changes aimed at getting stack splitting to work:Kai Backman1-0/+2
2009-06-09Added ld/go.c functionality into 5l, primarily dead codeKai Backman1-30/+54
2009-06-08initial morestack support for 5l. still disabled, doesn't work.Kai Backman1-2/+63
2009-06-06move src/runtime -> src/lib/runtime;Russ Cox1-2/+2
2009-05-28Change 5l to use Biobufs for IO.Kai Backman1-109/+80
2009-05-26Added automatic detection of system libraries to 5l.Kai Backman1-9/+15
2009-04-10Adding ARM elf support to the 5l linker.Kai Backman1-0/+10
2009-03-25This is really two changes in one but given interdependenciesKai Backman1-13/+13
2009-03-135a 5c 5l from inferno distributionKai Backman1-0/+1588