From: nickc Date: Mon, 28 Feb 2000 18:57:53 +0000 (+0000) Subject: Defone {MIPS|SH}_PE_MAGIC X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=1bea5c3602b27c0ff0771d71beaee0bbd99061bd;p=pf3gnuchains%2Fsourceware.git Defone {MIPS|SH}_PE_MAGIC --- diff --git a/include/coff/ChangeLog b/include/coff/ChangeLog index 1890c80ec4..1e4fee32e5 100644 --- a/include/coff/ChangeLog +++ b/include/coff/ChangeLog @@ -1,3 +1,8 @@ +2000-02-28 Nick Clifton + + * mipspe.h (MIPS_PE_MAGIC): Define. + * sh.h (SH_PE_MAGIC): Define. + 2000-02-22 Nick Clifton DJ Delorie * sh.h: Add Windows CE definitions. diff --git a/include/coff/mipspe.h b/include/coff/mipspe.h index f8ca624bdf..1927d991d3 100644 --- a/include/coff/mipspe.h +++ b/include/coff/mipspe.h @@ -15,7 +15,7 @@ struct external_filehdr { #define MIPS_ARCH_MAGIC_WINCE 0x0166 /* Windows CE - little endian */ - +#define MIPS_PE_MAGIC 0x010b #define MIPSBADMAG(x) \ ((x).f_magic!=MIPS_ARCH_MAGIC_WINCE) diff --git a/include/coff/sh.h b/include/coff/sh.h index 2065b626cc..f7271f210b 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) \