History log of /external/boringssl/linux-arm/crypto/sha/sha512-armv4.S
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e9ada863a7b3e81f5d2b1e3bdd2305da902a87f5 12-May-2015 Adam Langley <agl@google.com> external/boringssl: bump revision.

This change bumps the BoringSSL revision to the current tip-of-tree.

Change-Id: I91d5bf467e16e8d86cb19a4de873985f524e5faa
/external/boringssl/linux-arm/crypto/sha/sha512-armv4.S
13066f1c7a8aaacf80e8fe62f31526fa7cae8072 13-Feb-2015 Adam Langley <agl@google.com> Mark OPENSSL_armcap_P as hidden in asm files.

Without this, the linker says:
(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.

Change-Id: I9bb5f6b5f85c8de1ad5b6426cf27826976ce8248
/external/boringssl/linux-arm/crypto/sha/sha512-armv4.S
d9e397b599b13d642138480a28c14db7a136bf05 22-Jan-2015 Adam Langley <agl@google.com> Initial commit of BoringSSL for Android.
/external/boringssl/linux-arm/crypto/sha/sha512-armv4.S