aboutsummaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorStefan Liebler <stli@linux.ibm.com>2019-03-22 11:14:08 +0100
committerStefan Liebler <stli@linux.ibm.com>2019-03-22 11:14:08 +0100
commita899a5512f618d5c4093a2d65e8dee07c791b0ab (patch)
tree3f2f2eca4aca9adda8b54d13f2d7589e9c9cdec1 /config.h.in
parent1a7df49c92f62e14d8727f083fd055eba7c91ad9 (diff)
downloadglibc-a899a5512f618d5c4093a2d65e8dee07c791b0ab.zip
glibc-a899a5512f618d5c4093a2d65e8dee07c791b0ab.tar.gz
glibc-a899a5512f618d5c4093a2d65e8dee07c791b0ab.tar.bz2
S390: Add configure check to detect support for arch13.
Add two configure checks which detect if arch13 is supported by the assembler at all - by explicitely setting the machine - and if it is supported with default settings. ChangeLog: * config.h.in (HAVE_S390_MIN_ARCH13_ZARCH_ASM_SUPPORT, HAVE_S390_ARCH13_ASM_SUPPORT): New undefine. * sysdeps/s390/configure.ac: Add checks for arch13 support. * sysdeps/s390/configure: Regenerated.
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index f059ec0..824dfe8 100644
--- a/config.h.in
+++ b/config.h.in
@@ -71,6 +71,9 @@
/* Define if assembler supports z13 zarch instructions as default on S390. */
#undef HAVE_S390_MIN_Z13_ZARCH_ASM_SUPPORT
+/* Define if assembler supports arch13 zarch instruction as default on S390. */
+#undef HAVE_S390_MIN_ARCH13_ZARCH_ASM_SUPPORT
+
/* Define if assembler supports vector instructions on S390. */
#undef HAVE_S390_VX_ASM_SUPPORT
@@ -78,6 +81,9 @@
on S390. */
#undef HAVE_S390_VX_GCC_SUPPORT
+/* Define if assembler supports arch13 instructions on S390. */
+#undef HAVE_S390_ARCH13_ASM_SUPPORT
+
/* Define if assembler supports Intel MPX. */
#undef HAVE_MPX_SUPPORT