Go to file
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
crypto Mark OPENSSL_armcap_P as hidden in ARM asm. 2015-02-19 19:58:17 +00:00
doc Inital import. 2014-06-20 13:17:32 -07:00
include/openssl Remove X509_get_pubkey_parameters. 2015-02-17 23:15:47 +00:00
ssl Don't randomly print stuff to stderr. 2015-02-19 19:58:10 +00:00
tool Remove string.h from base.h. 2015-02-02 19:14:15 +00:00
util Add support for Chromium's JSON test result format. 2015-02-17 23:37:12 +00:00
.clang-format Inital import. 2014-06-20 13:17:32 -07:00
.gitignore Add generated documentation to .gitignore 2015-01-26 18:37:55 +00:00
BUILDING Update BUILDING documentation regarding Go. 2015-02-13 00:21:28 +00:00
CMakeLists.txt Fix standalone build on Win64. 2015-02-11 23:13:52 +00:00
codereview.settings Add a codereview.settings file. 2014-11-18 22:21:33 +00:00
STYLE Style guide tweaks. 2015-02-19 18:33:20 +00:00