]> git.pld-linux.org Git - packages/qt4.git/commitdiff
- new
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 3 Mar 2009 19:08:50 +0000 (19:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    qt4-ppc.patch -> 1.1

qt4-ppc.patch [new file with mode: 0644]

diff --git a/qt4-ppc.patch b/qt4-ppc.patch
new file mode 100644 (file)
index 0000000..f566626
--- /dev/null
@@ -0,0 +1,12 @@
+diff -up qt-x11-opensource-src-4.5.0-rc1/src/corelib/arch/qatomic_powerpc.h.orig qt-x11-opensource-src-4.5.0-rc1/src/corelib/arch/qatomic_powerpc.h
+--- qt-x11-opensource-src-4.5.0-rc1/src/corelib/arch/qatomic_powerpc.h.orig    2009-02-14 22:51:51.000000000 +0100
++++ qt-x11-opensource-src-4.5.0-rc1/src/corelib/arch/qatomic_powerpc.h 2009-02-14 22:53:03.000000000 +0100
+@@ -188,7 +188,7 @@ inline bool QBasicAtomicInt::testAndSetR
+                  "lwarx  %[result]," _Q_VALUE "\n"
+                  "xor.   %[result], %[result], %[expectedValue]\n"
+                  "bne    $+12\n"
+-                 "stwcx. %[newValue],0,%[_q_value]\n"
++                 "stwcx. %[newValue]," _Q_VALUE "\n"
+                  "bne-   $-16\n"
+                  : [result] "=&r" (result),
+                    _Q_VALUE_MEMORY_OPERAND
This page took 0.080874 seconds and 4 git commands to generate.