mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-28 04:03:35 +08:00
S390: Add new s390 platform z15.
The new IBM z15 is added to platform string array. The macro _DL_PLATFORMS_COUNT is incremented.
This commit is contained in:
parent
e4b3707cea
commit
2901743568
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user