2001-01-04 Michael Snyder <msnyder@mvstp600e.cygnus.com>

* mips-tdep.c (mips_coerce_float_to_double): Fix typo in comment.
This commit is contained in:
Michael Snyder 2001-01-04 23:22:45 +00:00
parent a167610dd0
commit 9dcb560c82
2 changed files with 5 additions and 1 deletions

View 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.

View 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.