index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cmd
/
ld
/
ldmacho.c
Age
Commit message (
Expand
)
Author
2015-03-01
cmd/5l etc: replace C code with Go code
Russ Cox
2015-03-01
cmd/ld: clean for c2go
Russ Cox
2015-02-13
cmd/ld: make cmd/ld a real library
Russ Cox
2014-07-22
cmd/ld: mark hostobj sections as containing no pointers
Dmitriy Vyukov
2014-04-16
liblink, cmd/ld: reenable nosplit checking and test
Russ Cox
2014-04-16
liblink: fix incorrect hash collision in lookup
Russ Cox
2014-04-14
liblink: remove arch-specific constants from file format
Russ Cox
2013-12-18
cmd/6g, cmd/gc, cmd/ld: fix Plan 9 amd64 warnings
David du Colombier
2013-12-08
liblink: create new library based on linker code
Russ Cox
2013-09-18
cmd/ld: handle duplicate static symbols in COFF and Mach-O files.
Shenghou Ma
2013-07-10
cmd/ld: correct assignment of sizes to mach-o symbols
Russ Cox
2013-04-29
cmd/ld: fix some 64-bit issues
Rob Pike
2013-03-10
cmd/ld: replace dynimpname with extname
Russ Cox
2013-03-07
cmd/ld: host linking support for linux/amd64
Russ Cox
2013-02-28
cmd/ld: fix symbol table sorting
Russ Cox
2012-09-20
cmd/ld: consistent binary for cgo programs
Shenghou Ma
2012-09-02
cmd/ld: support zero-filled section for Mach-O files
Shenghou Ma
2012-08-29
cmd/ld: handle a special case of scattered relocation 2/1 on Darwin/386
Shenghou Ma
2011-07-25
ld: fix build on Plan 9
Lucio De Re
2011-06-21
8l: more fixes for Plan 9
Lucio De Re
2011-04-08
ld: fix arm build
Russ Cox
2011-04-07
ld: fix Mach-O X86_64_RELOC_SIGNED relocations
Mikkel Krautz
2011-04-07
ld: fix Mach-O bss bug
Mikkel Krautz
2011-01-11
ld: Permit an Mach-O symbol to be exported in the dynamic symbol table.
Ian Lance Taylor
2010-12-17
ld: ignore stab symbols
Russ Cox
2010-12-13
ld: allow .o files with no symbols
Russ Cox
2010-12-08
5l (and 6l, 8l, ld): more arm build fixes
Russ Cox
2010-12-08
ld: reading of Mach-O object files
Russ Cox