1
0
mirror of https://github.com/golang/go synced 2024-10-04 00:21:20 -06:00
go/src/cmd/internal
Russ Cox c75f81f0ed cmd/objdump: move armasm, x86asm into internal packages
For Go 1.3 these external packages were collapsed into
large single-file implementations stored in the cmd/objdump
directory.

For Go 1.4 we want pprof to be able to link against them too,
so move them into cmd/internal, where they can be shared.

The new files are copied from the repo in the file path (rsc.io/...).
Those repos were code reviewed during development
(mainly by crawshaw and minux), because we knew the
main repo would use them.

Update #8798

LGTM=bradfitz
R=crawshaw, bradfitz
CC=golang-codereviews
https://golang.org/cl/153750044
2014-09-30 12:28:24 -04:00
..
objfile cmd/internal/objfile: fix dissassembly of Plan 9 object files 2014-08-28 16:01:31 -07:00
rsc.io cmd/objdump: move armasm, x86asm into internal packages 2014-09-30 12:28:24 -04:00