MIPS: Add CRC ASE support
[deliverable/binutils-gdb.git] / include / elf / mips.h
index 9de0b4e17504f0ae75dfd32c152247e4df9c7c22..d11b99f338123066f78eb4c890f4e02162de2a73 100644 (file)
@@ -1235,7 +1235,8 @@ extern void bfd_mips_elf_swap_abiflags_v0_out
 #define AFL_ASE_XPA          0x00001000 /* XPA ASE.  */
 #define AFL_ASE_DSPR3        0x00002000 /* DSP R3 ASE.  */
 #define AFL_ASE_MIPS16E2     0x00004000 /* MIPS16e2 ASE.  */
-#define AFL_ASE_MASK         0x00007fff /* All ASEs.  */
+#define AFL_ASE_CRC          0x00008000 /* CRC ASE.  */
+#define AFL_ASE_MASK         0x0000ffff /* All ASEs.  */
 
 /* Values for the isa_ext word of an ABI flags structure.  */
 
This page took 0.024924 seconds and 4 git commands to generate.