diff options
Diffstat (limited to 'elfcpp/mips.h')
-rw-r--r-- | elfcpp/mips.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/elfcpp/mips.h b/elfcpp/mips.h index ccb017f..a59c3e2 100644 --- a/elfcpp/mips.h +++ b/elfcpp/mips.h @@ -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 |