Control: tags 728955 + pending

Dear maintainer,

Fernando Seiti Furusato has prepared an NMU for libatomic-ops
(versioned as 7.4.2-1.2) and I've uploaded it to DELAYED/5. Please
feel free to tell me if I should delay it longer.

Regards.

-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer -  https://www.debian.org/
 `. `'  Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe
   `-   NP: Andrew Lloyd Webber & Tim Rice
diff -Nru libatomic-ops-7.4.2/debian/changelog libatomic-ops-7.4.2/debian/changelog
--- libatomic-ops-7.4.2/debian/changelog	2015-08-27 22:50:50.000000000 +0200
+++ libatomic-ops-7.4.2/debian/changelog	2015-12-10 21:30:20.000000000 +0100
@@ -1,3 +1,14 @@
+libatomic-ops (7.4.2-1.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+
+  [ Fernando Seiti Furusato ]
+  * debian/patches/fix-test.diff: Force AO_load() to map to AO_load_acquire() 
+    for powerpc.
+    Closes: #728955
+
+ -- gregor herrmann <gre...@debian.org>  Thu, 10 Dec 2015 21:29:33 +0100
+
 libatomic-ops (7.4.2-1.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru libatomic-ops-7.4.2/debian/patches/fix-test.diff libatomic-ops-7.4.2/debian/patches/fix-test.diff
--- libatomic-ops-7.4.2/debian/patches/fix-test.diff	1970-01-01 01:00:00.000000000 +0100
+++ libatomic-ops-7.4.2/debian/patches/fix-test.diff	2015-12-10 21:29:27.000000000 +0100
@@ -0,0 +1,14 @@
+Description: Force AO_load() to map to AO_load_acquire() for powerpc, to
+  fix ftbfs.
+Author: Matthias Klose <d...@ubuntu.com>
+--- a/src/atomic_ops/sysdeps/gcc/powerpc.h
++++ b/src/atomic_ops/sysdeps/gcc/powerpc.h
+@@ -29,6 +29,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 -Nru libatomic-ops-7.4.2/debian/patches/series libatomic-ops-7.4.2/debian/patches/series
--- libatomic-ops-7.4.2/debian/patches/series	2015-08-27 22:43:48.000000000 +0200
+++ libatomic-ops-7.4.2/debian/patches/series	2015-12-10 21:29:27.000000000 +0100
@@ -3,3 +3,4 @@
 0003-Minor-fix-of-code-alignment-in-mips-AO_compare_and_s.patch
 0004-Support-n32-ABI-for-mips64.patch
 0005-Fix-GCC-5.x-compatibility-for-AArch64-double-wide-pr.patch
+fix-test.diff

Attachment: signature.asc
Description: Digital Signature

Reply via email to