OSDN Git Service

2001-01-04 Michael Snyder <msnyder@mvstp600e.cygnus.com>
authormsnyder <msnyder>
Thu, 4 Jan 2001 23:22:44 +0000 (23:22 +0000)
committermsnyder <msnyder>
Thu, 4 Jan 2001 23:22:44 +0000 (23:22 +0000)
        * mips-tdep.c (mips_coerce_float_to_double): Fix typo in comment.

gdb/ChangeLog
gdb/mips-tdep.c

index 91f9742..c38f210 100644 (file)
@@ -1,3 +1,7 @@
+2001-01-04  Michael Snyder  <msnyder@mvstp600e.cygnus.com>
+
+       * mips-tdep.c (mips_coerce_float_to_double): Fix typo in comment.
+
 2001-01-04  Nicholas Duffek  <nsd@redhat.com>
 
        * valops.c (VALUE_SUBSTRING_START): Delete.
index ffaf2ab..17b80ca 100644 (file)
@@ -3705,7 +3705,7 @@ mips_call_dummy_address (void)
 }
 
 
-/* If the current gcc for for this target does not produce correct debugging
+/* If the current gcc for this target does not produce correct debugging
    information for float parameters, both prototyped and unprototyped, then
    define this macro.  This forces gdb to  always assume that floats are
    passed as doubles and then converted in the callee.