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 | 5e671ea1b6422b501e40e41a1616a6c78d55af5a (patch) | |
tree | 584d2b7f753cce73d815d905243a559af156587d /include/coff/mipspe.h | |
parent | 17505c5cfa9b784633a212f56076576317140ecc (diff) | |
download | gdb-5e671ea1b6422b501e40e41a1616a6c78d55af5a.zip gdb-5e671ea1b6422b501e40e41a1616a6c78d55af5a.tar.gz gdb-5e671ea1b6422b501e40e41a1616a6c78d55af5a.tar.bz2 |
Defone {MIPS|SH}_PE_MAGIC
Diffstat (limited to 'include/coff/mipspe.h')
-rw-r--r-- | include/coff/mipspe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/coff/mipspe.h b/include/coff/mipspe.h index f8ca624..1927d99 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) |