OSDN Git Service

libitm: Configure for gas cfi pseudo ops.
[pf3gnuchains/gcc-fork.git] / libitm / config.h.in
index af13264..369f6c6 100644 (file)
@@ -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