* config/vx-common.h (USE_TM_CLONE_REGISTRY): #define to 0.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@261457
138bc75d-0d04-0410-961f-
82ee72b054a4
+2018-06-11 Rasmus Villemoes <rasmus.villemoes@prevas.dk>
+
+ * config/vx-common.h (USE_TM_CLONE_REGISTRY): #define to 0.
+
2018-06-11 Martin Sebor <msebor@redhat.com>
* doc/invoke.texi (-Wall): List -Wc++17-compat.
/* We occasionally need to distinguish between the VxWorks variants. */
#define VXWORKS_KIND_NORMAL 1
#define VXWORKS_KIND_AE 2
+
+/*
+ * libitm is not supported on VxWorks. Rather than providing stub
+ * no-op _ITM_registerTMCloneTable/_ITM_deregisterTMCloneTable
+ * functions, simply prevent crtstuff from even referring to those.
+ */
+#define USE_TM_CLONE_REGISTRY 0