index
:
golang
debian-sid
pristine-tar
upstream-sid
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cmd
/
ld
/
go.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-19
Imported Upstream version 1.3
upstream/1.3
Michael Stapelberg
1
-124
/
+33
2013-12-03
Imported Upstream version 1.2
upstream/1.2
Michael Stapelberg
1
-7
/
+18
2013-05-14
Imported Upstream version 1.1
upstream/1.1
Michael Stapelberg
1
-48
/
+64
2013-03-04
Imported Upstream version 1.1~hg20130304
upstream/1.1_hg20130304
Michael Stapelberg
1
-164
/
+216
2012-04-06
Imported Upstream version 1
upstream/1
Ondřej Surý
1
-2
/
+6
2011-09-13
Imported Upstream version 60
upstream/60
Ondřej Surý
1
-0
/
+869
2011-09-13
Imported Upstream version 60
Ondřej Surý
1
-710
/
+0
2011-06-30
Imported Upstream version 58
upstream/58
Ondřej Surý
1
-2
/
+4
2011-04-28
Imported Upstream version 2011.04.27
upstream/2011.04.27
Ondřej Surý
1
-2
/
+12
2011-04-26
Imported Upstream version 2011.04.13
upstream/2011.04.13
Ondřej Surý
1
-7
/
+6
2011-04-20
Imported Upstream version 2011.03.07.1
upstream/2011.03.07.1
Ondřej Surý
1
-0
/
+33
2011-02-18
Imported Upstream version 2011.02.15
upstream/2011.02.15
Ondřej Surý
1
-2
/
+0
2011-01-17
Imported Upstream version 2011.01.12
upstream/2011.01.12
Ondřej Surý
1
-68
/
+114
2010-06-29
ld: fix implementation of -u
Russ Cox
1
-10
/
+21
2010-06-21
ld: add -u flag to check safe bits; discard old -u, -x flags
Russ Cox
1
-1
/
+28
2010-03-23
Add support for #pragma dynexport.
Ian Lance Taylor
1
-5
/
+82
2010-03-22
Rename dynld to dynimport throughout.
Ian Lance Taylor
1
-12
/
+12
2010-01-25
ld: typo
Russ Cox
1
-1
/
+1
2010-01-25
eliminate package global name space
Russ Cox
1
-4
/
+11
2010-01-22
eliminate the package global name space assumption in object files
Russ Cox
1
-38
/
+51
2010-01-19
cleanup toward eliminating package global name space
Russ Cox
1
-14
/
+14
2009-12-17
first stub for softfloats, intercepts float instructions and skips
Kai Backman
1
-2
/
+1
2009-11-12
cc, ld: fix more gcc 4.3 -O2 compile bugs
Russ Cox
1
-2
/
+2
2009-10-15
rename sys functions to runtime,
Russ Cox
1
-14
/
+14
2009-10-07
factor portable object+library bits out of 5l/6l/8l into ld
Russ Cox
1
-0
/
+3
2009-08-30
fix line numbers, again.
Russ Cox
1
-25
/
+0
2009-08-24
ffi -> dynld.
Russ Cox
1
-51
/
+81
2009-08-24
first attempt at real FFI support.
Russ Cox
1
-4
/
+2
2009-08-24
linker work
Russ Cox
1
-2
/
+41
2009-08-21
linker work
Russ Cox
1
-0
/
+2
2009-08-20
symbol bugs.
Russ Cox
1
-0
/
+4
2009-08-13
debugging symbols for 8g.
Russ Cox
1
-24
/
+0
2009-08-13
6g/6l: add go type information to symbol table.
Russ Cox
1
-0
/
+2
2009-08-12
change gotype in symbol table from
Russ Cox
1
-1
/
+4
2009-07-14
dead code
Russ Cox
1
-20
/
+0
2009-07-07
the ld-supplied typestrings are now obsolete
Russ Cox
1
-155
/
+0
2009-07-07
bug167
Russ Cox
1
-1
/
+1
2009-06-29
allow forward declaration of struct in another file
Russ Cox
1
-35
/
+39
2009-06-05
restructure makefiles, scripts to factor out O= logic.
Russ Cox
1
-10
/
+10
2009-06-04
dangling pointer bug (thanks valgrind)
Russ Cox
1
-1
/
+1
2009-06-02
8l fixes, cut and paste from 6l.
Russ Cox
1
-1
/
+0
2009-05-05
6l: eliminate dead code, not just the symbols
Russ Cox
1
-1
/
+21
2009-05-03
more morestack fiddling
Ken Thompson
1
-2
/
+23
2009-04-02
turn gc of unused data/code back on in loaders.
Russ Cox
1
-2
/
+2
2009-03-31
* move go-specific loader code
Russ Cox
1
-0
/
+587