aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/5l
AgeCommit message (Expand)Author
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-11Pad Go symbol table out to page boundary when linking dynamically.Ian Lance Taylor
2010-04-275l, 6l, 8l, runtime: make -s binaries workRuss Cox
2010-04-06replace original float instruction with jump to make branchesKai Backman
2010-04-05runtime: various arm fixesRuss Cox
2010-03-23Add support for #pragma dynexport.Ian Lance Taylor
2010-03-22Rename dynld to dynimport throughout.Ian Lance Taylor
2010-03-08arm: cleanup build warningsDean Prichard
2010-02-26Add -r option to 6l/8l/5l.Ian Lance Taylor
2010-02-10arm: fix build on androidRuss Cox
2010-02-08*l/*c: add -V flag to display version numberAndrew Gerrand
2010-02-046l: move mapped symbol table lower in memoryAndrew 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-25salvaging 183105 from dead clientKai Backman
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-19cleanup toward eliminating package global name spaceRuss Cox
2009-12-17 first stub for softfloats, intercepts float instructions and skipsKai Backman
2009-11-23go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia
2009-11-09tweak documentation of commandsRuss Cox
2009-11-03document the gc go compilers.Rob Pike
2009-11-03more command documentation, including nm and profRob Pike
2009-11-03First steps at command documentation: C compilers and linkers.Rob Pike
2009-10-25 make 5l ignore multiple defs, remove use of multipleKai Backman
2009-10-25frame size > StackBig supportKai Backman
2009-10-23fix off by 4 bug in morestack (lr again). remove storing of r0Kai Backman
2009-10-21change stack splitting comparisons from signed to unsigned (oversight)Kai Backman
2009-10-19support for 5.out filesRuss Cox
2009-10-15rename sys functions to runtime,Russ Cox
2009-10-14LDREX and STREXKai Backman
2009-10-08dupok, gcc compile fix, sync and syscall asm fixKai Backman
2009-10-07factor portable object+library bits out of 5l/6l/8l into ldRuss Cox
2009-10-065l library loading, 64 bit entry pointsKai Backman
2009-10-03clean moreRuss Cox
2009-09-18changed 5c calling convention to use stack exclusively for inKai Backman
2009-09-17fixing width bug in DATA output. some logging to make fixingKai Backman
2009-08-30fix line numbers, again.Russ Cox
2009-08-24ffi -> dynld.Russ Cox
2009-08-2464bit literal RSHKai Backman
2009-08-24linker workRuss Cox
2009-08-21fix 386/arm buildsKai Backman
2009-08-18slashed warningsKai Backman
2009-08-17inline lib9.hRob Pike
2009-08-07remove 8.out before creating it.Russ Cox
2009-07-28Support use of $GOBINDIR to override $HOME/binPhil Pennock
2009-07-13fix undefined function error.Russ Cox
2009-07-07the ld-supplied typestrings are now obsoleteRuss Cox