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:
047d97a
)
modes/asm/ghash-armv4.pl: improve interoperability with Android NDK.
author
Andy Polyakov
<appro@openssl.org>
Sat, 27 Aug 2016 18:22:03 +0000
(20:22 +0200)
committer
Andy Polyakov
<appro@openssl.org>
Sat, 3 Sep 2016 08:41:52 +0000
(10:41 +0200)
Reviewed-by: Tim Hudson <tjh@openssl.org>
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 db56c859280202821127c739b002b46b6414815e..7d880c94a7cfd2642d4dda11a8eae2b20672a25f 100644
(file)
--- a/
crypto/modes/asm/ghash-armv4.pl
+++ b/
crypto/modes/asm/ghash-armv4.pl
@@
-143,8
+143,10
@@
$code=<<___;
#include "arm_arch.h"
.text
-#if defined(__thumb2__)
+#if defined(__thumb2__)
|| defined(__clang__)
.syntax unified
+#endif
+#if defined(__thumb2__)
.thumb
#else
.code 32