aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArd Biesheuvel <ard.biesheuvel@linaro.org>2016-01-27 11:47:28 -0800
committerJames Bottomley <James.Bottomley@HansenPartnership.com>2016-01-27 11:48:09 -0800
commit38ebdc8a6624522a1dd22dc77e10793e356473a3 (patch)
treef5825a2612f795d8c80426d01269ea94df5d0301
parenta03f9d4d7c3f871773ec9dee500c932b132c05e7 (diff)
downloadsbsigntools-38ebdc8a6624522a1dd22dc77e10793e356473a3.tar.gz
sbsigntool: remove doubly defined IMAGE_FILE_MACHINE_AMD64
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
-rw-r--r--src/coff/pe.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/coff/pe.h b/src/coff/pe.h
index 601a68e..3a43174 100644
--- a/src/coff/pe.h
+++ b/src/coff/pe.h
@@ -151,7 +151,6 @@
#define IMAGE_FILE_MACHINE_THUMB 0x01c2
#define IMAGE_FILE_MACHINE_TRICORE 0x0520
#define IMAGE_FILE_MACHINE_WCEMIPSV2 0x0169
-#define IMAGE_FILE_MACHINE_AMD64 0x8664
#define IMAGE_SUBSYSTEM_UNKNOWN 0
#define IMAGE_SUBSYSTEM_NATIVE 1