aes/asm/{aes-armv4|bsaes-armv7}.pl: make it work with binutils-2.29.
authorAndy Polyakov <appro@openssl.org>
Fri, 3 Nov 2017 22:30:01 +0000 (23:30 +0100)
committerAndy Polyakov <appro@openssl.org>
Sun, 5 Nov 2017 15:56:32 +0000 (16:56 +0100)
commitb82acc3c1a7f304c9df31841753a0fa76b5b3cda
tree2f5205c139a7f98424048da6d09a74e94ad39721
parent976b0388d0c80fa2632cff1e4620a97f05e5dcf9
aes/asm/{aes-armv4|bsaes-armv7}.pl: make it work with binutils-2.29.

It's not clear if it's a feature or bug, but binutils-2.29[.1]
interprets 'adr' instruction with Thumb2 code reference differently,
in a way that affects calculation of addresses of constants' tables.

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
(Merged from https://github.com/openssl/openssl/pull/4669)
crypto/aes/asm/aes-armv4.pl
crypto/aes/asm/bsaes-armv7.pl