backends/
authorRoland McGrath <roland@redhat.com>
Wed, 23 May 2007 19:15:04 +0000 (19:15 +0000)
committerRoland McGrath <roland@redhat.com>
Wed, 23 May 2007 19:15:04 +0000 (19:15 +0000)
2007-05-23  Roland McGrath  <roland@redhat.com>

* alpha_regs.c (alpha_register_info): fp -> s6

tests/
2007-05-23  Roland McGrath  <roland@redhat.com>

* run-allregs.sh: Update expected Alpha results.

backends/ChangeLog
backends/alpha_regs.c
tests/ChangeLog
tests/run-allregs.sh

index e962de9..994aec0 100644 (file)
@@ -1,3 +1,7 @@
+2007-05-23  Roland McGrath  <roland@redhat.com>
+
+       * alpha_regs.c (alpha_register_info): fp -> s6
+
 2007-04-26  Roland McGrath  <roland@redhat.com>
 
        * alpha_symbol.c (alpha_machine_section_flag_check): New function.
index 2bc7d8f..3bb9a6c 100644 (file)
@@ -70,16 +70,12 @@ alpha_register_info (Ebl *ebl __attribute__ ((unused)),
       namelen = 2;
       break;
 
-    case 9 ... 14:
+    case 9 ... 15:
       name[0] = 's';
       name[1] = regno - 9 + '0';
       namelen = 2;
       break;
 
-    case 15:
-      *type = DW_ATE_address;
-      return stpcpy (name, "fp") + 1 - name;
-
     case 16 ... 21:
       name[0] = 'a';
       name[1] = regno - 16 + '0';
index 3424c1e..e4c2f88 100644 (file)
@@ -1,3 +1,7 @@
+2007-05-23  Roland McGrath  <roland@redhat.com>
+
+       * run-allregs.sh: Update expected Alpha results.
+
 2007-05-18  Roland McGrath  <roland@redhat.com>
 
        * run-strip-test4.sh (stripped, debugfile): Use new reference files.
index af69ac6..74f9738 100755 (executable)
@@ -2536,7 +2536,7 @@ integer registers:
         12: $s3 (s3), signed 64 bits
         13: $s4 (s4), signed 64 bits
         14: $s5 (s5), signed 64 bits
-        15: $fp (fp), address 64 bits
+        15: $s6 (s6), signed 64 bits
         16: $a0 (a0), signed 64 bits
         17: $a1 (a1), signed 64 bits
         18: $a2 (a2), signed 64 bits