This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Obvious patch] was: Re: [PATCH] Add comment to i387_print_float_info


At 01:06 16/08/2002 , Mark Kettenis a écrit:
>As promised.
>
>Checked in.
>
>Mark
>
>
>Index: ChangeLog
>from  Mark Kettenis  <kettenis@gnu.org>
>
>         * i387-tdep.c (i387_print_float_info): Add comment about ignoring
>         FRAME.
>
>Index: i387-tdep.c
>===================================================================
>RCS file: /cvs/src/src/gdb/i387-tdep.c,v
>retrieving revision 1.19
>diff -u -p -r1.19 i387-tdep.c
>--- i387-tdep.c 15 Aug 2002 17:36:57 -0000 1.19
>+++ i387-tdep.c 15 Aug 2002 23:05:32 -0000
>@@ -312,7 +312,10 @@ print_i387_control_word (unsigned int co
>      }
>  }
>  
>-/* 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)

I added that patch as obvious typo fix.

ChangeLog entry

2002-08-19  Pierre Muller  <muller@ics.u-strasbg.fr>

         *i387-tdep.c (i387_print_float_info): Fix typo in comment.

         
$ cvs diff -u -p i387-tdep.c
Index: i387-tdep.c
===================================================================
RCS file: /cvs/src/src/gdb/i387-tdep.c,v
retrieving revision 1.21
diff -u -p -r1.21 i387-tdep.c
--- i387-tdep.c 16 Aug 2002 00:01:59 -0000      1.21
+++ i387-tdep.c 19 Aug 2002 11:44:08 -0000
@@ -312,7 +312,7 @@ print_i387_control_word (unsigned int co
      }
  }

-/* Print out the i387 floating poin state.  Note that we ignore FRAME
+/* Print out the i387 floating point state.  Note that we ignore FRAME
     in the code below.  That's OK since floating-point registers are
     never saved on the stack.  */






Pierre Muller
Institut Charles Sadron
6,rue Boussingault
F 67083 STRASBOURG CEDEX (France)
mailto:muller@ics.u-strasbg.fr
Phone : (33)-3-88-41-40-07  Fax : (33)-3-88-41-40-99


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]