diff options
author | Carlos O'Donell <carlos@codesourcery.com> | 2007-08-29 04:11:06 +0000 |
---|---|---|
committer | Carlos O'Donell <carlos@codesourcery.com> | 2007-08-29 04:11:06 +0000 |
commit | d037d08851dcb4ce4feb713a7f024ebac5d84cca (patch) | |
tree | abfd0fd70ac88b8eff94ba074f811ba414ac52cb /gdb/hppa-tdep.h | |
parent | 1ebd95fdf1ebf842d59c98715fa7b62ba85f0c83 (diff) | |
download | gdb-d037d08851dcb4ce4feb713a7f024ebac5d84cca.zip gdb-d037d08851dcb4ce4feb713a7f024ebac5d84cca.tar.gz gdb-d037d08851dcb4ce4feb713a7f024ebac5d84cca.tar.bz2 |
2007-08-29 Randolph Chung <tausq@debian.org>
* hppa-tdep.c (hppa32_cannot_fetch_register)
(hppa64_cannot_fetch_register): New functions.
(hppa_gdbarch_init): Set cannot_fetch_register appropriately.
* hppa-tdep.h (hppa_regnum): Add HPPA_CR26_REGNUM.
Diffstat (limited to 'gdb/hppa-tdep.h')
-rw-r--r-- | gdb/hppa-tdep.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/hppa-tdep.h b/gdb/hppa-tdep.h index 381a4ff..b7ba8fbc 100644 --- a/gdb/hppa-tdep.h +++ b/gdb/hppa-tdep.h @@ -57,6 +57,7 @@ enum hppa_regnum HPPA_PID3_REGNUM = 56, /* Protection ID */ HPPA_CCR_REGNUM = 54, /* Coprocessor Configuration Register */ HPPA_TR0_REGNUM = 57, /* Temporary Registers (cr24 -> cr31) */ + HPPA_CR26_REGNUM = 59, HPPA_CR27_REGNUM = 60, /* Base register for thread-local storage, cr27 */ HPPA_FP0_REGNUM = 64, /* First floating-point. */ HPPA_FP4_REGNUM = 72, |