Author: arekm Date: Tue Aug 28 20:34:21 2007 GMT Module: SOURCES Tag: HEAD ---- Log message: - new
---- Files affected: SOURCES: libatomic_ops-ppc.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/libatomic_ops-ppc.patch diff -u /dev/null SOURCES/libatomic_ops-ppc.patch:1.1 --- /dev/null Tue Aug 28 22:34:21 2007 +++ SOURCES/libatomic_ops-ppc.patch Tue Aug 28 22:34:16 2007 @@ -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" ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
