modes/asm/ghash-armv4.pl: extend Apple fix to all clang cases.

Triggered by RT#3989.

(Imported from upstream's fbab8baddef8d3346ae40ff068871e2ddaf10270. This
doesn't seem to affect us, but avoid getting out of sync.)

Change-Id: I164e2a72e4b75e286ceaa03745ed9bcbf6c3e32e
Reviewed-on: https://boringssl-review.googlesource.com/6512
Reviewed-by: Adam Langley <agl@google.com>
This commit is contained in:
David Benjamin 2015-11-16 12:49:54 -05:00 committed by Adam Langley
parent f9c77dedfa
commit 780cd92b98

View File

@ -140,7 +140,7 @@ $code=<<___;
.text
.code 32
#ifdef __APPLE__
#ifdef __clang__
#define ldrplb ldrbpl
#define ldrneb ldrbne
#endif