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:
parent
32470760e9
commit
c6316faa9b
3 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
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.
|
||||||
|
|
||||||
2003-09-19 Christopher Faylor <cgf@redhat.com>
|
2003-09-19 Christopher Faylor <cgf@redhat.com>
|
||||||
|
|
||||||
* win32-nat.c (mappings): Remove HAVE_SSE conditional.
|
* win32-nat.c (mappings): Remove HAVE_SSE conditional.
|
||||||
|
|
|
@ -40,7 +40,7 @@ getregs_supplies (int regno)
|
||||||
/* FIXME: PS_REGNUM for 32-bit code. */
|
/* FIXME: PS_REGNUM for 32-bit code. */
|
||||||
return (regno == TSTATE_REGNUM
|
return (regno == TSTATE_REGNUM
|
||||||
|| regno == PC_REGNUM
|
|| regno == PC_REGNUM
|
||||||
|| regno == NPC_REGNUM
|
|| regno == DEPRECATED_NPC_REGNUM
|
||||||
|| regno == Y_REGNUM
|
|| regno == Y_REGNUM
|
||||||
|| (regno >= G0_REGNUM && regno <= G7_REGNUM)
|
|| (regno >= G0_REGNUM && regno <= G7_REGNUM)
|
||||||
|| (regno >= O0_REGNUM && regno <= O7_REGNUM)
|
|| (regno >= O0_REGNUM && regno <= O7_REGNUM)
|
||||||
|
|
|
@ -39,7 +39,7 @@ getregs_supplies (int regno)
|
||||||
{
|
{
|
||||||
return (regno == PS_REGNUM
|
return (regno == PS_REGNUM
|
||||||
|| regno == PC_REGNUM
|
|| regno == PC_REGNUM
|
||||||
|| regno == NPC_REGNUM
|
|| regno == DEPRECATED_NPC_REGNUM
|
||||||
|| regno == Y_REGNUM
|
|| regno == Y_REGNUM
|
||||||
|| (regno >= G0_REGNUM && regno <= G7_REGNUM)
|
|| (regno >= G0_REGNUM && regno <= G7_REGNUM)
|
||||||
|| (regno >= O0_REGNUM && regno <= O7_REGNUM)
|
|| (regno >= O0_REGNUM && regno <= O7_REGNUM)
|
||||||
|
|
Loading…
Add table
Reference in a new issue