aboutsummaryrefslogtreecommitdiff
path: root/gdb/mips-tdep.c
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@vmware.com>2001-01-04 23:22:45 +0000
committerMichael Snyder <msnyder@vmware.com>2001-01-04 23:22:45 +0000
commit9dcb560c820ad234dcd19d59b70a576d9a9567f1 (patch)
treecaa71aa5e689c234c88cd8176a3aa79a77a175da /gdb/mips-tdep.c
parenta167610dd0745db4a327f1e892907fc78d6d1162 (diff)
downloadfsf-binutils-gdb-9dcb560c820ad234dcd19d59b70a576d9a9567f1.zip
fsf-binutils-gdb-9dcb560c820ad234dcd19d59b70a576d9a9567f1.tar.gz
fsf-binutils-gdb-9dcb560c820ad234dcd19d59b70a576d9a9567f1.tar.bz2
2001-01-04 Michael Snyder <msnyder@mvstp600e.cygnus.com>
* mips-tdep.c (mips_coerce_float_to_double): Fix typo in comment.
Diffstat (limited to 'gdb/mips-tdep.c')
-rw-r--r--gdb/mips-tdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/mips-tdep.c b/gdb/mips-tdep.c
index ffaf2ab..17b80ca 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.