diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-06-11 02:30:59 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-06-11 02:30:59 +0000 |
commit | d855c300c716ddddc5e278bfa644c8939b52e19b (patch) | |
tree | a99798bbdd7b37ee5d9b096c6cb3cc50c276ef46 /gdb/arch-utils.h | |
parent | dd12a1014c2c9e65779576b12f0d98621f57f0fb (diff) | |
download | gdb-d855c300c716ddddc5e278bfa644c8939b52e19b.zip gdb-d855c300c716ddddc5e278bfa644c8939b52e19b.tar.gz gdb-d855c300c716ddddc5e278bfa644c8939b52e19b.tar.bz2 |
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.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/arch-utils.h b/gdb/arch-utils.h index 3b3e615..0b397af 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. */ |