]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.4] debug/goobj: move to cmd/internal/goobj
authorAndrew Gerrand <adg@golang.org>
Mon, 17 Nov 2014 01:56:35 +0000 (12:56 +1100)
committerAndrew Gerrand <adg@golang.org>
Mon, 17 Nov 2014 01:56:35 +0000 (12:56 +1100)
commitc1fc059b080e82e46e5fd588acd370ed778d64cc
tree4fa8a0e60665115ade362a383997146888c15f25
parent335ad3db999a0ebcb9325f0ff300ea47ed7bd82c
[release-branch.go1.4] debug/goobj: move to cmd/internal/goobj

««« CL 174250043 / c16349455e05
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
»»»

LGTM=rsc
R=rsc
CC=golang-codereviews
https://golang.org/cl/177890043
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