summaryrefslogtreecommitdiff
path: root/src/cmd/ld
AgeCommit message (Expand)AuthorFilesLines
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
2009-10-10reallocate library, libraryobj: 50 isn't nearly enoughRob Pike2-5/+7
2009-10-08dupok, gcc compile fix, sync and syscall asm fixKai Backman1-1/+6
2009-10-07factor portable object+library bits out of 5l/6l/8l into ldRuss Cox5-1/+856
2009-10-038c, 8l dynamic loading support.Russ Cox3-2/+330
2009-09-30step toward darwin ffi: factor out macho codeRuss Cox3-1/+278
2009-09-24convert 8l to new ELF code.Russ Cox2-37/+120
2009-08-30fix line numbers, again.Russ Cox1-25/+0
2009-08-24ffi -> dynld.Russ Cox1-51/+81
2009-08-24first attempt at real FFI support.Russ Cox1-4/+2
2009-08-24linker workRuss Cox1-2/+41
2009-08-23linker workRuss Cox1-1/+294