diff options
author | Stefan Liebler <stli@linux.ibm.com> | 2018-12-18 13:57:08 +0100 |
---|---|---|
committer | Stefan Liebler <stli@linux.ibm.com> | 2018-12-18 13:57:08 +0100 |
commit | 2ee1bc57ab50737ee2ab88c4d796b90e08b4bf93 (patch) | |
tree | ecb7cf3068078a02ef7e9e2a3a99288e203e7801 /ChangeLog | |
parent | d097d97626e44bc6e76d5daf80ce3ff7d147b623 (diff) | |
download | glibc-2ee1bc57ab50737ee2ab88c4d796b90e08b4bf93.tar.gz glibc-2ee1bc57ab50737ee2ab88c4d796b90e08b4bf93.tar.xz glibc-2ee1bc57ab50737ee2ab88c4d796b90e08b4bf93.zip |
S390: Add configure check to detect z13 as mininum architecture level set.
Add a configure check for z13 in the same way as done for z196. ChangeLog: * config.h.in (HAVE_S390_MIN_Z13_ZARCH_ASM_SUPPORT): New undefine. * sysdeps/s390/configure.ac: Add check for z13 support. * sysdeps/s390/configure: Regenerated.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 8f9e2e9d9a..52dbc37f1a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2018-12-18 Stefan Liebler <stli@linux.ibm.com> + * config.h.in (HAVE_S390_MIN_Z13_ZARCH_ASM_SUPPORT): New undefine. + * sysdeps/s390/configure.ac: Add check for z13 support. + * sysdeps/s390/configure: Regenerated. + +2018-12-18 Stefan Liebler <stli@linux.ibm.com> + * sysdeps/s390/memcopy.h: New file. 2018-12-18 Stefan Liebler <stli@linux.ibm.com> |