mirror of
https://github.com/openssl/openssl.git
synced 2025-04-06 20:20:50 +08:00
Fix arm64 asm code back compatible issue with gcc 4.9.4
Fix: #20963 Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/20967)
This commit is contained in:
parent
a1c8edcfc9
commit
09bd0d05a6
@ -174,7 +174,7 @@ $code=<<___;
|
||||
|
||||
#if __ARM_MAX_ARCH__>=8
|
||||
___
|
||||
$code.=".arch armv8.2-a+crypto\n.text\n";
|
||||
$code.=".arch armv8-a+crypto\n.text\n";
|
||||
|
||||
$input_ptr="x0"; #argument block
|
||||
$bit_length="x1";
|
||||
|
@ -109,7 +109,6 @@ ___
|
||||
|
||||
$code=<<___;
|
||||
#include "arm_arch.h"
|
||||
.arch armv8.2-a
|
||||
.text
|
||||
___
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user