===================================================================
@@ -219,5 +219,5 @@ along with GCC; see the file COPYING3.
#endif
/* We steal the last transactional memory word. */
-#define TARGET_SUPPORTS_SPLIT_STACK
+#define TARGET_CAN_SPLIT_STACK
#define TARGET_THREAD_SPLIT_STACK_OFFSET 0x30
===================================================================
@@ -123,5 +123,5 @@ see the files COPYING3 and COPYING.RUNTI
#endif
/* We steal the last transactional memory word. */
-#define TARGET_SUPPORTS_SPLIT_STACK
+#define TARGET_CAN_SPLIT_STACK
#define TARGET_THREAD_SPLIT_STACK_OFFSET (TARGET_64BIT ? 0x70 : 0x30)