Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2000-02-28 21:57:53 +0300
committerNick Clifton <nickc@redhat.com>2000-02-28 21:57:53 +0300
commitc8ceb1b10f00cebb96a0487e588dfb14cbbdd682 (patch)
tree7237acb3417abff2fc575a5fb5ae6c0b5034f836 /include/coff
parent716254905c9ef40e7d3bb01c6f01506f980fa7d7 (diff)
Defone {MIPS|SH}_PE_MAGIC
Diffstat (limited to 'include/coff')
-rw-r--r--include/coff/ChangeLog5
-rw-r--r--include/coff/mipspe.h2
-rw-r--r--include/coff/sh.h1
3 files changed, 7 insertions, 1 deletions
diff --git a/include/coff/ChangeLog b/include/coff/ChangeLog
index 1890c80ec..1e4fee32e 100644
--- a/include/coff/ChangeLog
+++ b/include/coff/ChangeLog
@@ -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.
diff --git a/include/coff/mipspe.h b/include/coff/mipspe.h
index f8ca624bd..1927d991d 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 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) \