forked from Imagelibrary/binutils-gdb
* h8500-tdep.c (h8500_write_fp): Delete function.
* dwarf2cfi.c (cfi_write_fp): Document as not used. * mips-tdep.c (mips_gdbarch_init): Do not set write_fp. * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp. * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp. * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp. * s390-tdep.c (s390_gdbarch_init): Do not set write_fp. (s390_write_fp): * sh-tdep.c (sh_gdbarch_init): Do not set write_fp. * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp. * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp. (d10v_write_fp): Delete function. * inferior.h (write_fp, generic_target_write_fp): Delete declarations. * regcache.c (generic_target_write_fp): Delete function. (write_fp): Delete function. * gdbarch.sh (TARGET_WRITE_FP): Delete. * gdbarch.h, gdbarch.c: Regenerate. * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro. * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro. (sparc64_write_fp): Delete declaration. * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro. (h8500_write_fp): Delete declaration.
This commit is contained in:
@@ -1212,13 +1212,6 @@ s390_read_fp ()
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
s390_write_fp (CORE_ADDR val)
|
||||
{
|
||||
write_register (s390_fp_regnum (), val);
|
||||
}
|
||||
|
||||
|
||||
static void
|
||||
s390_pop_frame_regular (struct frame_info *frame)
|
||||
{
|
||||
@@ -1801,7 +1794,6 @@ s390_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
|
||||
set_gdbarch_init_extra_frame_info (gdbarch, s390_init_extra_frame_info);
|
||||
set_gdbarch_init_frame_pc_first (gdbarch, s390_init_frame_pc_first);
|
||||
set_gdbarch_read_fp (gdbarch, s390_read_fp);
|
||||
set_gdbarch_write_fp (gdbarch, s390_write_fp);
|
||||
/* This function that tells us whether the function invocation represented
|
||||
by FI does not have a frame on the stack associated with it. If it
|
||||
does not, FRAMELESS is set to 1, else 0. */
|
||||
|
||||
Reference in New Issue
Block a user