From 9dcb560c820ad234dcd19d59b70a576d9a9567f1 Mon Sep 17 00:00:00 2001 From: Michael Snyder Date: Thu, 4 Jan 2001 23:22:45 +0000 Subject: [PATCH] 2001-01-04 Michael Snyder * mips-tdep.c (mips_coerce_float_to_double): Fix typo in comment. --- gdb/ChangeLog | 4 ++++ gdb/mips-tdep.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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. -- 2.34.1