OSDN Git Service

libgcc_compat: Introduce __aeabi_lasr for cortex-a9 and higher
authorsynergydev <synergye@codefi.re>
Sun, 28 Jul 2013 21:43:00 +0000 (21:43 +0000)
committersynergydev <synergye@codefi.re>
Mon, 29 Jul 2013 23:55:08 +0000 (16:55 -0700)
This is needed when passing -mcpu=cortex-a9 or higher on a modern
toolchain for prebuilt library compatibility

Change-Id: I73eb2393377914ae26216a8c2828ad973d1c1225

libc/arch-arm/bionic/libgcc_compat.c

index e4473f3..88ef83b 100644 (file)
     XX(__aeabi_idiv)         \
     XX(__aeabi_l2d)          \
     XX(__aeabi_l2f)          \
+    XX(__aeabi_lasr)         \
     XX(__aeabi_lmul)         \
     XX(__aeabi_llsl)         \
     XX(__aeabi_llsr)         \
     XX(__cmpdf2)             \
     XX(__divdf3)             \
     XX(__divsf3)             \
-    XX(__eqdf2)             \
+    XX(__eqdf2)              \
     XX(__extendsfdf2)        \
     XX(__fixdfsi)            \
     XX(__fixsfsi)            \