]> Cypherpunks repositories - gostls13.git/commit
debug/goobj: move to cmd/internal/goobj
authorRuss Cox <rsc@golang.org>
Mon, 17 Nov 2014 01:52:45 +0000 (20:52 -0500)
committerRuss Cox <rsc@golang.org>
Mon, 17 Nov 2014 01:52:45 +0000 (20:52 -0500)
commit3e7d4f11c054507198fc796a461b6e88f5c8e57d
treed87b66c8ceab22e4524d1043f3198152f3059104
parentf07ea227eec5fb99d8b6b22ac099692474126831
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
14 files changed:
src/cmd/internal/goobj/read.go [moved from src/debug/goobj/read.go with 100% similarity]
src/cmd/internal/goobj/read_test.go [moved from src/debug/goobj/read_test.go with 100% similarity]
src/cmd/internal/objfile/goobj.go
src/cmd/link/auto.go
src/cmd/link/auto_test.go
src/cmd/link/dead.go
src/cmd/link/dead_test.go
src/cmd/link/layout.go
src/cmd/link/link_test.go
src/cmd/link/pclntab.go
src/cmd/link/pclntab_test.go
src/cmd/link/prog.go
src/cmd/link/runtime.go
src/cmd/link/scan.go