summaryrefslogtreecommitdiff
path: root/src/cmd/ld/go.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-19Imported Upstream version 1.3upstream/1.3Michael Stapelberg1-124/+33
2013-12-03Imported Upstream version 1.2upstream/1.2Michael Stapelberg1-7/+18
2013-05-14Imported Upstream version 1.1upstream/1.1Michael Stapelberg1-48/+64
2013-03-04Imported Upstream version 1.1~hg20130304upstream/1.1_hg20130304Michael Stapelberg1-164/+216
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý1-2/+6
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+869
2011-09-13Imported Upstream version 60Ondřej Surý1-710/+0
2011-06-30Imported Upstream version 58upstream/58Ondřej Surý1-2/+4
2011-04-28Imported Upstream version 2011.04.27upstream/2011.04.27Ondřej Surý1-2/+12
2011-04-26Imported Upstream version 2011.04.13upstream/2011.04.13Ondřej Surý1-7/+6
2011-04-20Imported Upstream version 2011.03.07.1upstream/2011.03.07.1Ondřej Surý1-0/+33
2011-02-18Imported Upstream version 2011.02.15upstream/2011.02.15Ondřej Surý1-2/+0
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-68/+114
2010-06-29ld: fix implementation of -uRuss Cox1-10/+21
2010-06-21ld: add -u flag to check safe bits; discard old -u, -x flagsRuss Cox1-1/+28
2010-03-23Add support for #pragma dynexport.Ian Lance Taylor1-5/+82
2010-03-22Rename dynld to dynimport throughout.Ian Lance Taylor1-12/+12
2010-01-25ld: typoRuss Cox1-1/+1
2010-01-25eliminate package global name spaceRuss Cox1-4/+11
2010-01-22eliminate the package global name space assumption in object filesRuss Cox1-38/+51
2010-01-19cleanup toward eliminating package global name spaceRuss Cox1-14/+14
2009-12-17 first stub for softfloats, intercepts float instructions and skipsKai Backman1-2/+1
2009-11-12cc, ld: fix more gcc 4.3 -O2 compile bugsRuss Cox1-2/+2
2009-10-15rename sys functions to runtime,Russ Cox1-14/+14
2009-10-07factor portable object+library bits out of 5l/6l/8l into ldRuss Cox1-0/+3
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-21linker workRuss Cox1-0/+2
2009-08-20symbol bugs.Russ Cox1-0/+4
2009-08-13debugging symbols for 8g.Russ Cox1-24/+0
2009-08-136g/6l: add go type information to symbol table.Russ Cox1-0/+2
2009-08-12change gotype in symbol table fromRuss Cox1-1/+4
2009-07-14dead codeRuss Cox1-20/+0
2009-07-07the ld-supplied typestrings are now obsoleteRuss Cox1-155/+0
2009-07-07bug167Russ Cox1-1/+1
2009-06-29allow forward declaration of struct in another fileRuss Cox1-35/+39
2009-06-05restructure makefiles, scripts to factor out O= logic.Russ Cox1-10/+10
2009-06-04dangling pointer bug (thanks valgrind)Russ Cox1-1/+1
2009-06-028l fixes, cut and paste from 6l.Russ Cox1-1/+0
2009-05-056l: eliminate dead code, not just the symbolsRuss Cox1-1/+21
2009-05-03more morestack fiddlingKen Thompson1-2/+23
2009-04-02turn gc of unused data/code back on in loaders.Russ Cox1-2/+2
2009-03-31* move go-specific loader codeRuss Cox1-0/+587