diff options
author | Jason Molenda <jmolenda@apple.com> | 1998-07-27 19:24:40 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 1998-07-27 19:24:40 +0000 |
commit | 2926766b79471e7e329d0a0c616b624f53dfd43e (patch) | |
tree | 1ba2bb8ef9b69ce62a53725e2003143420f2a4b6 /gdb/config/d10v | |
parent | 3e20223154b0568965b44f91bb97828c068f984e (diff) | |
download | gdb-2926766b79471e7e329d0a0c616b624f53dfd43e.zip gdb-2926766b79471e7e329d0a0c616b624f53dfd43e.tar.gz gdb-2926766b79471e7e329d0a0c616b624f53dfd43e.tar.bz2 |
1998-07-27 Jason Molenda (jsm@bugshack.cygnus.com)
* config/d10v/tm-d10v.h (REGISTER_NAMES): sp -> r15. The
stack pointer et al are synthesized from the SP_REGNUM (etc)
defines and should not be mentioned in REGISTER_NAMES.
There is a log discussion copied into PR 15966 about how this is not
handled consistently across all targets and we ought to clean it up
a bit. I'm not tackling the general for this PR, though.
Diffstat (limited to 'gdb/config/d10v')
-rw-r--r-- | gdb/config/d10v/tm-d10v.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/d10v/tm-d10v.h b/gdb/config/d10v/tm-d10v.h index 0a4c3b4..967ffcf 100644 --- a/gdb/config/d10v/tm-d10v.h +++ b/gdb/config/d10v/tm-d10v.h @@ -64,7 +64,7 @@ extern CORE_ADDR d10v_skip_prologue (); #define REGISTER_NAMES \ { "r0", "r1", "r2", "r3", "r4", "r5", "r6", "r7", \ - "r8", "r9", "r10","r11","r12", "r13", "r14","sp",\ + "r8", "r9", "r10","r11","r12", "r13", "r14","r15",\ "psw","bpsw","pc","bpc", "cr4", "cr5", "cr6", "rpt_c",\ "rpt_s","rpt_e", "mod_s", "mod_e", "cr12", "cr13", "iba", "cr15",\ "imap0","imap1","dmap","a0", "a1"\ |