commit | 79fb16d32c20f14809a924e28d0ab18e1052647d | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Wed May 14 19:51:15 2014 -0400 |
committer | Russ Cox <rsc@golang.org> | Wed May 14 19:51:15 2014 -0400 |
tree | 2ab06a848bfa4f9b1023c67404fd1b51eea489de | |
parent | e7ad1ebeac01ebfbc36b9848b05aa45712b3e2a2 [diff] |
objdump: implement disassembly There is some duplication here with cmd/nm. There is a TODO to address that after 1.3 is out. Update #7452 x86 disassembly works and is tested. The arm disassembler does not exist yet and is therefore not yet hooked up. LGTM=crawshaw, iant R=crawshaw, iant CC=golang-codereviews https://golang.org/cl/91360046