summaryrefslogtreecommitdiff
path: root/src/crypto/fipsmodule/modes/asm/ghash-armv4.pl
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/fipsmodule/modes/asm/ghash-armv4.pl')
-rw-r--r--src/crypto/fipsmodule/modes/asm/ghash-armv4.pl5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/crypto/fipsmodule/modes/asm/ghash-armv4.pl b/src/crypto/fipsmodule/modes/asm/ghash-armv4.pl
index e0b4ee07..e93e5b38 100644
--- a/src/crypto/fipsmodule/modes/asm/ghash-armv4.pl
+++ b/src/crypto/fipsmodule/modes/asm/ghash-armv4.pl
@@ -142,6 +142,11 @@ ___
$code=<<___;
#include <openssl/arm_arch.h>
+@ Silence ARMv8 deprecated IT instruction warnings. This file is used by both
+@ ARMv7 and ARMv8 processors and does not use ARMv8 instructions. (ARMv8 PMULL
+@ instructions are in aesv8-armx.pl.)
+.arch armv7-a
+
.text
#if defined(__thumb2__) || defined(__clang__)
.syntax unified