mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-01 11:59:27 +08:00
2003-09-19 Andrew Cagney <cagney@redhat.com>
* sparcnbsd-nat.c (getregs_supplies): Rename NPC_REGNUM to DEPRECATED_NPC_REGNUM. * sparc64nbsd-nat.c (getregs_supplies): Ditto.
This commit is contained in:
@ -40,7 +40,7 @@ getregs_supplies (int regno)
|
||||
/* FIXME: PS_REGNUM for 32-bit code. */
|
||||
return (regno == TSTATE_REGNUM
|
||||
|| regno == PC_REGNUM
|
||||
|| regno == NPC_REGNUM
|
||||
|| regno == DEPRECATED_NPC_REGNUM
|
||||
|| regno == Y_REGNUM
|
||||
|| (regno >= G0_REGNUM && regno <= G7_REGNUM)
|
||||
|| (regno >= O0_REGNUM && regno <= O7_REGNUM)
|
||||
|
Reference in New Issue
Block a user