From 5e671ea1b6422b501e40e41a1616a6c78d55af5a Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Mon, 28 Feb 2000 18:57:53 +0000 Subject: Defone {MIPS|SH}_PE_MAGIC --- include/coff/sh.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/coff/sh.h') diff --git a/include/coff/sh.h b/include/coff/sh.h index 2065b62..f7271f2 100644 --- a/include/coff/sh.h +++ b/include/coff/sh.h @@ -17,6 +17,7 @@ struct external_filehdr { #define SH_ARCH_MAGIC_BIG 0x0500 #define SH_ARCH_MAGIC_LITTLE 0x0550 /* Little endian SH */ #define SH_ARCH_MAGIC_WINCE 0x01a2 /* Windows CE - little endian */ +#define SH_PE_MAGIC 0x010b #define SHBADMAG(x) \ -- cgit v1.1