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-nat.c | |
parent | 310e9b6a18e38f1060a0c100d07f1b24c91ab655 (diff) | |
download | gdb-44d8858367e916cf2e56c5d4e1f857ac9ca3d87f.zip gdb-44d8858367e916cf2e56c5d4e1f857ac9ca3d87f.tar.gz 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-nat.c')
-rw-r--r-- | gdb/alpha-nat.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/alpha-nat.c b/gdb/alpha-nat.c index 7c272b3..975b597 100644 --- a/gdb/alpha-nat.c +++ b/gdb/alpha-nat.c @@ -210,7 +210,6 @@ supply_gregset (gdb_gregset_t *gregsetp) /* Fill inaccessible registers with zero. */ supply_register (ALPHA_ZERO_REGNUM, zerobuf); - supply_register (DEPRECATED_FP_REGNUM, zerobuf); } void |