diff options
| author | Stefan Liebler <stli@linux.ibm.com> | 2019-03-22 11:14:08 +0100 |
|---|---|---|
| committer | Stefan Liebler <stli@linux.ibm.com> | 2019-03-22 11:14:08 +0100 |
| commit | a899a5512f618d5c4093a2d65e8dee07c791b0ab (patch) | |
| tree | 3f2f2eca4aca9adda8b54d13f2d7589e9c9cdec1 /ChangeLog | |
| parent | 1a7df49c92f62e14d8727f083fd055eba7c91ad9 (diff) | |
| download | glibc-a899a5512f618d5c4093a2d65e8dee07c791b0ab.tar.xz glibc-a899a5512f618d5c4093a2d65e8dee07c791b0ab.zip | |
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 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2019-03-22 Stefan Liebler <stli@linux.ibm.com> + * 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. + +2019-03-22 Stefan Liebler <stli@linux.ibm.com> + * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add vxe2, vxp, dflt, sort flags. * sysdeps/s390/dl-procinfo.h: Add HWCAP_S390_VXRS_EXT2, |
