pixman: Branch 'master'

Taekyun Kim podain at kemper.freedesktop.org
Tue Oct 18 06:18:22 PDT 2011


 pixman/pixman-arm-neon-asm.S |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3d4d705d2ffa4aeab3dc02a23c2aadbea1374a3f
Author: Taekyun Kim <tkq.kim at samsung.com>
Date:   Tue Oct 18 21:50:18 2011 +0900

    ARM: NEON: Fix assembly typo error in src_n_8_8888
    
    Binutils 2.21 does not complain about missing comma between ARM
    register and alignement specifier in vld/vst instructions which
    causes build error on binutils 2.20.

diff --git a/pixman/pixman-arm-neon-asm.S b/pixman/pixman-arm-neon-asm.S
index da8f054..87aae1d 100644
--- a/pixman/pixman-arm-neon-asm.S
+++ b/pixman/pixman-arm-neon-asm.S
@@ -1260,7 +1260,7 @@ generate_composite_function \
                                     PF subges PF_CTL, PF_CTL, #0x10
     vmull.u8    q11, d24, d3
                                     PF ldrgeb DUMMY, [PF_MASK, MASK_STRIDE, lsl #mask_bpp_shift]!
-        vst4.8      {d28, d29, d30, d31}, [DST_W :128]!
+        vst4.8      {d28, d29, d30, d31}, [DST_W, :128]!
     vrsra.u16   q8, q8, #8
     vrsra.u16   q9, q9, #8
     vrsra.u16   q10, q10, #8


More information about the xorg-commit mailing list