summaryrefslogtreecommitdiff
path: root/gcc/alloc-pool.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/alloc-pool.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/alloc-pool.c')
-rw-r--r--gcc/alloc-pool.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/alloc-pool.c b/gcc/alloc-pool.c
index e247b141f76..1315b12f53d 100644
--- a/gcc/alloc-pool.c
+++ b/gcc/alloc-pool.c
@@ -54,11 +54,8 @@ typedef struct allocation_object_def
the following elements are here. They are never accessed so
the allocated object may be even smaller than this structure. */
char *align_p;
- double align_d;
HOST_WIDEST_INT align_i;
-#ifdef HAVE_LONG_DOUBLE
long double align_ld;
-#endif
} u;
} allocation_object;