
updates vendored version of x86asm, adds a symbol lookup function to pass to the disassembler. This will show global symbol names in the disassembly like go tool objdump does.
7 lines
217 B
Markdown
7 lines
217 B
Markdown
# arch
|
|
|
|
This repository holds machine architecture information used by the Go toolchain.
|
|
The parts needed in the main Go repository are copied in.
|
|
|
|
This repository requires Go 1.5+ with the vendor experiment enabled.
|