summaryrefslogtreecommitdiff
path: root/src/cmd/5l
AgeCommit message (Expand)AuthorFilesLines
2015-01-15Imported Upstream version 1.4upstream/1.4Tianon Gravi6-281/+137
2014-11-25Imported Upstream version 1.3.3upstream/1.3.3Tianon Gravi1-2/+2
2014-06-19Imported Upstream version 1.3upstream/1.3Michael Stapelberg11-5511/+219
2013-12-03Imported Upstream version 1.2upstream/1.2Michael Stapelberg9-258/+540
2013-05-14Imported Upstream version 1.1upstream/1.1Michael Stapelberg4-29/+62
2013-03-04Imported Upstream version 1.1~hg20130304upstream/1.1_hg20130304Michael Stapelberg11-694/+962
2012-06-14Imported Upstream version 1.0.2upstream/1.0.2Ondřej Surý1-2/+2
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý11-99/+76
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý14-0/+6224
2011-09-13Imported Upstream version 60Ondřej Surý14-6265/+0
2011-08-03Imported Upstream version 59upstream/59Ondřej Surý3-62/+23
2011-06-30Imported Upstream version 58upstream/58Ondřej Surý13-2604/+169
2011-04-28Imported Upstream version 2011.04.27upstream/2011.04.27Ondřej Surý2-2/+3
2011-04-26Imported Upstream version 2011.04.13upstream/2011.04.13Ondřej Surý5-23/+21
2011-04-20Imported Upstream version 2011.03.07.1upstream/2011.03.07.1Ondřej Surý10-48/+107
2011-02-18Imported Upstream version 2011.02.15upstream/2011.02.15Ondřej Surý3-29/+18
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý8-13/+38
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý14-3515/+1908
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-11Pad Go symbol table out to page boundary when linking dynamically.Ian Lance Taylor1-2/+4
2010-04-275l, 6l, 8l, runtime: make -s binaries workRuss Cox4-15/+85
2010-04-06replace original float instruction with jump to make branchesKai Backman1-11/+12
2010-04-05runtime: various arm fixesRuss Cox3-4/+8
2010-03-23Add support for #pragma dynexport.Ian Lance Taylor2-33/+64
2010-03-22Rename dynld to dynimport throughout.Ian Lance Taylor2-7/+7
2010-03-08arm: cleanup build warningsDean Prichard1-2/+2
2010-02-26Add -r option to 6l/8l/5l.Ian Lance Taylor4-1/+9
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