summaryrefslogtreecommitdiff
path: root/fficonfig.h.in
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2010-07-12 14:39:18 -0400
committerAnthony Green <green@moxielogic.com>2010-07-12 14:39:18 -0400
commit3f5b1375ab1e2b8e3d593e21b27097a4a50f9b83 (patch)
tree1eea4051dca30b10ebb2b8d3d215da5068b388c1 /fficonfig.h.in
parenteaf444eabc4c78703c0f98ac0197b1619c1b1bef (diff)
downloadlibffi-3f5b1375ab1e2b8e3d593e21b27097a4a50f9b83.tar.gz
rebase
Diffstat (limited to 'fficonfig.h.in')
-rw-r--r--fficonfig.h.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/fficonfig.h.in b/fficonfig.h.in
index e03bbf9..e012ebb 100644
--- a/fficonfig.h.in
+++ b/fficonfig.h.in
@@ -33,6 +33,9 @@
*/
#undef HAVE_ALLOCA_H
+/* Define if your assembler supports .ascii. */
+#undef HAVE_AS_ASCII_PSEUDO_OP
+
/* Define if your assembler supports .cfi_* directives. */
#undef HAVE_AS_CFI_PSEUDO_OP
@@ -43,6 +46,12 @@
*/
#undef HAVE_AS_SPARC_UA_PCREL
+/* Define if your assembler supports .string. */
+#undef HAVE_AS_STRING_PSEUDO_OP
+
+/* Define if your assembler supports unwind section type. */
+#undef HAVE_AS_X86_64_UNWIND_SECTION_TYPE
+
/* Define if your assembler supports PC relative relocs. */
#undef HAVE_AS_X86_PCREL