go/src/cmd/link
Russ Cox 3e7d4f11c0 debug/goobj: move to cmd/internal/goobj
debug/goobj is not ready to be published but it is
needed for the various binary-reading commands.
Move to cmd/internal/goobj.

(The Go 1.3 release branch deleted it, but that's not
an option anymore due to the command dependencies.
The API is still not vetted nor terribly well designed.)

LGTM=adg, dsymonds
R=adg, dsymonds
CC=golang-codereviews
https://golang.org/cl/174250043
2014-11-16 20:52:45 -05:00
..
testdata cmd/{ld,link,objdump}, runtime, debug/gosym: move linker-defined symbols into runtime package 2014-08-27 20:15:05 -04:00
auto.go debug/goobj: move to cmd/internal/goobj 2014-11-16 20:52:45 -05:00
auto_test.go debug/goobj: move to cmd/internal/goobj 2014-11-16 20:52:45 -05:00
dead.go debug/goobj: move to cmd/internal/goobj 2014-11-16 20:52:45 -05:00
dead_test.go debug/goobj: move to cmd/internal/goobj 2014-11-16 20:52:45 -05:00
debug.go
hex_test.go cmd/link: replace golden binary files with hex dumps 2014-01-13 23:07:40 -05:00
layout.go debug/goobj: move to cmd/internal/goobj 2014-11-16 20:52:45 -05:00
layout_test.go cmd/link: implement and test automatic symbols 2014-01-13 23:07:57 -05:00
link_test.go debug/goobj: move to cmd/internal/goobj 2014-11-16 20:52:45 -05:00
load.go liblink, cmd/ld: reenable nosplit checking and test 2014-04-16 22:08:00 -04:00
macho.go cmd/link: implement and test automatic symbols 2014-01-13 23:07:57 -05:00
macho_test.go src: fix issues found by go vet std 2014-04-26 19:54:48 -07:00
main.go
pclntab.go debug/goobj: move to cmd/internal/goobj 2014-11-16 20:52:45 -05:00
pclntab_test.go debug/goobj: move to cmd/internal/goobj 2014-11-16 20:52:45 -05:00
prog.go debug/goobj: move to cmd/internal/goobj 2014-11-16 20:52:45 -05:00
prog_test.go src: fix issues found by go vet std 2014-04-26 19:54:48 -07:00
runtime.go debug/goobj: move to cmd/internal/goobj 2014-11-16 20:52:45 -05:00
scan.go debug/goobj: move to cmd/internal/goobj 2014-11-16 20:52:45 -05:00
util.go
write.go cmd/link: implement and test automatic symbols 2014-01-13 23:07:57 -05:00