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
/
6l
/
obj.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-06-30
Imported Upstream version 58
upstream/58
Ondřej Surý
1
-1
/
+1
2011-04-28
Imported Upstream version 2011.04.27
upstream/2011.04.27
Ondřej Surý
1
-3
/
+11
2011-04-26
Imported Upstream version 2011.04.13
upstream/2011.04.13
Ondřej Surý
1
-9
/
+9
2011-04-20
Imported Upstream version 2011.03.07.1
upstream/2011.03.07.1
Ondřej Surý
1
-35
/
+33
2011-02-14
Imported Upstream version 2011-02-01.1
upstream/2011-02-01.1
Ondřej Surý
1
-1
/
+20
2011-01-17
Imported Upstream version 2011.01.12
upstream/2011.01.12
Ondřej Surý
1
-433
/
+116
2010-06-30
cgo: use slash-free relative paths for .so references
Russ Cox
1
-0
/
+2
2010-06-21
ld: add -u flag to check safe bits; discard old -u, -x flags
Russ Cox
1
-10
/
+0
2010-02-26
Add -r option to 6l/8l/5l.
Ian Lance Taylor
1
-1
/
+4
2010-02-08
*l/*c: add -V flag to display version number
Andrew Gerrand
1
-0
/
+3
2010-02-03
search for runtime.a in the package path instead of hardcoding
Kai Backman
1
-5
/
+4
2010-02-03
ld: include main and runtime in the library loop
Russ Cox
1
-1
/
+1
2010-01-25
5l, 6l, 8l: accept only one object file
Russ Cox
1
-5
/
+4
2010-01-25
ld: do not load the same object file multiple times.
Russ Cox
1
-0
/
+6
2010-01-22
eliminate the package global name space assumption in object files
Russ Cox
1
-4
/
+8
2009-11-18
More FreeBSD-touchups. Thundercats are GOOOOO!
Devon H. O'Dell
1
-3
/
+2
2009-11-17
FreeBSD-specific porting work.
Devon H. O'Dell
1
-0
/
+6
2009-11-04
speed up 6l
Ken Thompson
1
-14
/
+17
2009-10-07
factor portable object+library bits out of 5l/6l/8l into ld
Russ Cox
1
-643
/
+12
2009-10-05
allow multiple -L options
Rob Pike
1
-8
/
+16
2009-10-03
8c, 8l dynamic loading support.
Russ Cox
1
-2
/
+4
2009-09-30
step toward darwin ffi: factor out macho code
Russ Cox
1
-1
/
+3
2009-08-21
linker work
Russ Cox
1
-3
/
+4
2009-08-20
symbol bugs.
Russ Cox
1
-7
/
+7
2009-08-20
FFI step 2: can ask for libc.so.6.
Russ Cox
1
-0
/
+1
2009-08-13
6g/6l: add go type information to symbol table.
Russ Cox
1
-2
/
+13
2009-08-12
mechanism for putting go types into 6.out symbol table.
Russ Cox
1
-1
/
+3
2009-08-12
delete heuristic left over from incremental compilation
Russ Cox
1
-14
/
+1
2009-08-07
remove 8.out before creating it.
Russ Cox
1
-0
/
+1
2009-07-21
make 6l produce dynamically linked binaries (although they are fully statical...
Rob Pike
1
-1
/
+1
2009-07-20
6l cleanup: last set of magic numbers for elf64 moved to ld/elf64*.
Rob Pike
1
-1
/
+1
2009-07-17
First steps towards cleaner support for ELF64 in 6l.
Rob Pike
1
-1
/
+2
2009-07-07
the ld-supplied typestrings are now obsolete
Russ Cox
1
-2
/
+0
2009-06-06
move src/runtime -> src/lib/runtime;
Russ Cox
1
-1
/
+1
2009-06-05
more build refinements:
Russ Cox
1
-1
/
+1
2009-06-02
8l fixes, cut and paste from 6l.
Russ Cox
1
-4
/
+2
2009-04-30
change 6l library directory flag to -L,
Russ Cox
1
-25
/
+21
2009-04-17
add -P pkgdir option to 6l to have it look first in pkgdir for a package.
Rob Pike
1
-2
/
+9
2009-04-08
yet another attempt at auto-linking
Russ Cox
1
-6
/
+14
2009-03-24
move darwin specific code into runtime/darwin/
Russ Cox
1
-6
/
+0
2009-03-20
don't need two names for the same function (vputl and llputl).
Russ Cox
1
-1
/
+1
2009-02-05
heuristic to stop pulling .6 in from .a
Russ Cox
1
-7
/
+3
2009-01-30
keep line number history even when
Russ Cox
1
-0
/
+3
2009-01-21
delete unused code and data from 6.outs.
Russ Cox
1
-3
/
+8
2009-01-20
6l: do not link in objects from an archive just for init functions.
Russ Cox
1
-16
/
+9
2009-01-20
6l: ignore undefined symbols in gotypesigs.
Russ Cox
1
-2
/
+7
2008-11-23
delete stack mark strings
Russ Cox
1
-1
/
+0
2008-11-13
* 6l:
Russ Cox
1
-3
/
+44
2008-11-05
6g interface changes:
Russ Cox
1
-0
/
+8
2008-11-03
6l: generate gotypesigs on demand.
Russ Cox
1
-0
/
+1
[next]