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

gdb/ChangeLog
gdb/mips-tdep.c

index 91f974233d0a910f48f0e216c1135928e2d72398..c38f21079ea959113d26c6bd79d9d099b723873d 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 ffaf2abf774f6039b76767d8aa57187eb54de222..17b80ca3f19ebe282ffac67b454579117f825de5 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.
This page took 0.031427 seconds and 4 git commands to generate.