ARM assembly pack: make it Windows-friendly.
[openssl.git] / crypto / aes / asm / aes-armv4.pl
index abb2cc79a3b6220468c1b07125f07c16470037b4..456a46967917117952d44cda94bf7104654a9715 100644 (file)
@@ -76,7 +76,6 @@ $code=<<___;
 # define __ARM_ARCH__ __LINUX_ARM_ARCH__
 #endif
 
-.text
 #if defined(__thumb2__) && !defined(__APPLE__)
 .syntax        unified
 .thumb
@@ -85,6 +84,8 @@ $code=<<___;
 #undef __thumb2__
 #endif
 
+.text
+
 .type  AES_Te,%object
 .align 5
 AES_Te: