]> git.pld-linux.org Git - packages/libatomic_ops.git/blob - libatomic_ops-ppc.patch
- new
[packages/libatomic_ops.git] / libatomic_ops-ppc.patch
1 --- libatomic_ops-1.2.orig/src/atomic_ops/sysdeps/gcc/powerpc.h 2007-05-29 19:29:52.000000000 +0200
2 +++ libatomic_ops-1.2/src/atomic_ops/sysdeps/gcc/powerpc.h      2007-05-29 19:30:48.000000000 +0200
3 @@ -72,7 +72,7 @@
4    /* registers.  I always got "impossible constraint" when I   */
5    /* tried the "y" constraint.                                 */
6    __asm__ __volatile__ (
7 -    "lwz %0,%1\n"
8 +    "lwz%U1%X1 %0,%1\n"
9      "cmpw cr7,%0,%0\n"
10      "bne- cr7,1f\n"
11      "1: isync\n"
This page took 0.110022 seconds and 3 git commands to generate.