Commit 8731c0fb by Rasmus Villemoes Committed by Jeff Law

vx-common.h (USE_TM_CLONE_REGISTRY): #define to 0.

2018-06-11  Rasmus Villemoes  <rasmus.villemoes@prevas.dk>

	* config/vx-common.h (USE_TM_CLONE_REGISTRY): #define to 0.

From-SVN: r261457
parent dc327375
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.
......
......@@ -90,3 +90,10 @@ along with GCC; see the file COPYING3. If not see
/* 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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment