aboutsummaryrefslogtreecommitdiff
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
parenta167610dd0745db4a327f1e892907fc78d6d1162 (diff)
downloadgdb-9dcb560c820ad234dcd19d59b70a576d9a9567f1.zip
gdb-9dcb560c820ad234dcd19d59b70a576d9a9567f1.tar.gz
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.
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/mips-tdep.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 91f9742..c38f210 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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.
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.