platform_bionic/libc/arch-arm/bionic
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
..
__get_pc.S Add missing symbol type directives. 2009-12-03 16:26:04 -08:00
__get_sp.S Add missing symbol type directives. 2009-12-03 16:26:04 -08:00
_exit_with_stack_teardown.S Add function marks and size indications 2011-02-17 09:07:25 -08:00
_setjmp.S Add function marks and size indications 2011-02-17 09:07:25 -08:00
atexit.S Enable functional DSO object destruction 2011-06-20 14:44:44 -07:00
atomics_arm.S Add function marks and size indications 2011-02-17 09:07:25 -08:00
clone.S Add function marks and size indications 2011-02-17 09:07:25 -08:00
crtbegin_dynamic.S Enable functional DSO object destruction 2011-06-20 14:44:44 -07:00
crtbegin_so.S Enable functional DSO object destruction 2011-06-20 14:44:44 -07:00
crtbegin_static.S Enable functional DSO object destruction 2011-06-20 14:44:44 -07:00
crtend.S auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
crtend_so.S Allow dlclose() to properly call static C++ destructors. 2010-07-01 23:09:28 -07:00
eabi.c Allow dlclose() to properly call static C++ destructors. 2010-07-01 23:09:28 -07:00
exidx_dynamic.c auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
exidx_static.c auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
ffs.S Merge changes I8c481c89,I791406f8,I5f09cef8 2011-02-18 15:22:27 -08:00
kill.S Add function marks and size indications 2011-02-17 09:07:25 -08:00
libgcc_compat.c libc: Add __aeabi_f2uiz to libgcc_compat.c 2011-08-22 19:53:10 +02:00
memcmp.S Add function marks and size indications 2011-02-17 09:07:25 -08:00
memcmp16.S Add function marks and size indications 2011-02-17 09:07:25 -08:00
memcpy.S Add function marks and size indications 2011-02-17 09:07:25 -08:00
memset.S Add function marks and size indications 2011-02-17 09:07:25 -08:00
setjmp.S Add function marks and size indications 2011-02-17 09:07:25 -08:00
sigsetjmp.S Add function marks and size indications 2011-02-17 09:07:25 -08:00
strcmp.S bionic: Add ARM optimized strcmp() 2011-04-20 15:39:43 +08:00
strcpy.S Add function marks and size indications 2011-02-17 09:07:25 -08:00
strlen.c auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
syscall.S auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
tkill.S Add function marks and size indications 2011-02-17 09:07:25 -08:00