diff options
author | Stefan Liebler <stli@linux.vnet.ibm.com> | 2017-08-15 14:00:07 +0200 |
---|---|---|
committer | Stefan Liebler <stli@linux.vnet.ibm.com> | 2017-08-15 14:00:07 +0200 |
commit | e9f57484aa18dff76dcad7a3943f08bb7affb840 (patch) | |
tree | 612ea8f355f2a5b43c4c51f5fb2dcf1f7702a77f /sysdeps/s390/dl-procinfo.h | |
parent | 54d68f5f61fc016b18101a822f9343a612ad1bc0 (diff) | |
download | glibc-e9f57484aa18dff76dcad7a3943f08bb7affb840.tar.gz |
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.
Diffstat (limited to 'sysdeps/s390/dl-procinfo.h')
-rw-r--r-- | sysdeps/s390/dl-procinfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/s390/dl-procinfo.h b/sysdeps/s390/dl-procinfo.h index 1645cf3b48..6db283e4dd 100644 --- a/sysdeps/s390/dl-procinfo.h +++ b/sysdeps/s390/dl-procinfo.h @@ -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 |