chiark / gitweb /
*.S: Use `.text' consistently to name the text section.
[catacomb] / symm / salsa20-x86ish-sse2.S
index d74836b323fb738ad2e7d3fad76c91cd8c92b695..47401b7a769a57da093e0ec9f96497da32d19f92 100644 (file)
@@ -42,7 +42,7 @@
 /// Main code.
 
        .arch pentium4
-       .section .text
+       .text
 
 FUNC(salsa20_core_x86ish_sse2)