Accepting request 495827 from home:NMoreyChaisemartin:branches:science:HPC

- Adapt mstflint-s390_arch.patch to work with s390 and s390x

OBS-URL: https://build.opensuse.org/request/show/495827
OBS-URL: https://build.opensuse.org/package/show/science:HPC/mstflint?expand=0&rev=9
This commit is contained in:
Nicolas Morey-Chaisemartin 2017-05-18 09:43:42 +00:00 committed by Git OBS Bridge
parent d8e2a0c702
commit 4641787595
3 changed files with 52 additions and 46 deletions

View File

@ -1,5 +1,5 @@
diff --git common/compatibility.h common/compatibility.h
index badc368..c7020b3 100644
index 7c42fa7..46cd928 100644
--- common/compatibility.h
+++ common/compatibility.h
@@ -59,6 +59,8 @@
@ -10,7 +10,7 @@ index badc368..c7020b3 100644
+# define ARCH_armv7
# elif defined(__aarch64__)
# define ARCH_arm64
# elif defined(__s390__)
# elif defined(__s390x__)
@@ -96,7 +98,7 @@
#define U16H_FMT "0x%04x"
#define U8H_FMT "0x%02x"
@ -21,7 +21,7 @@ index badc368..c7020b3 100644
# include <inttypes.h>
# define U64D_FMT "0x%" PRId64
diff --git mtcr_ul/packets_common.h mtcr_ul/packets_common.h
index 7debdea..db3c0bd 100644
index 0963ba7..618a2f9 100644
--- mtcr_ul/packets_common.h
+++ mtcr_ul/packets_common.h
@@ -148,6 +148,8 @@
@ -32,7 +32,7 @@ index 7debdea..db3c0bd 100644
+# define ARCH_armv7
# elif defined(__aarch64__)
# define ARCH_arm64
# elif defined(__s390__)
# elif defined(__s390x__)
@@ -177,7 +179,7 @@
# define U8H_FMT "0x%02x"
# define U32D_FMT "%u"
@ -43,7 +43,7 @@ index 7debdea..db3c0bd 100644
# define U64D_FMT "%llu"
# define U32H_FMT "0x%08x"
diff --git tools_layouts/adb_to_c_utils.h tools_layouts/adb_to_c_utils.h
index a7df0f9..628290a 100644
index 26adb09..f60d217 100644
--- tools_layouts/adb_to_c_utils.h
+++ tools_layouts/adb_to_c_utils.h
@@ -137,6 +137,8 @@ extern "C" {
@ -52,15 +52,15 @@ index a7df0f9..628290a 100644
# define ARCH_arm64
+# elif defined(__ARM_ARCH_7A__)
+# define ARCH_armv7
# elif defined(__s390__)
# define ARCH_s390
# elif defined(__s390x__)
@@ -173,7 +175,7 @@ extern "C" {
#define U16H_FMT "0x%04x"
#define U8H_FMT "0x%02x"
-#if defined(ARCH_x86) || defined(ARCH_ppc) || defined(UEFI_BUILD)
+#if defined(ARCH_x86) || defined(ARCH_ppc) || defined(UEFI_BUILD) || defined(__ARM_ARCH_7A__)
# define ARCH_s390x
# elif defined(__s390__)
@@ -177,7 +179,7 @@ extern "C" {
# define U64D_FMT "%lu"
# define U64H_FMT "0x%016lx"
# define U48H_FMT "0x%012lx"
-#elif defined(ARCH_x86) || defined(ARCH_ppc) || defined(UEFI_BUILD) || defined(ARCH_s390)
+#elif defined(ARCH_x86) || defined(ARCH_ppc) || defined(UEFI_BUILD) || defined(ARCH_s390) || defined(__ARM_ARCH_7A__)
# if defined(__MINGW32__) || defined(__MINGW64__)
# include <inttypes.h>
# define U64D_FMT "0x%" PRId64

View File

@ -1,25 +1,15 @@
From: Philipp Thomas <pth@suse.de>
Date: 2014-03-03 16:52:28+01:00
Subject: Add defines for s390x
---
common/compatibility.h | 8 ++++++--
mtcr_ul/packets_common.h | 10 +++++++---
tools_layouts/adb_to_c_utils.h | 6 +++++-
3 files changed, 18 insertions(+), 6 deletions(-)
Index: common/compatibility.h
===================================================================
--- common/compatibility.h.orig 2016-09-14 13:16:26.000000000 +0200
+++ common/compatibility.h 2017-03-20 12:03:15.259518742 +0100
diff --git common/compatibility.h common/compatibility.h
index e202b42..7c42fa7 100644
--- common/compatibility.h
+++ common/compatibility.h
@@ -61,6 +61,10 @@
# define ARCH_ppc
# elif defined(__aarch64__)
# define ARCH_arm64
+# elif defined(__s390__)
+# define ARCH_s390
+# elif defined(__s390x__)
+# define ARCH_s390x
+# elif defined(__s390__)
+# define ARCH_s390
# else
# error Unknown CPU architecture using the linux OS
# endif
@ -41,18 +31,18 @@ Index: common/compatibility.h
# define U64D_FMT "%lu"
# define U64H_FMT "0x%016lx"
# define U48H_FMT "0x%012lx"
Index: mtcr_ul/packets_common.h
===================================================================
--- mtcr_ul/packets_common.h.orig 2016-09-14 13:16:31.000000000 +0200
+++ mtcr_ul/packets_common.h 2017-03-20 12:01:53.115447515 +0100
diff --git mtcr_ul/packets_common.h mtcr_ul/packets_common.h
index dd02b71..0963ba7 100644
--- mtcr_ul/packets_common.h
+++ mtcr_ul/packets_common.h
@@ -150,6 +150,10 @@
# define ARCH_ppc
# elif defined(__aarch64__)
# define ARCH_arm64
+# elif defined(__s390__)
+# define ARCH_s390
+# elif defined(__s390x__)
+# define ARCH_s390x
+# elif defined(__s390__)
+# define ARCH_s390
# else
# error Unknown CPU architecture using the linux OS
# endif
@ -77,27 +67,42 @@ Index: mtcr_ul/packets_common.h
# define U64H_FMT "0x%016llx"
# define U64D_FMT "%llu"
# define U32H_FMT "0x%08x"
Index: tools_layouts/adb_to_c_utils.h
===================================================================
--- tools_layouts/adb_to_c_utils.h.orig 2016-09-14 13:16:31.000000000 +0200
+++ tools_layouts/adb_to_c_utils.h 2017-03-20 12:01:53.115447515 +0100
diff --git tools_layouts/adb_to_c_utils.h tools_layouts/adb_to_c_utils.h
index 6268b69..26adb09 100644
--- tools_layouts/adb_to_c_utils.h
+++ tools_layouts/adb_to_c_utils.h
@@ -137,6 +137,10 @@ extern "C" {
# define ARCH_ppc
# elif defined(__aarch64__)
# define ARCH_arm64
+# elif defined(__s390__)
+# define ARCH_s390
+# elif defined(__s390x__)
+# define ARCH_s390x
+# elif defined(__s390__)
+# define ARCH_s390
# else
# error Unknown CPU architecture using the linux OS
# endif
@@ -180,7 +184,7 @@ extern "C" {
@@ -169,7 +173,11 @@ extern "C" {
#define U16H_FMT "0x%04x"
#define U8H_FMT "0x%02x"
-#if defined(ARCH_x86) || defined(ARCH_ppc) || defined(UEFI_BUILD)
+#if defined (ARCH_ia64) || defined(ARCH_x86_64) || defined(ARCH_ppc64) || defined(ARCH_arm64) || defined(ARCH_s390x)
+# define U64D_FMT "%lu"
+# define U64H_FMT "0x%016lx"
+# define U48H_FMT "0x%012lx"
+#elif defined(ARCH_x86) || defined(ARCH_ppc) || defined(UEFI_BUILD) || defined(ARCH_s390)
# if defined(__MINGW32__) || defined(__MINGW64__)
# include <inttypes.h>
# define U64D_FMT "0x%" PRId64
@@ -180,10 +188,6 @@ extern "C" {
# define U64H_FMT "0x%016llx"
# define U48H_FMT "0x%012llx"
# endif
-#elif defined (ARCH_ia64) || defined(ARCH_x86_64) || defined(ARCH_ppc64) || defined(ARCH_arm64)
+#elif defined (ARCH_ia64) || defined(ARCH_x86_64) || defined(ARCH_ppc64) || defined(ARCH_arm64) || defined(ARCH_s390x)
# define U64D_FMT "%lu"
# define U64H_FMT "0x%016lx"
# define U48H_FMT "0x%012lx"
-# define U64D_FMT "%lu"
-# define U64H_FMT "0x%016lx"
-# define U48H_FMT "0x%012lx"
#else
# error Unknown architecture
#endif /* ARCH */

View File

@ -2,6 +2,7 @@
Thu May 18 05:54:00 UTC 2017 - nmoreychaisemartin@suse.com
- Add mstflint-armv7_arch.patch to support build on armv7l
- Adapt mstflint-s390_arch.patch to work with s390 and s390x
-------------------------------------------------------------------
Fri Mar 31 11:21:24 UTC 2017 - nmoreychaisemartin@suse.com