[openssl/openssl] 5adddc: Fix gcc 6.3 builds of aarch64 BSAES
Tomas Mraz
noreply at reply.github.openssl.org
Thu Apr 21 08:37:21 UTC 2022
Branch: refs/heads/master
Home: https://github.openssl.org/openssl/openssl
Commit: 5adddcd96255112ff04b350d661518302159e7e2
https://github.openssl.org/openssl/openssl/commit/5adddcd96255112ff04b350d661518302159e7e2
Author: Tom Cosgrove <tom.cosgrove at arm.com>
Date: 2022-04-21 (Thu, 21 Apr 2022)
Changed paths:
M crypto/aes/asm/bsaes-armv8.pl
Log Message:
-----------
Fix gcc 6.3 builds of aarch64 BSAES
gcc6.3 doesn't seem to support the register aliases fp and lr for x29 and x30,
so use the x names.
Fixes #18114
Change-Id: I077edda42af4c7cdb7b24f28ac82d1603f550108
Reviewed-by: Shane Lontis <shane.lontis at oracle.com>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18127)
More information about the openssl-commits
mailing list