mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 00:49:33 +02:00
Upgrade to 0.9.10, moving pulseaudio to meta-moblin cleaning up and merging in some changes from OE.dev. Also add libcanberra 0.10. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
16 lines
586 B
Diff
16 lines
586 B
Diff
http://cvs.fedoraproject.org/viewcvs/devel/libatomic_ops/libatomic_ops-1.2-ppclwzfix.patch
|
|
|
|
* add fix for bad variable handling on PPC
|
|
|
|
--- 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"
|