diff options
author | Nick Clifton <nickc@redhat.com> | 2000-02-28 18:57:53 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-02-28 18:57:53 +0000 |
commit | c8ceb1b10f00cebb96a0487e588dfb14cbbdd682 (patch) | |
tree | 7237acb3417abff2fc575a5fb5ae6c0b5034f836 /include/coff/sh.h | |
parent | 716254905c9ef40e7d3bb01c6f01506f980fa7d7 (diff) | |
download | cygnal-c8ceb1b10f00cebb96a0487e588dfb14cbbdd682.tar.gz cygnal-c8ceb1b10f00cebb96a0487e588dfb14cbbdd682.tar.bz2 cygnal-c8ceb1b10f00cebb96a0487e588dfb14cbbdd682.zip |
Defone {MIPS|SH}_PE_MAGIC
Diffstat (limited to 'include/coff/sh.h')
-rw-r--r-- | include/coff/sh.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/coff/sh.h b/include/coff/sh.h index 2065b626c..f7271f210 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) \ |