summaryrefslogtreecommitdiff
path: root/src/cmd/5l/l.h
AgeCommit message (Expand)AuthorFilesLines
2010-02-10arm: fix build on androidRuss Cox1-8/+16
2010-01-22eliminate the package global name space assumption in object filesRuss Cox1-7/+0
2009-12-17 first stub for softfloats, intercepts float instructions and skipsKai Backman1-0/+1
2009-10-08dupok, gcc compile fix, sync and syscall asm fixKai Backman1-0/+1
2009-10-07factor portable object+library bits out of 5l/6l/8l into ldRuss Cox1-26/+6
2009-08-24ffi -> dynld.Russ Cox1-3/+2
2009-08-24linker workRuss Cox1-0/+3
2009-08-17inline lib9.hRob Pike1-4/+5
2009-07-07the ld-supplied typestrings are now obsoleteRuss Cox1-2/+0
2009-06-26Adding more debug output when 5l encounters a bad opKai Backman1-0/+1
2009-06-24Fix compile warnings in 5l.Kai Backman1-8/+8
2009-06-16grab bag of changes aimed at getting stack splitting to work:Kai Backman1-0/+1
2009-06-09Added ld/go.c functionality into 5l, primarily dead codeKai Backman1-0/+9
2009-06-08initial morestack support for 5l. still disabled, doesn't work.Kai Backman1-1/+12
2009-05-28Change 5l to use Biobufs for IO.Kai Backman1-1/+1
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-57/+57
2009-03-135a 5c 5l from inferno distributionKai Backman1-0/+474