* 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.
This commit is contained in:
Richard Henderson
2003-06-01 21:46:37 +00:00
parent 310e9b6a18
commit 44d8858367
6 changed files with 14 additions and 16 deletions

View File

@@ -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