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.
This commit is contained in:
parent
a994539f9b
commit
8e186fd66b
3 changed files with 6 additions and 2 deletions
|
@ -1,5 +1,8 @@
|
||||||
2002-08-15 Andrew Cagney <ac131313@redhat.com>
|
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.
|
||||||
|
|
||||||
* gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
|
* gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
|
||||||
Add `args' parameter.
|
Add `args' parameter.
|
||||||
* gdbarch.h, gdbarch.c: Regenerate.
|
* gdbarch.h, gdbarch.c: Regenerate.
|
||||||
|
|
|
@ -318,7 +318,7 @@ print_i387_control_word (unsigned int control, struct ui_file *file)
|
||||||
|
|
||||||
void
|
void
|
||||||
i387_print_float_info (struct gdbarch *gdbarch, struct ui_file *file,
|
i387_print_float_info (struct gdbarch *gdbarch, struct ui_file *file,
|
||||||
struct frame_info *frame)
|
struct frame_info *frame, const char *args)
|
||||||
{
|
{
|
||||||
unsigned int fctrl;
|
unsigned int fctrl;
|
||||||
unsigned int fstat;
|
unsigned int fstat;
|
||||||
|
|
|
@ -25,7 +25,8 @@
|
||||||
|
|
||||||
extern void i387_print_float_info (struct gdbarch *gdbarch,
|
extern void i387_print_float_info (struct gdbarch *gdbarch,
|
||||||
struct ui_file *file,
|
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
|
/* Fill register REGNUM in GDB's register array with the appropriate
|
||||||
value from *FSAVE. This function masks off any of the reserved
|
value from *FSAVE. This function masks off any of the reserved
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue