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-12-02 03:55:22 +0300
committerNick Clifton <nickc@redhat.com>2000-12-02 03:55:22 +0300
commitf9fe8a8ead5935a585726e4339df07fcd1c9201e (patch)
treeb9b93448d2e43bd1a322127e62d78977313bd26f /include/elf/mips.h
parent388732e7f6a9b690cf03ec1f1b6fe286c8dd4ecf (diff)
Add MIPS V and MIPS 64 machine numbers
Diffstat (limited to 'include/elf/mips.h')
-rw-r--r--include/elf/mips.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/elf/mips.h b/include/elf/mips.h
index 41f52cd04..ec333bfcb 100644
--- a/include/elf/mips.h
+++ b/include/elf/mips.h
@@ -121,9 +121,15 @@ END_RELOC_NUMBERS (R_MIPS_maxext)
/* -mips4 code. */
#define E_MIPS_ARCH_4 0x30000000
+/* -mips5 code. */
+#define E_MIPS_ARCH_5 0x40000000
+
/* -mips32 code. */
#define E_MIPS_ARCH_32 0x50000000
+/* -mips64 code. */
+#define E_MIPS_ARCH_64 0x60000000
+
/* The ABI of the file. Also see EF_MIPS_ABI2 above. */
#define EF_MIPS_ABI 0x0000F000