forked from pool/libatomic_ops
Accepting request 644194 from devel:libraries:c_c++
- Update to new upstream release 7.6.6 * Fix undefined reference to __atomic_load/store/cas_16 * 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 OBS-URL: https://build.opensuse.org/request/show/644194 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libatomic_ops?expand=0&rev=11
This commit is contained in:
commit
6974c080a9
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:219724edad3d580d4d37b22e1d7cb52f0006d282d26a9b8681b560a625142ee6
|
|
||||||
size 496917
|
|
3
libatomic_ops-7.6.6.tar.gz
Normal file
3
libatomic_ops-7.6.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:99feabc5f54877f314db4fadeb109f0b3e1d1a54afb6b4b3dfba1e707e38e074
|
||||||
|
size 498187
|
@ -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 <will_schmidt at vnet.ibm.com>
|
|
||||||
|
|
||||||
|
|
||||||
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. */
|
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 24 05:09:08 UTC 2018 - sean@suspend.net
|
||||||
|
|
||||||
|
- Update to new upstream release 7.6.6
|
||||||
|
* Fix undefined reference to __atomic_load/store/cas_16
|
||||||
|
* 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
|
Mon Jan 29 11:04:41 UTC 2018 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -12,21 +12,20 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: libatomic_ops
|
Name: libatomic_ops
|
||||||
Version: 7.6.2
|
Version: 7.6.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A portable library for atomic memory operations
|
Summary: A portable library for atomic memory operations
|
||||||
License: GPL-2.0+ and MIT
|
License: GPL-2.0-or-later AND MIT
|
||||||
Group: Development/Languages/C and C++
|
Group: Development/Languages/C and C++
|
||||||
Url: https://github.com/ivmai/libatomic_ops
|
Url: https://github.com/ivmai/libatomic_ops
|
||||||
|
|
||||||
#Git-Clone: git://github.com/ivmai/libatomic_ops
|
#Git-Clone: git://github.com/ivmai/libatomic_ops
|
||||||
Source: http://www.ivmaisoft.com/_bin/atomic_ops/%name-%version.tar.gz
|
Source: http://www.ivmaisoft.com/_bin/atomic_ops/%name-%version.tar.gz
|
||||||
Patch1: libatomic_ops-ppc64.patch
|
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
@ -54,7 +53,6 @@ that involves minimum overhead across a variety of architectures.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch -P 1 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -fiv
|
autoreconf -fiv
|
||||||
|
Loading…
Reference in New Issue
Block a user