Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP4:Update
glibc.i686.26366
0011-S390-Add-new-s390-platform-z14.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0011-S390-Add-new-s390-platform-z14.patch of Package glibc.i686.26366
From 8a7c45dabb0b0f19d77998ccc30793975aa6f922 Mon Sep 17 00:00:00 2001 From: Stefan Liebler <stli@linux.vnet.ibm.com> Date: Mon, 4 Jun 2018 09:54:50 +0200 Subject: [PATCH 11/11] S390: Add new s390 platform z14. Upstream commit e9f57484aa18dff76dcad7a3943f08bb7affb840 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. --- sysdeps/s390/dl-procinfo.c | 4 ++-- sysdeps/s390/dl-procinfo.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) Index: glibc-2.22/sysdeps/s390/dl-procinfo.c =================================================================== --- glibc-2.22.orig/sysdeps/s390/dl-procinfo.c +++ glibc-2.22/sysdeps/s390/dl-procinfo.c @@ -63,11 +63,11 @@ PROCINFO_CLASS const char _dl_s390_cap_f #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: glibc-2.22/sysdeps/s390/dl-procinfo.h =================================================================== --- glibc-2.22.orig/sysdeps/s390/dl-procinfo.h +++ glibc-2.22/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
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor