diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2003-04-08 00:39:16 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2003-04-08 00:39:16 +0000 |
commit | 8aa4c77d702ed72d06bb41639aab18a6c4c318b9 (patch) | |
tree | 5da6b64917642103b2d7ae6724ef051f9a5d81d7 /opcodes/mips-dis.c | |
parent | c4c0821de92ce9b37552d1842c83f88f52315016 (diff) | |
download | gdb-8aa4c77d702ed72d06bb41639aab18a6c4c318b9.zip gdb-8aa4c77d702ed72d06bb41639aab18a6c4c318b9.tar.gz gdb-8aa4c77d702ed72d06bb41639aab18a6c4c318b9.tar.bz2 |
* mips-dis.c (mips_gpr_names_newabi): $12-$15 are named $t4-$t7.
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 1ed436a..927b021 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", "t0", "t1", "t2", "t3", + "a4", "a5", "a6", "a7", "t4", "t5", "t6", "t7", "s0", "s1", "s2", "s3", "s4", "s5", "s6", "s7", "t8", "t9", "k0", "k1", "gp", "sp", "s8", "ra" }; |