Make print_float_info() multi-arch pure. Add ui_file and frame parameters.

This commit is contained in:
Andrew Cagney
2002-06-11 02:30:59 +00:00
parent dd12a1014c
commit d855c300c7
8 changed files with 28 additions and 36 deletions

View File

@@ -1847,7 +1847,7 @@ interrupt_target_command (char *args, int from_tty)
static void
float_info (char *addr_exp, int from_tty)
{
PRINT_FLOAT_INFO ();
gdbarch_print_float_info (current_gdbarch, gdb_stdout, selected_frame);
}
/* ARGSUSED */