Configure: disable new trace api by default
[openssl.git] / crypto / armv4cpuid.pl
index 3a7be6e54136b1a9f458941c8f3fb95ee1b70120..f8aeec64f0e2c286066f2e8515e69bc18693e674 100644 (file)
@@ -21,7 +21,6 @@ open OUT,"| \"$^X\" $xlate $flavour $output";
 $code.=<<___;
 #include "arm_arch.h"
 
-.text
 #if defined(__thumb2__) && !defined(__APPLE__)
 .syntax        unified
 .thumb
@@ -30,6 +29,8 @@ $code.=<<___;
 #undef __thumb2__
 #endif
 
+.text
+
 .align 5
 .global        OPENSSL_atomic_add
 .type  OPENSSL_atomic_add,%function