summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMateusz Czapli?ski <czapkofan@gmail.com>2011-08-29 14:25:43 -0400
committerMateusz Czapli?ski <czapkofan@gmail.com>2011-08-29 14:25:43 -0400
commit4aafdaea982813f82a118ed8a59a8e900e7731e8 (patch)
tree03be4c797e9519c77d6d679be93df8d0a55f6e41 /include
parent3d971a11b7b534f141a01839af88cbcc35d6bfc3 (diff)
downloadgo-4aafdaea982813f82a118ed8a59a8e900e7731e8.tar.gz
libmach: support reading symbols from Windows .exe for nm
Fixes Issue 979. R=rsc, alex.brainman CC=golang-dev, vcc.163 http://codereview.appspot.com/4894051 Committer: Russ Cox <rsc@golang.org>
Diffstat (limited to 'include')
-rw-r--r--include/mach.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mach.h b/include/mach.h
index 5b1ce7b3a..cf7151cfd 100644
--- a/include/mach.h
+++ b/include/mach.h
@@ -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,