]> Cypherpunks repositories - gostls13.git/commit
cmd/objdump: import x86 disassembler
authorRuss Cox <rsc@golang.org>
Wed, 14 May 2014 23:46:53 +0000 (19:46 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 14 May 2014 23:46:53 +0000 (19:46 -0400)
commite7ad1ebeac01ebfbc36b9848b05aa45712b3e2a2
treeabaa02abf31bf126aca7340956ce1d2fae4f5d9b
parent24998de7aef94bed8b909536c80c5697b572d070
cmd/objdump: import x86 disassembler

The x86 disassembler lives in rsc.io/x86/x86asm for now.
We need to figure out what should live where in the long term,
but not before the 1.3 release.

The completed code reviews for the disassembler are at:
https://golang.org/cl/95350044
https://golang.org/cl/95300044
https://golang.org/cl/97100047
https://golang.org/cl/93110044
https://golang.org/cl/99000043
https://golang.org/cl/98990043

LGTM=crawshaw
R=crawshaw, jacek.masiulaniec
CC=golang-codereviews
https://golang.org/cl/92360043
src/cmd/objdump/Makefile [new file with mode: 0644]
src/cmd/objdump/x86.go [new file with mode: 0644]