2018-06-11 Rasmus Villemoes <rasmus.villemoes@prevas.dk>
* config/vx-common.h (USE_TM_CLONE_REGISTRY): #define to 0.
From-SVN: r261457
+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