]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
S390: Mark vx and vxe as important hwcap.
authorStefan Liebler <stli@linux.ibm.com>
Thu, 21 Mar 2019 08:14:26 +0000 (09:14 +0100)
committerStefan Liebler <stli@linux.ibm.com>
Thu, 21 Mar 2019 08:34:00 +0000 (09:34 +0100)
This patch adds vx and vxe as important hwcaps
which allows one to provide shared libraries
tuned for platforms with non-vx/-vxe, vx or vxe.

ChangeLog:

* sysdeps/s390/dl-procinfo.h (HWCAP_IMPORTANT):
Add HWCAP_S390_VX and HWCAP_S390_VXE.

(cherry picked from commit 61f5e9470fb397a4c334938ac5a667427d9047df)

ChangeLog
sysdeps/s390/dl-procinfo.h

index d0fac88c5c49b3b9489927fe0cd2dd7c0c3aea5f..23d6b70f03c480d6c62a10e7e2f5ea9a24c8ef99 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2019-03-21  Stefan Liebler  <stli@linux.ibm.com>
+
+       * sysdeps/s390/dl-procinfo.h (HWCAP_IMPORTANT):
+       Add HWCAP_S390_VX and HWCAP_S390_VXE.
+
 2019-02-07  Stefan Liebler  <stli@linux.ibm.com>
 
        [BZ #24180]
index b0383bfb4cef79727f1018f3b8e53a7373f6b81b..f71d64c3ab24e71595ebea5bd46e436e668b5176 100644 (file)
@@ -57,7 +57,8 @@ enum
 };
 
 #define HWCAP_IMPORTANT (HWCAP_S390_ZARCH | HWCAP_S390_LDISP \
-                         | HWCAP_S390_EIMM | HWCAP_S390_DFP)
+                        | HWCAP_S390_EIMM | HWCAP_S390_DFP  \
+                        | HWCAP_S390_VX | HWCAP_S390_VXE)
 
 /* We cannot provide a general printing function.  */
 #define _dl_procinfo(type, word) -1