Yet another ARM update. It appears to be more appropriate to make
[openssl.git] / crypto / sha / asm / sha256-armv4.pl
index 0c9d999de998c5f11b5bfb53f320afa5c8e255c6..853ca31e48aa9ad188e6e4b8ab01bd5fba67749b 100644 (file)
@@ -175,5 +175,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