]> sourceware.org Git - newlib-cygwin.git/commitdiff
Defone {MIPS|SH}_PE_MAGIC
authorNick Clifton <nickc@redhat.com>
Mon, 28 Feb 2000 18:57:53 +0000 (18:57 +0000)
committerNick Clifton <nickc@redhat.com>
Mon, 28 Feb 2000 18:57:53 +0000 (18:57 +0000)
include/coff/ChangeLog
include/coff/mipspe.h
include/coff/sh.h

index 1890c80ec4cff5c277458b30a2aa1d4c860094f4..1e4fee32e59d911f58606c133b0918e95d4582d3 100644 (file)
@@ -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.
index f8ca624bdf5702c33dbabf4617c6c6806548099b..1927d991d3b38a70962b1d7296c1135e9566e425 100644 (file)
@@ -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)
index 2065b626cc7d7bca8aead3a392ebf9f29e6aa7bf..f7271f210b8283f8ac621faf02dbb31b0975f0a9 100644 (file)
@@ -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) \
This page took 0.0357 seconds and 5 git commands to generate.