*.S: Use `.text' consistently to name the text section.
[catacomb] / symm / rijndael-x86ish-aesni.S
index 91fcc35..0b295e5 100644 (file)
@@ -48,7 +48,7 @@
 /// Main code.
 
        .arch   .aes
-       .section .text
+       .text
 
 /// The AESNI instructions implement a little-endian version of AES, but
 /// Catacomb's internal interface presents as big-endian so as to work better