Sign in
go
/
go
/
bf69025825fd2b8e7aac01f27d5c974bd30af542
/
src
/
cmd
/
ld
fda0e78
fix line numbers, again.
by Russ Cox
· 16 years ago
165a990
ffi -> dynld. move out of export data into its own section
by Russ Cox
· 16 years ago
8c253bc
first attempt at real FFI support.
by Russ Cox
· 16 years ago
1f177cd
linker work
by Russ Cox
· 16 years ago
fd6cdbd
linker work * more elf constants from FreeBSD * simple relocation demo
by Russ Cox
· 16 years ago
0e25c1d
linker work
by Russ Cox
· 16 years ago
7b29dbb
symbol bugs. do not emit unreachable data symbols.
by Russ Cox
· 16 years ago
bd4161f
FFI step 2: can ask for libc.so.6.
by Russ Cox
· 16 years ago
45ce825
debugging symbols for 8g.
by Russ Cox
· 16 years ago
311c0b4
6g/6l: add go type information to symbol table.
by Russ Cox
· 16 years ago
57a9bd0
change gotype in symbol table from
by Russ Cox
· 16 years ago
3d42e69
make 6l produce dynamically linked binaries (although they are fully statically linked as far
by Rob Pike
· 16 years ago
f687fb7
6l cleanup: last set of magic numbers for elf64 moved to ld/elf64*.
by Rob Pike
· 16 years ago
fe734d8
clean up generation of exec header.
by Rob Pike
· 16 years ago
94d89ed
take care of a few more magic numbers
by Rob Pike
· 16 years ago
b63d40a
count SHdrs and PHdrs and write them out as a unit
by Rob Pike
· 16 years ago
e86dcf1
more elf64 support: phdrs, constants
by Rob Pike
· 16 years ago
1593b1f
First steps towards cleaner support for ELF64 in 6l.
by Rob Pike
· 16 years ago
10e995f
dead code
by Russ Cox
· 16 years ago
7c534e1
the ld-supplied typestrings are now obsolete
by Russ Cox
· 16 years ago
a1b6482
bug167
by Russ Cox
· 16 years ago
9435dc2
allow forward declaration of struct in another file (in the same package).
by Russ Cox
· 16 years ago
6609d2f
restructure makefiles, scripts to factor out O= logic.
by Russ Cox
· 16 years ago
f0e6a3c
dangling pointer bug (thanks valgrind)
by Russ Cox
· 16 years ago
07393f8
8l fixes, cut and paste from 6l. move PtrSize value into 6l/8l files.
by Russ Cox
· 16 years ago
9cba9c8
6l: eliminate dead code, not just the symbols
by Russ Cox
· 16 years ago
5963f59
more morestack fiddling
by Ken Thompson
· 16 years ago
8d8225d
turn gc of unused data/code back on in loaders.
by Russ Cox
· 16 years ago
b87e3e8
* move go-specific loader code
by Russ Cox
· 16 years ago