* config/mips/tm-mips.h (COERCE_FLOAT_TO_DOUBLE): Only prefer

non-prototyped case over prototyped case for C.
	* config/pa/tm-hppa.h (COERCE_FLOAT_TO_DOUBLE):  Ditto.
This commit is contained in:
Fred Fish
1996-03-27 00:21:02 +00:00
parent 4f74c0421b
commit 7e2ff10d97
3 changed files with 10 additions and 2 deletions

View File

@@ -639,4 +639,5 @@ extern int deferred_stores;
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. */
#define COERCE_FLOAT_TO_DOUBLE 1