diff options
author | Richard Henderson <rth@redhat.com> | 2003-06-01 21:46:37 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 2003-06-01 21:46:37 +0000 |
commit | 44d8858367e916cf2e56c5d4e1f857ac9ca3d87f (patch) | |
tree | 1e948d4e76771238a5e86e475b4679a360f57d71 /gdb/alpha-tdep.h | |
parent | 310e9b6a18e38f1060a0c100d07f1b24c91ab655 (diff) | |
download | fsf-binutils-gdb-44d8858367e916cf2e56c5d4e1f857ac9ca3d87f.zip fsf-binutils-gdb-44d8858367e916cf2e56c5d4e1f857ac9ca3d87f.tar.gz fsf-binutils-gdb-44d8858367e916cf2e56c5d4e1f857ac9ca3d87f.tar.bz2 |
* alpha-tdep.h (ALPHA_FP_REGNUM): Remove.
* alpha-tdep.c (alpha_register_name): Remove vfp entry.
(alpha_cannot_fetch_register): Remove ALPHA_FP_REGNUM.
(alpha_cannot_store_register): Likewise.
* alphabsd-nat.c (fetch_inferior_registers): Don't set FP_REGNUM.
* alpha-nat.c (supply_gregset): Likewise.
* alphanbsd-tdep.c (fetch_core_registers): Likewise.
Diffstat (limited to 'gdb/alpha-tdep.h')
-rw-r--r-- | gdb/alpha-tdep.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gdb/alpha-tdep.h b/gdb/alpha-tdep.h index d7266be..f69eeac 100644 --- a/gdb/alpha-tdep.h +++ b/gdb/alpha-tdep.h @@ -36,10 +36,7 @@ /* Register numbers of various important registers. Note that most of these values are "real" register numbers, and correspond to the - general registers of the machine, and DEPRECATED_FP_REGNUM is a - "phony" register number which is too large to be an actual register - number as far as the user is concerned but serves to get the - desired value when passed to read_register. */ + general registers of the machine. */ #define ALPHA_V0_REGNUM 0 /* Function integer return value */ #define ALPHA_T7_REGNUM 8 /* Return address register for OSF/1 __add* */ @@ -54,7 +51,6 @@ #define ALPHA_FPA0_REGNUM 48 /* First float arg during a subr call */ #define ALPHA_FPCR_REGNUM 63 /* Floating point control register */ #define ALPHA_PC_REGNUM 64 /* Contains program counter */ -#define ALPHA_FP_REGNUM 65 /* Virtual frame pointer */ #define ALPHA_UNIQUE_REGNUM 66 /* PAL_rduniq value */ /* The alpha has two different virtual pointers for arguments and locals. |