summaryrefslogtreecommitdiff
path: root/gdb/alpha-nat.c
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2003-06-01 21:46:37 +0000
committerRichard Henderson <rth@redhat.com>2003-06-01 21:46:37 +0000
commit4d661edbdece80e1968ad2d8b993216e3398a3a9 (patch)
treeab24d7fad40eb5bdf68e14368154905fc0740517 /gdb/alpha-nat.c
parent75102aa9be43c33e58f1117793998090d9e184b9 (diff)
downloadgdb-4d661edbdece80e1968ad2d8b993216e3398a3a9.tar.gz
* 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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/alpha-nat.c b/gdb/alpha-nat.c
index 7c272b34068..975b5977cca 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