* conditions.h (CC_STATUS_INIT): Gate on #ifndef CC_STATUS_INIT.
From-SVN: r222358
+2015-04-23 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
+
+ * conditions.h (CC_STATUS_INIT): Gate on #ifndef CC_STATUS_INIT.
+
2015-04-23 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
* config/arm/arm.md (load_multiple): Reject operand 2 greater than
/* This is how to initialize the variable cc_status.
final does this at appropriate moments. */
+/* FIXME: We want to get rid of these ifndefs. */
+#ifndef CC_STATUS_INIT
#define CC_STATUS_INIT \
(cc_status.flags = 0, cc_status.value1 = 0, cc_status.value2 = 0, \
CC_STATUS_MDEP_INIT)
-
+#endif
#endif /* GCC_CONDITIONS_H */