bdc76f
commit 61f5e9470fb397a4c334938ac5a667427d9047df
bdc76f
Author: Stefan Liebler <stli@linux.ibm.com>
bdc76f
Date:   Thu Mar 21 09:14:26 2019 +0100
bdc76f
bdc76f
    S390: Mark vx and vxe as important hwcap.
bdc76f
    
bdc76f
    This patch adds vx and vxe as important hwcaps
bdc76f
    which allows one to provide shared libraries
bdc76f
    tuned for platforms with non-vx/-vxe, vx or vxe.
bdc76f
    
bdc76f
    ChangeLog:
bdc76f
    
bdc76f
            * sysdeps/s390/dl-procinfo.h (HWCAP_IMPORTANT):
bdc76f
            Add HWCAP_S390_VX and HWCAP_S390_VXE.
bdc76f
bdc76f
diff --git a/sysdeps/s390/dl-procinfo.h b/sysdeps/s390/dl-procinfo.h
bdc76f
index b0383bfb4cef7972..f71d64c3ab24e715 100644
bdc76f
--- a/sysdeps/s390/dl-procinfo.h
bdc76f
+++ b/sysdeps/s390/dl-procinfo.h
bdc76f
@@ -57,7 +57,8 @@ enum
bdc76f
 };
bdc76f
 
bdc76f
 #define HWCAP_IMPORTANT (HWCAP_S390_ZARCH | HWCAP_S390_LDISP \
bdc76f
-			  | HWCAP_S390_EIMM | HWCAP_S390_DFP)
bdc76f
+			 | HWCAP_S390_EIMM | HWCAP_S390_DFP  \
bdc76f
+			 | HWCAP_S390_VX | HWCAP_S390_VXE)
bdc76f
 
bdc76f
 /* We cannot provide a general printing function.  */
bdc76f
 #define _dl_procinfo(type, word) -1