aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Evans <dje@gnu.org>1996-01-11 17:06:42 +0000
committerDoug Evans <dje@gnu.org>1996-01-11 17:06:42 +0000
commit2e2b138be7ff9b2f910a6bed5935c7904ebeb7d4 (patch)
treec13ebf733659e1221169c62cca3fa69cd67d691c
parent0780f386d71137d9d3f836a9e296b25c34446cb0 (diff)
downloadgcc-2e2b138be7ff9b2f910a6bed5935c7904ebeb7d4.zip
gcc-2e2b138be7ff9b2f910a6bed5935c7904ebeb7d4.tar.gz
gcc-2e2b138be7ff9b2f910a6bed5935c7904ebeb7d4.tar.bz2
(CPP_PREDEFINES): Delete _DOUBLE_IS_32BITS.
From-SVN: r10963
-rw-r--r--gcc/config/h8300/h8300.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/h8300/h8300.h b/gcc/config/h8300/h8300.h
index dfe04d1..a22a984 100644
--- a/gcc/config/h8300/h8300.h
+++ b/gcc/config/h8300/h8300.h
@@ -36,7 +36,7 @@ extern char **h8_reg_names;
/* Names to predefine in the preprocessor for this target machine. */
#define CPP_PREDEFINES \
-"-D__LONG_MAX__=2147483647L -D__LONG_LONG_MAX__=2147483647L -D_DOUBLE_IS_32BITS"
+"-D__LONG_MAX__=2147483647L -D__LONG_LONG_MAX__=2147483647L"
#define CPP_SPEC \
"%{!mh:-D__H8300__} %{mh:-D__H8300H__} \