summaryrefslogtreecommitdiffstats
path: root/crypto/sm3
diff options
context:
space:
mode:
authorXiaokang Qian <xiaokang.qian@arm.com>2023-05-15 09:14:39 +0000
committerPauli <pauli@openssl.org>2023-05-31 10:50:28 +1000
commit09bd0d05a6ab9eb4965763c100edf9b86ae03d2b (patch)
tree2eff70f02a84ec13bf4c0462246a6eacf2c59e77 /crypto/sm3
parenta1c8edcfc907a84d2595bc52ea7a43f4b33c7339 (diff)
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)
Diffstat (limited to 'crypto/sm3')
-rw-r--r--crypto/sm3/asm/sm3-armv8.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/sm3/asm/sm3-armv8.pl b/crypto/sm3/asm/sm3-armv8.pl
index 729ca4fb31..56b4efd3bc 100644
--- a/crypto/sm3/asm/sm3-armv8.pl
+++ b/crypto/sm3/asm/sm3-armv8.pl
@@ -109,7 +109,6 @@ ___
$code=<<___;
#include "arm_arch.h"
-.arch armv8.2-a
.text
___