diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-08-16 00:01:59 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-08-16 00:01:59 +0000 |
commit | 8e186fd66b770d6455b09e53520fa251c1af2c8c (patch) | |
tree | 7460349af43eeb458694d2e0b7d6c239ab562f73 /gdb/i387-tdep.h | |
parent | a994539f9b294b508dc93f01f9edca5d86458029 (diff) | |
download | gdb-8e186fd66b770d6455b09e53520fa251c1af2c8c.zip gdb-8e186fd66b770d6455b09e53520fa251c1af2c8c.tar.gz gdb-8e186fd66b770d6455b09e53520fa251c1af2c8c.tar.bz2 |
2002-08-15 Andrew Cagney <ac131313@redhat.com>
* i387-tdep.h (i387_print_float_info): Add `args' parameter.
* i387-tdep.c (i387_print_float_info): Add `args' parameter.
Diffstat (limited to 'gdb/i387-tdep.h')
-rw-r--r-- | gdb/i387-tdep.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/i387-tdep.h b/gdb/i387-tdep.h index 451bb98..e29b198 100644 --- a/gdb/i387-tdep.h +++ b/gdb/i387-tdep.h @@ -25,7 +25,8 @@ extern void i387_print_float_info (struct gdbarch *gdbarch, struct ui_file *file, - struct frame_info *frame); + struct frame_info *frame, + const char *args); /* Fill register REGNUM in GDB's register array with the appropriate value from *FSAVE. This function masks off any of the reserved |