]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
S390: Add new s390 platform z15.
authorStefan Liebler <stli@linux.ibm.com>
Fri, 18 Oct 2019 12:57:14 +0000 (14:57 +0200)
committerStefan Liebler <stli@linux.ibm.com>
Fri, 18 Oct 2019 12:57:14 +0000 (14:57 +0200)
The new IBM z15 is added to platform string array.
The macro _DL_PLATFORMS_COUNT is incremented.

sysdeps/s390/dl-procinfo.c
sysdeps/s390/dl-procinfo.h

index 2ad69f8f4b0327b399071f775428d46cebbfe93b..22e52e3d3c0718d042189af6a7b77b61a35ff784 100644 (file)
@@ -63,11 +63,11 @@ PROCINFO_CLASS const char _dl_s390_cap_flags[19][9]
 #if !defined PROCINFO_DECL && defined SHARED
   ._dl_s390_platforms
 #else
-PROCINFO_CLASS const char _dl_s390_platforms[9][7]
+PROCINFO_CLASS const char _dl_s390_platforms[10][7]
 #endif
 #ifndef PROCINFO_DECL
 = {
-    "g5", "z900", "z990", "z9-109", "z10", "z196", "zEC12", "z13", "z14"
+    "g5", "z900", "z990", "z9-109", "z10", "z196", "zEC12", "z13", "z14", "z15"
   }
 #endif
 #if !defined SHARED || defined PROCINFO_DECL
index 7d25724a23928692dcdb696444f555be2afcca91..c9913b06b7b11f5c11823312b01bc557ed150118 100644 (file)
@@ -23,7 +23,7 @@
 
 #define _DL_HWCAP_COUNT 19
 
-#define _DL_PLATFORMS_COUNT    9
+#define _DL_PLATFORMS_COUNT    10
 
 /* The kernel provides up to 32 capability bits with elf_hwcap.  */
 #define _DL_FIRST_PLATFORM     32