* mips-dis.c (mips_gpr_names_newabi): Reverted previous patch.
authorAlexandre Oliva <aoliva@redhat.com>
Tue, 8 Apr 2003 07:14:47 +0000 (07:14 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Tue, 8 Apr 2003 07:14:47 +0000 (07:14 +0000)
opcodes/ChangeLog
opcodes/mips-dis.c

index 1933a04822c1f25c62f3c2f93aaab5211d4fbec6..718c9b20029e62ff25bbaab75c9b6c6ecc56df31 100644 (file)
@@ -1,3 +1,7 @@
+2003-04-08  Alexandre Oliva  <aoliva@redhat.com>
+
+       * mips-dis.c (mips_gpr_names_newabi): Reverted previous patch.
+
 2003-04-07  Alexandre Oliva  <aoliva@redhat.com>
 
        * mips-dis.c (mips_gpr_names_newabi): $12-$15 are named $t4-$t7.
index 927b02181b3af2ec72d148f0c5e34a0774e5e0d6..1ed436a0d0aa3d86e9e36773a60801295da7bfd0 100644 (file)
@@ -89,7 +89,7 @@ static const char * const mips_gpr_names_oldabi[32] = {
 
 static const char * const mips_gpr_names_newabi[32] = {
   "zero", "at",   "v0",   "v1",   "a0",   "a1",   "a2",   "a3",
-  "a4",   "a5",   "a6",   "a7",   "t4",   "t5",   "t6",   "t7",
+  "a4",   "a5",   "a6",   "a7",   "t0",   "t1",   "t2",   "t3",
   "s0",   "s1",   "s2",   "s3",   "s4",   "s5",   "s6",   "s7",
   "t8",   "t9",   "k0",   "k1",   "gp",   "sp",   "s8",   "ra"
 };
This page took 0.026863 seconds and 4 git commands to generate.