OSDN Git Service

Fix volantis boot.
authorElliott Hughes <enh@google.com>
Fri, 3 Apr 2015 18:27:53 +0000 (11:27 -0700)
committerElliott Hughes <enh@google.com>
Fri, 3 Apr 2015 19:37:03 +0000 (12:37 -0700)
commit76e1cbca75e9fdaf7a7943f2c58e65433b283f4a
tree71f98b1cf8521c3c2111bf375707d8aebf653cf9
parent06b6e3c51d38d70c5ca99f3a3f795697031ac27f
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
libc/Android.mk
libc/arch-arm64/arm64.mk
libc/arch-arm64/bionic/libgcc_compat.c [new file with mode: 0644]
libc/version_script.txt