modes/asm/ghash-armv4.pl: address "infixes are deprecated" warnings.
Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/6615)
This commit is contained in:
parent
a091e212fc
commit
ce5eb5e814
1 changed files with 2 additions and 5 deletions
|
@ -145,6 +145,8 @@ $code=<<___;
|
||||||
.text
|
.text
|
||||||
#if defined(__thumb2__) || defined(__clang__)
|
#if defined(__thumb2__) || defined(__clang__)
|
||||||
.syntax unified
|
.syntax unified
|
||||||
|
#define ldrplb ldrbpl
|
||||||
|
#define ldrneb ldrbne
|
||||||
#endif
|
#endif
|
||||||
#if defined(__thumb2__)
|
#if defined(__thumb2__)
|
||||||
.thumb
|
.thumb
|
||||||
|
@ -152,11 +154,6 @@ $code=<<___;
|
||||||
.code 32
|
.code 32
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __clang__
|
|
||||||
#define ldrplb ldrbpl
|
|
||||||
#define ldrneb ldrbne
|
|
||||||
#endif
|
|
||||||
|
|
||||||
.type rem_4bit,%object
|
.type rem_4bit,%object
|
||||||
.align 5
|
.align 5
|
||||||
rem_4bit:
|
rem_4bit:
|
||||||
|
|
Loading…
Reference in a new issue