[MIPS/GAS] Split Loongson CAM Instructions from loongson3a
[deliverable/binutils-gdb.git] / bfd / elfxx-mips.c
index e538fd14615411d372a59ec7ae4fbff6a84e02fe..80cc8c0448aca6d5b6145d047d394e06214a816d 100644 (file)
@@ -15677,6 +15677,8 @@ print_mips_ases (FILE *file, unsigned int mask)
     fputs ("\n\tGINV ASE", file);
   if (mask & AFL_ASE_LOONGSON_MMI)
     fputs ("\n\tLoongson MMI ASE", file);
+  if (mask & AFL_ASE_LOONGSON_CAM)
+    fputs ("\n\tLoongson CAM ASE", file);
   if (mask == 0)
     fprintf (file, "\n\t%s", _("None"));
   else if ((mask & ~AFL_ASE_MASK) != 0)
This page took 0.025355 seconds and 4 git commands to generate.