Defone {MIPS|SH}_PE_MAGIC
This commit is contained in:
parent
17505c5cfa
commit
5e671ea1b6
@ -1,3 +1,8 @@
|
||||
2000-02-28 Nick Clifton <nickc@cygnus.com>
|
||||
|
||||
* mipspe.h (MIPS_PE_MAGIC): Define.
|
||||
* sh.h (SH_PE_MAGIC): Define.
|
||||
|
||||
2000-02-22 Nick Clifton <nickc@cygnus.com> DJ Delorie <dj@cygnus.com>
|
||||
|
||||
* sh.h: Add Windows CE definitions.
|
||||
|
@ -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)
|
||||
|
@ -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) \
|
||||
|
Loading…
Reference in New Issue
Block a user