aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/sparc/tm-sparc.h
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1996-03-27 00:21:02 +0000
committerFred Fish <fnf@specifix.com>1996-03-27 00:21:02 +0000
commit7e2ff10d97ded38c39058c7f51b8f14dcf9b343d (patch)
treee5bfeef7543bf39bf037ac4fd55d807e39e45ef7 /gdb/config/sparc/tm-sparc.h
parent4f74c0421bc7426be3b3fc07c489be49c5ad4b83 (diff)
downloadgdb-7e2ff10d97ded38c39058c7f51b8f14dcf9b343d.zip
gdb-7e2ff10d97ded38c39058c7f51b8f14dcf9b343d.tar.gz
gdb-7e2ff10d97ded38c39058c7f51b8f14dcf9b343d.tar.bz2
* 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.
Diffstat (limited to 'gdb/config/sparc/tm-sparc.h')
-rw-r--r--gdb/config/sparc/tm-sparc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/config/sparc/tm-sparc.h b/gdb/config/sparc/tm-sparc.h
index 5081064..b85602f 100644
--- a/gdb/config/sparc/tm-sparc.h
+++ b/gdb/config/sparc/tm-sparc.h
@@ -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