projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7b9e7b
)
modes/asm/ghash-armv4.pl: address "infixes are deprecated" warnings.
author
Andy Polyakov
<appro@openssl.org>
Fri, 29 Jun 2018 15:48:54 +0000
(17:48 +0200)
committer
Andy Polyakov
<appro@openssl.org>
Sun, 1 Jul 2018 09:54:00 +0000
(11:54 +0200)
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6615)
(cherry picked from commit
ce5eb5e8149d8d03660575f4b8504c993851988a
)
crypto/modes/asm/ghash-armv4.pl
patch
|
blob
|
history
diff --git
a/crypto/modes/asm/ghash-armv4.pl
b/crypto/modes/asm/ghash-armv4.pl
index 7d880c94a7cfd2642d4dda11a8eae2b20672a25f..426ef30a75d20500961b6604cf3f28d4d257b99e 100644
(file)
--- a/
crypto/modes/asm/ghash-armv4.pl
+++ b/
crypto/modes/asm/ghash-armv4.pl
@@
-145,6
+145,8
@@
$code=<<___;
.text
#if defined(__thumb2__) || defined(__clang__)
.syntax unified
+#define ldrplb ldrbpl
+#define ldrneb ldrbne
#endif
#if defined(__thumb2__)
.thumb
@@
-152,11
+154,6
@@
$code=<<___;
.code 32
#endif
-#ifdef __clang__
-#define ldrplb ldrbpl
-#define ldrneb ldrbne
-#endif
-
.type rem_4bit,%object
.align 5
rem_4bit: