Import readlink
[deliverable/binutils-gdb.git] / elfcpp / mips.h
index ccb017f7370f85e31ee56d5497de22e009cfed6b..a59c3e24b61f873231047f0b83d3871255711881 100644 (file)
@@ -250,6 +250,10 @@ enum
   E_MIPS_ARCH_32R2 = 0x70000000,
   // -mips64r2 code.
   E_MIPS_ARCH_64R2 = 0x80000000,
+  // -mips32r6 code.
+  E_MIPS_ARCH_32R6 = 0x90000000,
+  // -mips64r6 code.
+  E_MIPS_ARCH_64R6 = 0xa0000000,
 };
 
 enum
This page took 0.02333 seconds and 4 git commands to generate.