diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-17 14:10:01 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-17 14:10:01 +0000 |
commit | 4a04f931eaaa50b786e35f96e972d492523b957b (patch) | |
tree | 7fe37d5e808d1ce77fc6651af3f26f24ca275089 /gcc/alloc-pool.c | |
parent | a2c99aee3d8550a596b47021824912224e8887bf (diff) | |
download | gcc-4a04f931eaaa50b786e35f96e972d492523b957b.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68085 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/alloc-pool.c')
-rw-r--r-- | gcc/alloc-pool.c | 3 |
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; |