pixman: Branch 'master'

Siarhei Siamashka siamashka at kemper.freedesktop.org
Mon Dec 7 22:53:13 PST 2009


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

New commits:
commit a47b5167c4c1b55b2f51e29ab0782c2659bec312
Author: Siarhei Siamashka <siarhei.siamashka at nokia.com>
Date:   Tue Dec 8 08:52:34 2009 +0200

    ARM: added '.arch armv7a' directive to NEON assembly file
    
    This fix prevents build failure due to not accepting PLD instruction when
    compiling for armv4 cpu with the relevant -mcpu/-march options set in CFLAGS.

diff --git a/pixman/pixman-arm-neon-asm.S b/pixman/pixman-arm-neon-asm.S
index e8ccf77..e66fb86 100644
--- a/pixman/pixman-arm-neon-asm.S
+++ b/pixman/pixman-arm-neon-asm.S
@@ -41,6 +41,7 @@
 
     .text
     .fpu neon
+    .arch armv7a
     .altmacro
 
 #include "pixman-arm-neon-asm.h"


More information about the xorg-commit mailing list