From: Michael Snyder Date: Thu, 4 Jan 2001 23:22:45 +0000 (+0000) Subject: 2001-01-04 Michael Snyder X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=9dcb560c820ad234dcd19d59b70a576d9a9567f1;p=deliverable%2Fbinutils-gdb.git 2001-01-04 Michael Snyder * mips-tdep.c (mips_coerce_float_to_double): Fix typo in comment. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 91f974233d..c38f21079e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2001-01-04 Michael Snyder + + * mips-tdep.c (mips_coerce_float_to_double): Fix typo in comment. + 2001-01-04 Nicholas Duffek * valops.c (VALUE_SUBSTRING_START): Delete. diff --git a/gdb/mips-tdep.c b/gdb/mips-tdep.c index ffaf2abf77..17b80ca3f1 100644 --- a/gdb/mips-tdep.c +++ b/gdb/mips-tdep.c @@ -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.