• Russ Cox's avatar
    cmd/objdump: move armasm, x86asm into internal packages · c75f81f0
    Russ Cox authored
    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
    c75f81f0
Name
Last commit
Last update
..
testdata Loading commit data...
Makefile Loading commit data...
decode.go Loading commit data...
decode_test.go Loading commit data...
ext_test.go Loading commit data...
gnu.go Loading commit data...
inst.go Loading commit data...
inst_test.go Loading commit data...
intel.go Loading commit data...
objdump_test.go Loading commit data...
objdumpext_test.go Loading commit data...
plan9ext_test.go Loading commit data...
plan9x.go Loading commit data...
plan9x_test.go Loading commit data...
tables.go Loading commit data...
xed_test.go Loading commit data...
xedext_test.go Loading commit data...