* i387-tdep.c (i387_print_float_info): Add comment about ignoring
FRAME.
This commit is contained in:
parent
1c7cc58312
commit
7d8d291815
@ -1,5 +1,8 @@
|
||||
2002-08-16 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
* i387-tdep.c (i387_print_float_info): Add comment about ignoring
|
||||
FRAME.
|
||||
|
||||
* NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
|
||||
* configure.host: Make i[3456]86-*-aix host obsolete.
|
||||
* configure.tgt: Make i[3456]86-*-aix target obsolete.
|
||||
|
@ -312,7 +312,10 @@ print_i387_control_word (unsigned int control, struct ui_file *file)
|
||||
}
|
||||
}
|
||||
|
||||
/* Print out the i387 floating poin state. */
|
||||
/* Print out the i387 floating poin state. Note that we ignore FRAME
|
||||
in the code below. That's OK since floating-point registers are
|
||||
never saved on the stack. */
|
||||
|
||||
void
|
||||
i387_print_float_info (struct gdbarch *gdbarch, struct ui_file *file,
|
||||
struct frame_info *frame)
|
||||
|
Loading…
Reference in New Issue
Block a user