From: Arkadiusz Miƛkiewicz Date: Tue, 28 Aug 2007 20:34:16 +0000 (+0000) Subject: - new X-Git-Tag: auto/aidath/libatomic_ops-1_2-2~1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Flibatomic_ops.git;a=commitdiff_plain;h=f11ee42 - new Changed files: libatomic_ops-ppc.patch -> 1.1 --- diff --git a/libatomic_ops-ppc.patch b/libatomic_ops-ppc.patch new file mode 100644 index 0000000..bcebcd7 --- /dev/null +++ b/libatomic_ops-ppc.patch @@ -0,0 +1,11 @@ +--- libatomic_ops-1.2.orig/src/atomic_ops/sysdeps/gcc/powerpc.h 2007-05-29 19:29:52.000000000 +0200 ++++ libatomic_ops-1.2/src/atomic_ops/sysdeps/gcc/powerpc.h 2007-05-29 19:30:48.000000000 +0200 +@@ -72,7 +72,7 @@ + /* registers. I always got "impossible constraint" when I */ + /* tried the "y" constraint. */ + __asm__ __volatile__ ( +- "lwz %0,%1\n" ++ "lwz%U1%X1 %0,%1\n" + "cmpw cr7,%0,%0\n" + "bne- cr7,1f\n" + "1: isync\n"