Add MIPS V and MIPS 64 machine numbers
[deliverable/binutils-gdb.git] / include / elf / mips.h
index 41f52cd04ac17383a6c35050b9df442e87526c0d..ec333bfcbef4acc46cc864c1f448756eadf30744 100644 (file)
@@ -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
 
This page took 0.022684 seconds and 4 git commands to generate.