aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>2012-09-12 12:34:21 +0000
committerRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>2012-09-12 12:34:21 +0000
commitde21f14f3ee4d175c08c44a42a974709b0473129 (patch)
treeaba6d8794821f5beb40a67731fed958c8a9ac3a1 /gcc/rtl.h
parent792d2d99bea078c79acb69eff1213c8728255177 (diff)
Fix Solaris 9/x86 bootstrap
* rtl.h (FFS, FLOAT, ABS, PC): Don't undef. * system.h (FFS, FLOAT, ABS, PC): Undef. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@191217 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r--gcc/rtl.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index 42378b9f69f..a29f2611fb1 100644
--- 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