diff options
Diffstat (limited to 'libc/arch-arm/bionic/libgcc_compat.c')
| -rw-r--r-- | libc/arch-arm/bionic/libgcc_compat.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libc/arch-arm/bionic/libgcc_compat.c b/libc/arch-arm/bionic/libgcc_compat.c index d184566..a5cb219 100644 --- a/libc/arch-arm/bionic/libgcc_compat.c +++ b/libc/arch-arm/bionic/libgcc_compat.c @@ -66,7 +66,7 @@ * any native shared library generated with it should now be safe from that * problem. On the other hand, existing shared libraries distributed with * applications that were generated with a previous version of the NDK - * still need all 1.5/1.6 helper functions in libc.so and libn.so + * still need all 1.5/1.6 helper functions in libc.so and libm.so * * After 3.2, the toolchain was updated again, adding __aeabi_f2uiz to the * list of requirements. Technically, this is due to mis-linked NDK libraries @@ -113,6 +113,8 @@ XX(__aeabi_l2d) \ XX(__aeabi_l2f) \ XX(__aeabi_lmul) \ + XX(__aeabi_llsl) \ + XX(__aeabi_llsr) \ XX(__aeabi_ui2d) \ XX(__aeabi_ui2f) \ XX(__aeabi_ul2d) \ |
