* i387-tdep.c (i387_print_float_info): Add comment about ignoring
authorMark Kettenis <kettenis@gnu.org>
Thu, 15 Aug 2002 23:06:54 +0000 (23:06 +0000)
committerMark Kettenis <kettenis@gnu.org>
Thu, 15 Aug 2002 23:06:54 +0000 (23:06 +0000)
FRAME.

gdb/ChangeLog
gdb/i387-tdep.c

index 9f15409bdecf5aa0ebf0b0a257ce20253ba235c8..154be73fbc50284a8f98779e0510687ace459e0e 100644 (file)
@@ -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.
index 6ace98b8abc1e78a14f15369d8e17684220ef2ca..4a39eecb1e609f0de58dd093d388cd3582709eca 100644 (file)
@@ -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)
This page took 0.043393 seconds and 4 git commands to generate.