* frame.c (get_frame_register_bytes): Take pseudo registers into
[deliverable/binutils-gdb.git] / opcodes / ia64-gen.c
index 5c897a95322523dc90ab1c02b08191174069b733..af4170c667a39c189b18907f38e942ceaa8dad60 100644 (file)
@@ -1296,6 +1296,8 @@ lookup_regindex (const char *name, int specifier)
         return 32;
       else if (strstr (name, "[ITC]"))
         return 44;
+      else if (strstr (name, "[RUC]"))
+        return 45;
       else if (strstr (name, "[PFS]"))
         return 64;
       else if (strstr (name, "[LC]"))
@@ -1435,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)
@@ -1552,7 +1556,7 @@ print_dependency_table ()
            if (rdeps[i]->total_chks == 0)
              {
                if (rdeps[i]->total_regs)
-                 warn (_("Warning: rsrc %s (%s) has no chks%\n"), 
+                 warn (_("Warning: rsrc %s (%s) has no chks\n"), 
                        rdeps[i]->name, mode_str[rdeps[i]->mode]);
                else
                  warn (_("Warning: rsrc %s (%s) has no chks or regs\n"), 
This page took 0.023509 seconds and 4 git commands to generate.