boringssl/crypto/bn/asm
Adam Langley 16e38b2b8f Mark OPENSSL_armcap_P as hidden in ARM asm.
This is an import from ARM. Without this, one of the Android builds of
BoringSSL was failing with:
  (sha512-armv4.o): requires unsupported dynamic reloc R_ARM_REL32; recompile with -fPIC

This is (I believe) a very misleading error message. The R_ARM_REL32
relocation type is the correct type for position independent code. But
unless the target symbol is hidden then the linker doesn't know that
it's not going to be overridden by a different ELF module.

Chromium probably gets away with this because of different default
compiler flags than Android.

Change-Id: I967eabc4d6b33d1e6635caaf6e7a306e4e77c101
Reviewed-on: https://boringssl-review.googlesource.com/3471
Reviewed-by: Adam Langley <agl@google.com>
2015-02-19 19:58:17 +00:00
..
armv4-mont.pl Mark OPENSSL_armcap_P as hidden in ARM asm. 2015-02-19 19:58:17 +00:00
bn-586.pl
co-586.pl
rsaz-avx2.pl Add Broadwell performance results. 2015-01-26 18:35:35 +00:00
rsaz-x86_64.pl crypto/bn/asm/rsaz-*.pl: allow spaces in Perl path name. 2014-11-05 21:26:15 +00:00
x86_64-gcc.c Add in missing curly braces part 1. 2015-02-11 19:31:01 +00:00
x86_64-mont5.pl Fix out-of-bounds read in BN_mod_exp_mont_consttime. 2014-08-06 00:11:47 +00:00
x86_64-mont.pl x86_64 assembly pack: improve masm support. 2014-07-28 17:05:13 -07:00
x86-mont.pl OpenSSL: make final reduction in Montgomery multiplication constant-time. 2014-06-20 13:17:33 -07:00