Reverted patch for PR#2095. Addressed by Andy now in x86_64-xlate.pl
[oweals/openssl.git] / crypto / sha / asm / sha512-armv4.pl
index 230e78d7ef84c748a363bc63e882654a9fd42ea1..f27e9cd31953a8f86bc6212a2addfdb289cedce0 100644 (file)
@@ -393,5 +393,6 @@ $code.=<<___;
 ___
 
 $code =~ s/\`([^\`]*)\`/eval $1/gem;
+$code =~ s/\bbx\s+lr\b/.word\t0xe12fff1e/gm;   # make it possible to compile with -march=armv4
 print $code;
 close STDOUT; # enforce flush