aboutsummaryrefslogtreecommitdiffstats
path: root/erts/include/internal/ethread_header_config.h.in
diff options
context:
space:
mode:
authorRickard Green <[email protected]>2016-02-22 19:20:23 +0100
committerRickard Green <[email protected]>2016-02-22 19:20:23 +0100
commitd14f2d178d8abcaebd5b14e25ca8ac9a71775271 (patch)
treec7ac393d108c3564a9b3c06b66eb6f0f131d12c7 /erts/include/internal/ethread_header_config.h.in
parent5c1d88266274d40a8702a8f66c8cbd4e0f0c15f3 (diff)
parent661aeed3ef57de87330123adf6100e179fd7dad0 (diff)
downloadotp-d14f2d178d8abcaebd5b14e25ca8ac9a71775271.tar.gz
otp-d14f2d178d8abcaebd5b14e25ca8ac9a71775271.tar.bz2
otp-d14f2d178d8abcaebd5b14e25ca8ac9a71775271.zip
Merge branch 'rickard/gcc5-pic-cmpxchg8b/OTP-13326' into maint
* rickard/gcc5-pic-cmpxchg8b/OTP-13326: Improve cmpxchg8b inline asm configure test
Diffstat (limited to 'erts/include/internal/ethread_header_config.h.in')
-rw-r--r--erts/include/internal/ethread_header_config.h.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/erts/include/internal/ethread_header_config.h.in b/erts/include/internal/ethread_header_config.h.in
index 9cabd0591a..f4b08cfced 100644
--- a/erts/include/internal/ethread_header_config.h.in
+++ b/erts/include/internal/ethread_header_config.h.in
@@ -166,6 +166,10 @@
/* Define if you use a gcc that supports the double word cmpxchg instruction */
#undef ETHR_GCC_HAVE_DW_CMPXCHG_ASM_SUPPORT
+/* Define if gcc wont let you clobber ebx with cmpxchg8b and position
+ independent code */
+#undef ETHR_CMPXCHG8B_PIC_NO_CLOBBER_EBX
+
/* Define if you get a register shortage with cmpxchg8b and position independent code */
#undef ETHR_CMPXCHG8B_REGISTER_SHORTAGE