S390: Add new s390 platform z14.
authorStefan Liebler <stli@linux.vnet.ibm.com>
Tue, 15 Aug 2017 12:00:07 +0000 (14:00 +0200)
committerStefan Liebler <stli@linux.vnet.ibm.com>
Tue, 15 Aug 2017 12:00:07 +0000 (14:00 +0200)
The new IBM z14 is added to platform string array.
The macro _DL_PLATFORMS_COUNT is incremented.

ChangeLog:

* sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add z14.
* sysdeps/s390/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increased.

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

index 56540f5..b540c5f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-08-15  Stefan Liebler  <stli@linux.vnet.ibm.com>
+
+       * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add z14.
+       * sysdeps/s390/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increased.
+
 2017-08-14  Joseph Myers  <joseph@codesourcery.com>
 
        * conform/data/sys/wait.h-data (si_value): Do not expect for
index 436e205..e71bc1f 100644 (file)
@@ -63,11 +63,11 @@ PROCINFO_CLASS const char _dl_s390_cap_flags[15][9]
 #if !defined PROCINFO_DECL && defined SHARED
   ._dl_s390_platforms
 #else
-PROCINFO_CLASS const char _dl_s390_platforms[8][7]
+PROCINFO_CLASS const char _dl_s390_platforms[9][7]
 #endif
 #ifndef PROCINFO_DECL
 = {
-    "g5", "z900", "z990", "z9-109", "z10", "z196", "zEC12", "z13"
+    "g5", "z900", "z990", "z9-109", "z10", "z196", "zEC12", "z13", "z14"
   }
 #endif
 #if !defined SHARED || defined PROCINFO_DECL
index 1645cf3..6db283e 100644 (file)
@@ -23,7 +23,7 @@
 
 #define _DL_HWCAP_COUNT 15
 
-#define _DL_PLATFORMS_COUNT    8
+#define _DL_PLATFORMS_COUNT    9
 
 /* The kernel provides up to 32 capability bits with elf_hwcap.  */
 #define _DL_FIRST_PLATFORM     32