]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - bfd/elfxx-mips.c
MIPS: Add Global INValidate ASE support
[thirdparty/binutils-gdb.git] / bfd / elfxx-mips.c
index 6e2f6fed8266965926b1ae688d0bbe0d2c352d64..f2c7e9ec3b380fbf7c63a87561dba96fd8a13351 100644 (file)
@@ -15644,6 +15644,8 @@ print_mips_ases (FILE *file, unsigned int mask)
     fputs ("\n\tMIPS16e2 ASE", file);
   if (mask & AFL_ASE_CRC)
     fputs ("\n\tCRC ASE", file);
+  if (mask & AFL_ASE_GINV)
+    fputs ("\n\tGINV ASE", file);
   if (mask == 0)
     fprintf (file, "\n\t%s", _("None"));
   else if ((mask & ~AFL_ASE_MASK) != 0)