* hppa-tdep.h (hppa_regnum): Add HPPA_R31_REGNUM.

This commit is contained in:
Mark Kettenis 2004-05-30 14:31:29 +00:00
parent 7fdafb5ae3
commit 8d1b517b97
2 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,7 @@
2004-05-30 Mark Kettenis <kettenis@gnu.org>
* hppa-tdep.h (hppa_regnum): Add HPPA_R31_REGNUM.
* i386-tdep.c (i386_supply_gregset): Adjust comment.
(i386_collect_gregset): New function.
(i386_supply_fpregset): Adjust comment.

View File

@ -39,6 +39,7 @@ enum hppa_regnum
HPPA_RP_REGNUM = 2, /* return pointer */
HPPA_FP_REGNUM = 3, /* The ABI's frame pointer, when used */
HPPA_SP_REGNUM = 30, /* Stack pointer. */
HPPA_R31_REGNUM = 31,
HPPA_SAR_REGNUM = 32, /* Shift Amount Register */
HPPA_IPSW_REGNUM = 41, /* Interrupt Processor Status Word */
HPPA_PCOQ_HEAD_REGNUM = 33, /* instruction offset queue head */