summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2003-04-08 07:14:47 +0000
committerAlexandre Oliva <aoliva@redhat.com>2003-04-08 07:14:47 +0000
commit7b8681ab17e7b47fbfae9d57ecbf3c6c89a04fbf (patch)
tree267a494b460c3641c64623574407ae0d8e833062
parentc9c8dc91d6baa4f11e8974970279d627b3e59f38 (diff)
downloadbinutils-redhat-7b8681ab17e7b47fbfae9d57ecbf3c6c89a04fbf.tar.gz
* mips-dis.c (mips_gpr_names_newabi): Reverted previous patch.
-rw-r--r--opcodes/ChangeLog4
-rw-r--r--opcodes/mips-dis.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 1933a04822..718c9b2002 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -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.
diff --git a/opcodes/mips-dis.c b/opcodes/mips-dis.c
index 927b02181b..1ed436a0d0 100644
--- a/opcodes/mips-dis.c
+++ b/opcodes/mips-dis.c
@@ -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"
};