1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-07 06:43:00 +03:00

S390: Add new s390 platform z14.

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.
This commit is contained in:
Stefan Liebler
2017-08-15 14:00:07 +02:00
parent 54d68f5f61
commit e9f57484aa
3 changed files with 8 additions and 3 deletions

View 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