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:
a091e21
)
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:51:44 +0000
(11:51 +0200)
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6615)
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 9cc072e7c123281b58fe248b9ed7b718304f247f..9d8c98835ccd757fdd410620628029f166c1fbe7 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: