summaryrefslogtreecommitdiff
path: root/src/cmd/6l
AgeCommit message (Expand)AuthorFilesLines
2014-06-19Imported Upstream version 1.3upstream/1.3Michael Stapelberg9-5982/+209
2013-12-03Imported Upstream version 1.2upstream/1.2Michael Stapelberg8-239/+476
2013-05-14Imported Upstream version 1.1upstream/1.1Michael Stapelberg6-94/+192
2013-03-04Imported Upstream version 1.1~hg20130304upstream/1.1_hg20130304Michael Stapelberg8-653/+446
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý9-150/+147
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý12-0/+7754
2011-09-13Imported Upstream version 60Ondřej Surý12-7681/+0
2011-08-03Imported Upstream version 59upstream/59Ondřej Surý2-37/+22
2011-06-30Imported Upstream version 58upstream/58Ondřej Surý3-39/+28
2011-04-28Imported Upstream version 2011.04.27upstream/2011.04.27Ondřej Surý3-9/+50
2011-04-26Imported Upstream version 2011.04.13upstream/2011.04.13Ondřej Surý4-55/+41
2011-04-20Imported Upstream version 2011.03.07.1upstream/2011.03.07.1Ondřej Surý5-91/+77
2011-02-18Imported Upstream version 2011.02.15upstream/2011.02.15Ondřej Surý2-46/+1
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý6-17/+95
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý11-2816/+1942
2010-07-016l: drop confusing commentRuss Cox1-1/+1
2010-07-016l: implement MOVLQZX as "mov", not "movsxd"Russ Cox1-1/+1
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-12/+70
2010-04-206l, 8l: include ELF header in PT_LOAD mapping for text segmentRuss Cox1-5/+5
2010-03-23Add support for #pragma dynexport.Ian Lance Taylor2-31/+47
2010-03-22Rename dynld to dynimport throughout.Ian Lance Taylor2-7/+7
2010-02-26Add -r option to 6l/8l/5l.Ian Lance Taylor4-1/+9
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-27change print print buffer sizeKen Thompson1-3/+3
2010-01-255l, 6l, 8l: accept only one object fileRuss Cox1-5/+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-11/+11
2009-12-076l, 8l: make string buffer big enough for 8 chars (and then some)Russ Cox1-1/+1
2009-11-23go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia1-2/+2
2009-11-18More FreeBSD-touchups. Thundercats are GOOOOO!Devon H. O'Dell1-3/+2
2009-11-186l, 8l: add trivial hash table for dynamic symbolsRuss Cox1-18/+21
2009-11-18ld: move interpreter string into first block of ELF fileRuss Cox1-15/+10
2009-11-17fix botchKen Thompson1-1270/+0
2009-11-17change a n^2 algorithm inKen Thompson1-2/+1385
2009-11-17FreeBSD-specific porting work.Devon H. O'Dell2-2/+21
2009-11-166l: fix divide by zero in glibc linker.Russ Cox1-5/+12
2009-11-09tweak documentation of commandsRuss Cox1-1/+1
2009-11-05gofmt'ed 6l 8l cgoRobert Griesemer1-1/+1
2009-11-04speed up 6lKen Thompson5-46/+126
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-03document the assemblers.Rob Pike1-0/+7
2009-11-03First steps at command documentation: C compilers and linkers.Rob Pike1-0/+32