platform_bionic/libc/arch-x86
Yi Kong 165b1cf57b Switch libc to libcrt.builtins
With the switch to libcrt.builtins, some symbols no longer becomes
exported. Add dummy references to them to force them to be exported.
This is to maintain backwards binary compatibility with ancient Android
versions.

x86 and x86_64 crashes with libcrt, keep using libgcc for now.

Test: bionic-unit-tests
Bug: 29275768
Bug: 122993569
Change-Id: Ieab5af354e3924af4a03d888b28c6e75090cb613
2019-02-15 12:46:19 -08:00
..
atom/string Change memcpy ifunc to return memmove for x86 2018-11-13 14:23:19 -08:00
bionic Switch libc to libcrt.builtins 2019-02-15 12:46:19 -08:00
generic/string Use ifunc to dynamically dispatch libc routines for x86 2018-11-13 13:48:23 -08:00
silvermont/string Change memcpy ifunc to return memmove for x86 2018-11-13 14:23:19 -08:00
syscalls Fix SYSCALLS.TXT now clock_getres comes from the vdso. 2017-12-11 11:40:40 -08:00
dynamic_function_dispatch.cpp Change memcpy ifunc to return memmove for x86 2018-11-13 14:23:19 -08:00
static_function_dispatch.S Change memcpy ifunc to return memmove for x86 2018-11-13 14:23:19 -08:00