summaryrefslogtreecommitdiff
path: root/src/cmd/ld
AgeCommit message (Expand)AuthorFilesLines
2014-06-19Imported Upstream version 1.3upstream/1.3Michael Stapelberg21-3240/+1967
2013-12-03Imported Upstream version 1.2upstream/1.2Michael Stapelberg13-307/+1019
2013-05-14Imported Upstream version 1.1upstream/1.1Michael Stapelberg16-657/+1707
2013-03-04Imported Upstream version 1.1~hg20130304upstream/1.1_hg20130304Michael Stapelberg15-831/+2572
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý13-113/+490
2011-10-06Imported Upstream version 60.2upstream/60.2Ondřej Surý1-1/+1
2011-09-19Imported Upstream version 60.1upstream/60.1Ondřej Surý1-11/+15
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý18-0/+12155
2011-09-13Imported Upstream version 60Ondřej Surý18-11815/+0
2011-08-03Imported Upstream version 59upstream/59Ondřej Surý10-77/+113
2011-06-30Imported Upstream version 58upstream/58Ondřej Surý12-117/+228
2011-04-28Imported Upstream version 2011.04.27upstream/2011.04.27Ondřej Surý11-64/+181
2011-04-26Imported Upstream version 2011.04.13upstream/2011.04.13Ondřej Surý10-106/+209
2011-04-20Imported Upstream version 2011.03.07.1upstream/2011.03.07.1Ondřej Surý8-31/+312
2011-02-18Imported Upstream version 2011.02.15upstream/2011.02.15Ondřej Surý4-9/+121
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý8-185/+901
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý16-637/+6916
2010-06-30cgo: use slash-free relative paths for .so referencesRuss Cox1-0/+7
2010-06-29ld: fix implementation of -uRuss Cox3-19/+57
2010-06-21ld: add -u flag to check safe bits; discard old -u, -x flagsRuss Cox1-1/+28
2010-04-308l: fix absolute path detection on WindowsRuss Cox1-0/+4
2010-04-275l, 6l, 8l, runtime: make -s binaries workRuss Cox3-2/+6
2010-04-138l: add DOS stub to PE binariesEvan Shaw1-2/+23
2010-03-25Support #pragma dynexport on OS X.Ian Lance Taylor1-20/+108
2010-03-23Add support for #pragma dynexport.Ian Lance Taylor3-5/+139
2010-03-22Rename dynld to dynimport throughout.Ian Lance Taylor2-17/+17
2010-02-108l: pe executable building code changed to include import table for kernel32....Alex Brainman2-0/+99
2010-02-10ld: unused variableRuss Cox1-1/+0
2010-02-046l: move mapped symbol table lower in memoryAndrew Gerrand1-0/+3
2010-02-03search for runtime.a in the package path instead of hardcodingKai Backman1-7/+21
2010-02-03ld: include main and runtime in the library loopRuss Cox2-14/+33
2010-02-01nacl: fix build, finally fixed 8l convergence bugRuss Cox1-1/+1
2010-01-25ld: typoRuss Cox1-1/+1
2010-01-25eliminate package global name spaceRuss Cox1-4/+11
2010-01-25ld: do not load the same object file multiple times.Russ Cox1-3/+9
2010-01-22eliminate the package global name space assumption in object filesRuss Cox3-69/+170
2010-01-19cleanup toward eliminating package global name spaceRuss Cox1-14/+14
2010-01-19ld: unused variableRuss Cox1-2/+0
2010-01-18build: move GOOS, GOARCH, GOROOT lookup into central library.Russ Cox1-14/+2
2010-01-13runtime: add demo running Go on raw (emulated) hwRuss Cox2-0/+5
2010-01-13ignore $GOARCH inside the compiler and linker.Rob Pike2-4/+2
2009-12-17 first stub for softfloats, intercepts float instructions and skipsKai Backman2-2/+3
2009-12-138l: add support for PE output.Hector Chu2-0/+248
2009-11-18ld: move interpreter string into first block of ELF fileRuss Cox2-1/+31
2009-11-15gc: five bug fixes, one better error.Russ Cox1-5/+14
2009-11-12cc, ld: fix more gcc 4.3 -O2 compile bugsRuss Cox2-4/+4
2009-11-09tweak documentation of commandsRuss Cox1-2/+2
2009-11-03more command documentation, including nm and profRob Pike1-0/+11
2009-11-036l -e: emit external ELF symbol table.Russ Cox1-1/+1
2009-10-15rename sys functions to runtime,Russ Cox1-14/+14