From 7d8d29181592c1a8eb76fd1a4c7dc155c30adafe Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Thu, 15 Aug 2002 23:06:54 +0000 Subject: * i387-tdep.c (i387_print_float_info): Add comment about ignoring FRAME. --- gdb/ChangeLog | 3 +++ gdb/i387-tdep.c | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'gdb') diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 9f15409..154be73 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,8 @@ 2002-08-16 Mark Kettenis + * 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. diff --git a/gdb/i387-tdep.c b/gdb/i387-tdep.c index 6ace98b..4a39eec 100644 --- a/gdb/i387-tdep.c +++ b/gdb/i387-tdep.c @@ -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) -- cgit v1.1