]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix Solaris 9/x86 bootstrap
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
Wed, 12 Sep 2012 12:34:21 +0000 (12:34 +0000)
committerRainer Orth <ro@gcc.gnu.org>
Wed, 12 Sep 2012 12:34:21 +0000 (12:34 +0000)
* rtl.h (FFS, FLOAT, ABS, PC): Don't undef.
* system.h (FFS, FLOAT, ABS, PC): Undef.

From-SVN: r191217

gcc/ChangeLog
gcc/rtl.h
gcc/system.h

index 032987dcb3fae631cdae25373dd91b364f2d0306..ce9a3067e769af1db7e707992a2b1945d6fa9dfc 100644 (file)
@@ -1,3 +1,8 @@
+2012-09-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * rtl.h (FFS, FLOAT, ABS, PC): Don't undef.
+       * system.h (FFS, FLOAT, ABS, PC): Undef.
+
 2012-09-12  Richard Guenther  <rguenther@suse.de>
 
        PR middle-end/54553
index 42378b9f69ff2a91b3e230b1929f3b2f91b97e14..a29f2611fb16b1b4d941c13e9a9bf09b49ce53cd 100644 (file)
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -33,11 +33,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "hashtab.h"
 #include "flags.h"
 
-#undef FFS  /* Some systems predefine this symbol; don't let it interfere.  */
-#undef FLOAT /* Likewise.  */
-#undef ABS /* Likewise.  */
-#undef PC /* Likewise.  */
-
 /* Value used by some passes to "recognize" noop moves as valid
  instructions.  */
 #define NOOP_MOVE_INSN_CODE    INT_MAX
index 48c9c894e349035d6b34fde7b00172b63b95a955..ed36bae3e3bef82cfd5a3ac300e98cb24b3567f9 100644 (file)
@@ -638,6 +638,11 @@ extern int vsnprintf(char *, size_t, const char *, va_list);
 /* Get libiberty declarations.  */
 #include "libiberty.h"
 
+#undef FFS  /* Some systems predefine this symbol; don't let it interfere.  */
+#undef FLOAT /* Likewise.  */
+#undef ABS /* Likewise.  */
+#undef PC /* Likewise.  */
+
 /* Provide a default for the HOST_BIT_BUCKET.
    This suffices for POSIX-like hosts.  */