History log of /bionic/libc/arch-arm/bionic/__aeabi.c
Revision Date Author Comments
6d142bcf34ffd49efaf4285bb2af63a1636706f9 08-Jan-2016 Dimitry Ivanov <dimitry@google.com> Move __aeabi* symbols to LIBC_N version

We had these symbols incorrectly versioned as LIBC_PRIVATE
in M release. This change moves __aeabi* symbols from LIBC
to LIBC_N and adds __gnu_Unwind_Find_exidx to the list

Bug: https://github.com/android-ndk/ndk/issues/1
Change-Id: I0b353012adeacb00ae29ea10c63b9d1cf1cadbe7
6f72fdede8c820cabc5e823763dae34bcbeeb40b 06-Jan-2016 Dimitry Ivanov <dimitry@google.com> Fix gcc+arm builds

gcc requires unique names of symbols for .symver

Bug: http://b/26391427
Change-Id: I6392e34a45a37245fd4e53fb54243be73f443313
d90d067312ac9aaf82e272b4477f0ba71a9b0bdd 06-Jan-2016 Dimitry Ivanov <dimitry@google.com> Export public __aeabi* symbols as LIBC_PRIVATE

But keep LIBC as default version for them

Bug: http://b/26391427
Bug: http://b/26410625
Change-Id: I819e354bbba482d1f983d9be15c23fcce10e5dd9
690211fcf8a2665158c174c00e184cbcfa16ed28 27-Sep-2014 Dan Albert <danalbert@google.com> Make __aeabi_*() symbols weak.

This is needed to avoid multiple symbol definitions when linking with
libstdc++ or with compiler-rt.

Change-Id: I2f713bcff113222f0d2538e49691e715d8a8475d
c999f76977d2389a3e2dcbdd98f20d93c3193727 11-Jul-2014 Elliott Hughes <enh@google.com> Enable building libc with clang.

Bug: 16218205
Change-Id: I024de2044fe016412c7bead22c264e96be4cb39c