diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2003-04-08 07:14:47 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2003-04-08 07:14:47 +0000 |
commit | 0b14f26eff1b19f6d3926e11b6ad22ba7eebcb3d (patch) | |
tree | 46d61ae24298753503d783a17251c62f60e1e438 /opcodes/mips-dis.c | |
parent | 1211bce379c9a4281cdf75593035c73da91b3d61 (diff) | |
download | gdb-0b14f26eff1b19f6d3926e11b6ad22ba7eebcb3d.zip gdb-0b14f26eff1b19f6d3926e11b6ad22ba7eebcb3d.tar.gz gdb-0b14f26eff1b19f6d3926e11b6ad22ba7eebcb3d.tar.bz2 |
* mips-dis.c (mips_gpr_names_newabi): Reverted previous patch.
Diffstat (limited to 'opcodes/mips-dis.c')
-rw-r--r-- | opcodes/mips-dis.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/mips-dis.c b/opcodes/mips-dis.c index 927b021..1ed436a 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" }; |