From 44d8858367e916cf2e56c5d4e1f857ac9ca3d87f Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Sun, 1 Jun 2003 21:46:37 +0000 Subject: * 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. --- gdb/alpha-nat.c | 1 - 1 file changed, 1 deletion(-) (limited to 'gdb/alpha-nat.c') 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 -- cgit v1.1