From: Andy Polyakov Date: Fri, 29 Jun 2018 15:48:54 +0000 (+0200) Subject: modes/asm/ghash-armv4.pl: address "infixes are deprecated" warnings. X-Git-Tag: OpenSSL_1_1_0i~63 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a80f76aff4e0be3f5738cf9b292f940dc06a0e2a;p=oweals%2Fopenssl.git modes/asm/ghash-armv4.pl: address "infixes are deprecated" warnings. Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/6615) (cherry picked from commit ce5eb5e8149d8d03660575f4b8504c993851988a) --- diff --git a/crypto/modes/asm/ghash-armv4.pl b/crypto/modes/asm/ghash-armv4.pl index 7d880c94a7..426ef30a75 100644 --- 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: