summaryrefslogtreecommitdiff
path: root/src/cmd/5l
AgeCommit message (Expand)AuthorFilesLines
2010-02-10arm: fix build on androidRuss Cox6-257/+552
2010-02-08*l/*c: add -V flag to display version numberAndrew Gerrand2-0/+5
2010-02-046l: move mapped symbol table lower in memoryAndrew Gerrand1-1/+1
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 Backman3-8/+9
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 Cox2-11/+8
2010-01-19cleanup toward eliminating package global name spaceRuss Cox2-6/+6
2009-12-17 first stub for softfloats, intercepts float instructions and skipsKai Backman4-1/+84
2009-11-23go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia1-2/+2
2009-11-09tweak documentation of commandsRuss Cox1-1/+1
2009-11-03document the gc go compilers.Rob Pike1-0/+2
2009-11-03more command documentation, including nm and profRob Pike1-1/+1
2009-11-03First steps at command documentation: C compilers and linkers.Rob Pike1-0/+26
2009-10-25 make 5l ignore multiple defs, remove use of multipleKai Backman1-0/+9
2009-10-25frame size > StackBig supportKai Backman1-7/+49
2009-10-23fix off by 4 bug in morestack (lr again). remove storing of r0Kai Backman1-6/+17
2009-10-21change stack splitting comparisons from signed to unsigned (oversight)Kai Backman1-9/+9
2009-10-19support for 5.out filesRuss Cox1-1/+4
2009-10-15rename sys functions to runtime,Russ Cox1-4/+4
2009-10-14LDREX and STREXKai Backman4-0/+27
2009-10-08dupok, gcc compile fix, sync and syscall asm fixKai Backman2-3/+11
2009-10-07factor portable object+library bits out of 5l/6l/8l into ldRuss Cox8-669/+44
2009-10-065l library loading, 64 bit entry pointsKai Backman1-6/+31
2009-10-03clean moreRuss Cox1-1/+1
2009-09-18changed 5c calling convention to use stack exclusively for inKai Backman1-1/+2
2009-09-17fixing width bug in DATA output. some logging to make fixingKai Backman1-2/+2
2009-08-30fix line numbers, again.Russ Cox2-0/+7
2009-08-24ffi -> dynld.Russ Cox1-3/+2
2009-08-2464bit literal RSHKai Backman1-0/+6
2009-08-24linker workRuss Cox1-0/+3
2009-08-21fix 386/arm buildsKai Backman1-0/+1
2009-08-18slashed warningsKai Backman1-59/+6
2009-08-17inline lib9.hRob Pike1-4/+5
2009-08-07remove 8.out before creating it.Russ Cox1-0/+1
2009-07-28Support use of $GOBINDIR to override $HOME/binPhil Pennock1-1/+1
2009-07-13fix undefined function error.Russ Cox1-8/+8
2009-07-07the ld-supplied typestrings are now obsoleteRuss Cox2-4/+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-07-02minor comment and debug flag for dumping all oplooks.Kai Backman2-4/+4
2009-06-26Adding more debug output when 5l encounters a bad opKai Backman3-1/+69
2009-06-26more changes to make 5g code generation arm compatible.Kai Backman2-3/+4
2009-06-24Fix compile warnings in 5l.Kai Backman1-8/+8
2009-06-23Runtime is now starting up with a dummy c program as target:Kai Backman1-33/+31
2009-06-16grab bag of changes aimed at getting stack splitting to work:Kai Backman6-75/+116
2009-06-09Added ld/go.c functionality into 5l, primarily dead codeKai Backman6-37/+83
2009-06-08initial morestack support for 5l. still disabled, doesn't work.Kai Backman6-78/+187