diff options
Diffstat (limited to 'gdb/arch-utils.h')
-rw-r--r-- | gdb/arch-utils.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/arch-utils.h b/gdb/arch-utils.h index a38272c..5fb3ece 100644 --- a/gdb/arch-utils.h +++ b/gdb/arch-utils.h @@ -146,10 +146,6 @@ extern int generic_in_solib_call_trampoline (CORE_ADDR pc, char *name); extern int generic_in_function_epilogue_p (struct gdbarch *gdbarch, CORE_ADDR pc); -extern void default_print_float_info (struct gdbarch *gdbarch, - struct ui_file *file, - struct frame_info *frame); - /* Assume that the world is sane, a registers raw and virtual size both match its type. */ |