History log of /bionic/libc/version_script.txt
Revision Date Author Comments
6b27e6e8e095fe288a450dbc9f42ea4ccec39ff0 08-May-2015 Dan Albert <danalbert@google.com> Revert "Fix volantis boot."

Bug: http://b/20065774
This reverts commit 76e1cbca75e9fdaf7a7943f2c58e65433b283f4a.

(cherry picked from commit 7c2c01d681d7f2faa256a263996a35ac3edc94b3)
7c2c01d681d7f2faa256a263996a35ac3edc94b3 08-May-2015 Dan Albert <danalbert@google.com> Revert "Fix volantis boot."

Bug: http://b/20065774
This reverts commit 76e1cbca75e9fdaf7a7943f2c58e65433b283f4a.
76e1cbca75e9fdaf7a7943f2c58e65433b283f4a 03-Apr-2015 Elliott Hughes <enh@google.com> Fix volantis boot.

NVIDIA binary blobs are assuming that __cache_clear, _Unwind_Backtrace,
and _Unwind_GetIP are all in some library that they link, but now we've
cleaned up this leakage, they're no longer getting it. Deliberately leak
the symbols from libc.so until we get new blobs.

Bug: http://b/20065774
Change-Id: I92ef07b2bce8d1ad719bf40dab41d745cd6904d4
d6bf3d5e19f192dc1949b573d931d487c42730fa 02-Apr-2015 Dan Albert <danalbert@google.com> Don't export new/delete from libc shared libraries.

This used to be handled by -fvisibility=hidden on libc_cxa, but that
was broken by the resolution of https://llvm.org/PR22419 (introduced
to Android in today's clang update).

Now we just use a version script that prevents these from being
re-exported from our shared libraries.

Change-Id: Ib290e1d0d7426e09ad17a91178162fff6dbdcfa9