]> 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:14:26 +0000 (09:14 +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.

ChangeLog
sysdeps/s390/dl-procinfo.h

index c27da0f6ac949e2e2fe8fa58c3ae88df5ee6d1cb..8cd9d8ba7075f658df1faf226e00bef652636f0d 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-03-20  mansayk  <6688000@gmail.com>
 
        [BZ #24296]
index b4b81fc70a9553083167b32ca45f79e1f4a93909..99697ae64963ae3eb40b12a4393e8474b98e2674 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