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 /gcc/system.h | |
parent | 99657762e91e7056f19b8773d5e84b08eeb93a55 (diff) | |
download | gcc-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/system.h')
-rw-r--r-- | gcc/system.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/system.h b/gcc/system.h index 3229d5cb224..c8f38fb8034 100644 --- a/gcc/system.h +++ b/gcc/system.h @@ -357,12 +357,6 @@ extern int setrlimit (int, const struct rlimit *); # endif #endif -/* HAVE_VOLATILE only refers to the stage1 compiler. We also check - __STDC__ and assume gcc sets it and has volatile in stage >=2. */ -#if !defined(HAVE_VOLATILE) && !defined(__STDC__) && !defined(volatile) -#define volatile -#endif - #if defined (HAVE_DECL_ABORT) && !HAVE_DECL_ABORT extern void abort (void); #endif |