Fix bugs in the disassembly of some ld-instructions
[binutils-gdb.git] / opcodes / ia64-gen.c
index 3c2a98703cabd4e063d28fe61fb59bcf34f53286..af4170c667a39c189b18907f38e942ceaa8dad60 100644 (file)
@@ -1437,6 +1437,8 @@ lookup_specifier (const char *name)
         return IA64_RS_ARb;
       if (strstr (name, "BR%") != NULL)
         return IA64_RS_BR;
+      if (strstr (name, "CR[IIB%]") != NULL)
+        return IA64_RS_CR_IIB;
       if (strstr (name, "CR[IRR%]") != NULL)
         return IA64_RS_CR_IRR;
       if (strstr (name, "CR[LRR%]") != NULL)