summaryrefslogtreecommitdiff
path: root/libitm/config.h.in
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2012-10-30 21:46:20 -0700
committerRichard Henderson <rth@gcc.gnu.org>2012-10-30 21:46:20 -0700
commit07d3b5c8c0d446ffb57d73d821dcf8156b12bf5d (patch)
treed14c657f9fcd9e62f20fcf5786a4d5d2d485b224 /libitm/config.h.in
parentd0a54439c14c34e38ab13d6ba1e4de8b35d1fbb9 (diff)
Detect assembler support for RTM
* acinclude.m4 (LIBITM_CHECK_AS_RTM): New. * configure.ac: Use it. * config.h.in, configure: Rebuild. * testsuite/Makefile.in: Rebuild. From-SVN: r193017
Diffstat (limited to 'libitm/config.h.in')
-rw-r--r--libitm/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/libitm/config.h.in b/libitm/config.h.in
index 1c3469cd5f9..10de95ba02a 100644
--- a/libitm/config.h.in
+++ b/libitm/config.h.in
@@ -12,6 +12,9 @@
/* Define if your assembler supports .cfi_* directives. */
#undef HAVE_AS_CFI_PSEUDO_OP
+/* Define to 1 if the assembler supports RTM. */
+#undef HAVE_AS_RTM
+
/* Define to 1 if the target supports __attribute__((alias(...))). */
#undef HAVE_ATTRIBUTE_ALIAS