]> git.pld-linux.org Git - packages/liboil.git/commitdiff
- clobber register used in asm
authorsparky <sparky@pld-linux.org>
Sun, 3 May 2009 01:11:56 +0000 (01:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    liboil-fixes.patch -> 1.4

liboil-fixes.patch [new file with mode: 0644]

diff --git a/liboil-fixes.patch b/liboil-fixes.patch
new file mode 100644 (file)
index 0000000..63f2578
--- /dev/null
@@ -0,0 +1,12 @@
+--- liboil-0.3.16/liboil/powerpc/resample.c    2007-11-16 03:53:47.000000000 +0100
++++ liboil-0.3.16.fix/liboil/powerpc/resample.c        2009-05-03 02:05:31.000000000 +0200
+@@ -86,7 +86,8 @@
+           "  vpkuhus v0, v0, v0\n"
+           "  stvx v0, 0, %0\n"
+           :
+-          : "b" (atmp));
++          : "b" (atmp)
++        : "r11" );
+       dest[i] = atmp[0];
+       if (i+1<n) dest[i+1] = atmp[1];
This page took 0.098507 seconds and 4 git commands to generate.