summaryrefslogtreecommitdiff
path: root/gcc/ggc-page.c
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>2003-06-17 14:10:01 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>2003-06-17 14:10:01 +0000
commita54928c932f801c4621b1643a4982809d1461fb9 (patch)
tree7fe37d5e808d1ce77fc6651af3f26f24ca275089 /gcc/ggc-page.c
parent99657762e91e7056f19b8773d5e84b08eeb93a55 (diff)
downloadgcc-a54928c932f801c4621b1643a4982809d1461fb9.tar.gz
alloc-pool.c: Don't check HAVE_LONG_DOUBLE.
gcc: * alloc-pool.c: Don't check HAVE_LONG_DOUBLE. * fixinc/gnu-regex.c: Don't define `volatile'. * ggc-page.c: Don't check HAVE_LONG_DOUBLE. * ggc-simple.c: Likewise. * system.h: Don't define `volatile'. * aclocal.m4 (gcc_AC_C_VOLATILE, gcc_AC_C_LONG_DOUBLE): Delete. * configure.in (gcc_AC_C_VOLATILE, gcc_AC_C_LONG_DOUBLE): Don't call these macros. * config.in, configure: Regenerated. include: * ansidecl.h: Delete HAVE_LONG_DOUBLE GCC bootstrap support. From-SVN: r68085
Diffstat (limited to 'gcc/ggc-page.c')
-rw-r--r--gcc/ggc-page.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/ggc-page.c b/gcc/ggc-page.c
index 929ef8e41cc..4a23d01a3d7 100644
--- a/gcc/ggc-page.c
+++ b/gcc/ggc-page.c
@@ -200,11 +200,7 @@ struct max_alignment {
char c;
union {
HOST_WIDEST_INT i;
-#ifdef HAVE_LONG_DOUBLE
long double d;
-#else
- double d;
-#endif
} u;
};