chiark / gitweb /
*.S: Use `.text' consistently to name the text section.
[catacomb] / symm / salsa20-arm-neon.S
index cea942dbf5defeebfcc42cf05c5f793d68fc0ea0..a520e3013640bec1aa596323bd8fe4bad4879942 100644 (file)
@@ -35,7 +35,7 @@
 
        .arch   armv7-a
        .fpu    neon
-       .section .text
+       .text
 
 FUNC(salsa20_core_arm_neon)