diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 2003-06-17 14:10:01 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 2003-06-17 14:10:01 +0000 |
commit | a54928c932f801c4621b1643a4982809d1461fb9 (patch) | |
tree | 7fe37d5e808d1ce77fc6651af3f26f24ca275089 /include/ansidecl.h | |
parent | 99657762e91e7056f19b8773d5e84b08eeb93a55 (diff) | |
download | gcc-a54928c932f801c4621b1643a4982809d1461fb9.zip gcc-a54928c932f801c4621b1643a4982809d1461fb9.tar.gz gcc-a54928c932f801c4621b1643a4982809d1461fb9.tar.bz2 |
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 'include/ansidecl.h')
-rw-r--r-- | include/ansidecl.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/include/ansidecl.h b/include/ansidecl.h index f8f2d73..d2c8776 100644 --- a/include/ansidecl.h +++ b/include/ansidecl.h @@ -312,15 +312,4 @@ So instead we use the macro below and test it against specific values. */ #define __extension__ #endif -/* Bootstrap support: Adjust certain macros defined by Autoconf, - which are only valid for the stage1 compiler. If we detect - a modern version of GCC, we are probably in stage2 or beyond, - so unconditionally reset the values. Note that const, inline, - etc. have been dealt with above. */ -#if (GCC_VERSION >= 2007) -# ifndef HAVE_LONG_DOUBLE -# define HAVE_LONG_DOUBLE 1 -# endif -#endif /* GCC >= 2.7 */ - #endif /* ansidecl.h */ |