diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-09-17 15:42:21 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-09-17 15:42:21 +0000 |
commit | efe59759d8d01aa611222e4d7000e41561945741 (patch) | |
tree | 50707fc956000e76f0502a8959764bb99b082cea /gdb/remote-vxsparc.c | |
parent | 627003499ddac21de88a2d00a0062e2f9407dcce (diff) | |
download | gdb-efe59759d8d01aa611222e4d7000e41561945741.zip gdb-efe59759d8d01aa611222e4d7000e41561945741.tar.gz gdb-efe59759d8d01aa611222e4d7000e41561945741.tar.bz2 |
2003-09-17 Andrew Cagney <cagney@redhat.com>
* gdbarch.sh (DEPRECATED_NPC_REGNUM): Deprecate NPC_REGNUM.
* gdbarch.h, gdbarch.c: Regenerate.
* core-sol2.c, hppa-tdep.c, lynx-nat.c, procfs.c: Update.
* regcache.c, remote-vxsparc.c, sparc-linux-nat.c: Update.
* sparc-nat.c, sparc-tdep.c, sparc64-tdep.c: Update.
* sparcnbsd-tdep.c: Update.
Diffstat (limited to 'gdb/remote-vxsparc.c')
-rw-r--r-- | gdb/remote-vxsparc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-vxsparc.c b/gdb/remote-vxsparc.c index c18f91a..339b99f 100644 --- a/gdb/remote-vxsparc.c +++ b/gdb/remote-vxsparc.c @@ -157,7 +157,7 @@ vx_write_register (int regno) if (regno >= 0) { if ((G0_REGNUM <= regno && regno <= I7_REGNUM) - || (Y_REGNUM <= regno && regno <= NPC_REGNUM)) + || (Y_REGNUM <= regno && regno <= DEPRECATED_NPC_REGNUM)) in_fp_regs = 0; else in_gp_regs = 0; |