merge from gcc
authorDJ Delorie <dj@redhat.com>
Tue, 17 Jun 2003 16:31:07 +0000 (16:31 +0000)
committerDJ Delorie <dj@redhat.com>
Tue, 17 Jun 2003 16:31:07 +0000 (16:31 +0000)
include/ChangeLog
include/ansidecl.h

index 18d0b3509e76ac0d522a0b053215f58ae400d4f6..1e321f470faa9723b41b0960ed2799f6368a171a 100644 (file)
@@ -1,3 +1,7 @@
+2003-06-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * ansidecl.h: Delete HAVE_LONG_DOUBLE GCC bootstrap support.
+
 2003-05-23  Jakub Jelinek  <jakub@redhat.com>
 
        * bfdlink.h (struct bfd_link_info): Add execstack and noexecstack.
index f8f2d737bf0aeb3b047c72079144d6339f038c80..d2c87768ce2ef6336c7f240b055a4b5e145c4976 100644 (file)
@@ -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   */
This page took 0.025366 seconds and 4 git commands to generate.