summaryrefslogtreecommitdiffstats
path: root/libitm/config.h.in
diff options
context:
space:
mode:
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2011-11-09 18:09:53 +0000
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2011-11-09 18:09:53 +0000
commit67ba1f57ef6bafdcc0d5e43dbe5793367622977b (patch)
tree2be51ac0c0d2ab8042b16a9225e4d4826aac0051 /libitm/config.h.in
parentfcfcdc3bf91c638b610e7a5b8d4cd778773fe3a1 (diff)
downloadppe42-gcc-67ba1f57ef6bafdcc0d5e43dbe5793367622977b.tar.gz
ppe42-gcc-67ba1f57ef6bafdcc0d5e43dbe5793367622977b.zip
libitm: Configure for gas cfi pseudo ops.
* asmcfi.m4: New file. * configure.ac (GCC_AS_CFI_PSEUDO_OP): Test it. * configure, aclocal.m4, config.h.in: Rebuild. * config/generic/asmcfi.h: New file. * config/x86/sjlj.S: Use it. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@181224 138bc75d-0d04-0410-961f-82ee72b054a4
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 af13264db69..369f6c66caf 100644
--- a/libitm/config.h.in
+++ b/libitm/config.h.in
@@ -6,6 +6,9 @@
/* Define to 1 if the target supports 64-bit __sync_*_compare_and_swap */
#undef HAVE_64BIT_SYNC_BUILTINS
+/* Define if your assembler supports .cfi_* directives. */
+#undef HAVE_AS_CFI_PSEUDO_OP
+
/* Define to 1 if the target supports __attribute__((alias(...))). */
#undef HAVE_ATTRIBUTE_ALIAS
OpenPOWER on IntegriCloud