summaryrefslogtreecommitdiff
path: root/gdb/arch-utils.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-06-11 02:30:59 +0000
committerAndrew Cagney <cagney@redhat.com>2002-06-11 02:30:59 +0000
commit6c39a6b774a715d8b813ab3f913949660d96434e (patch)
tree28b0808b4045de95b35f7e2b98564d3435c11827 /gdb/arch-utils.h
parent195c77ab192cb2fb208d3b6b0188a77304c40502 (diff)
downloadgdb-6c39a6b774a715d8b813ab3f913949660d96434e.tar.gz
Make print_float_info() multi-arch pure. Add ui_file and frame parameters.
Diffstat (limited to 'gdb/arch-utils.h')
-rw-r--r--gdb/arch-utils.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/arch-utils.h b/gdb/arch-utils.h
index 3b3e615ffc3..0b397af82d4 100644
--- a/gdb/arch-utils.h
+++ b/gdb/arch-utils.h
@@ -142,7 +142,9 @@ 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 (void);
+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. */