mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
libmach: support reading symbols from Windows .exe for nm
Fixes #979. R=rsc, alex.brainman CC=golang-dev, vcc.163 https://golang.org/cl/4894051
This commit is contained in:
parent
d8333d41f2
commit
eae0a48cf5
3 changed files with 193 additions and 8 deletions
|
|
@ -142,6 +142,7 @@ enum
|
|||
FAMD64B, /* 6.out bootable */
|
||||
FPOWER64, /* 9.out */
|
||||
FPOWER64B, /* 9.out bootable */
|
||||
FWINPE, /* windows PE executable */
|
||||
|
||||
ANONE = 0, /* dissembler types */
|
||||
AMIPS,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue