From 15e60880e9a9c025c943702619d92f860eb69cc4d844d84c4c3957183044761c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 24 Oct 2018 08:32:12 +0000 Subject: [PATCH] - Remove patch libatomic_ops-ppc64.patch, looks merged OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libatomic_ops?expand=0&rev=24 --- libatomic_ops-ppc64.patch | 21 --------------------- libatomic_ops.changes | 1 + 2 files changed, 1 insertion(+), 21 deletions(-) delete mode 100644 libatomic_ops-ppc64.patch diff --git a/libatomic_ops-ppc64.patch b/libatomic_ops-ppc64.patch deleted file mode 100644 index fb449d6..0000000 --- a/libatomic_ops-ppc64.patch +++ /dev/null @@ -1,21 +0,0 @@ -Force AO_load() to map to AO_load_acquire() for powerpc. The -AO_load_acquire() function includes isync instructions that -are critical for proper behavior on power system. - - -Signed-Off-By: Will Schmidt - - -Index: libatomic_ops-7.2/src/atomic_ops/sysdeps/gcc/powerpc.h -=================================================================== ---- libatomic_ops-7.2.orig/src/atomic_ops/sysdeps/gcc/powerpc.h -+++ libatomic_ops-7.2/src/atomic_ops/sysdeps/gcc/powerpc.h -@@ -32,6 +32,8 @@ - - #include "../all_aligned_atomic_load_store.h" - -+#define AO_load(addr) AO_load_acquire(addr) -+ - #include "../test_and_set_t_is_ao_t.h" - /* There seems to be no byte equivalent of lwarx, so this */ - /* may really be what we want, at least in the 32-bit case. */ diff --git a/libatomic_ops.changes b/libatomic_ops.changes index e341f25..bafc145 100644 --- a/libatomic_ops.changes +++ b/libatomic_ops.changes @@ -6,6 +6,7 @@ Wed Oct 24 05:09:08 UTC 2018 - sean@suspend.net * Fix a typo in the overview section of README * Fix comments style in configure.ac and Makefile.am * Update copyright information in README and some header files +- Remove patch libatomic_ops-ppc64.patch, looks merged ------------------------------------------------------------------- Mon Jan 29 11:04:41 UTC 2018 - jengelh@inai.de