platform_bionic/libc/arch-arm
David 'Digit' Turner 58246b7067 libc: Add __aeabi_f2uiz to libgcc_compat.c
This patch ensure that __aeabi_f2uiz is embedded in our C library.
This is needed to avoid breaking certain applications when they are
loaded in ICS. It is likely that the issue is due to mis-linked
binaries generated with the stand-alone toolchain (the problem
should not exist if you use ndk-build), but this fix is easier
than asking all app developers to fix their custom build system.

If you want more technical details, read the comments inside
libgcc_compat.c

Change-Id: I59ac1fc781ecb70b90b5573c5a3c67560ca8f270
2011-08-22 19:53:10 +02:00
..
bionic libc: Add __aeabi_f2uiz to libgcc_compat.c 2011-08-22 19:53:10 +02:00
include Add function marks and size indications 2011-02-17 09:07:25 -08:00
syscalls Add support for the utimensat(2) syscall to bionic. 2011-03-24 18:18:48 -07:00
syscalls.mk Add support for the utimensat(2) syscall to bionic. 2011-03-24 18:18:48 -07:00