diff options
| author | Elliott Hughes <enh@google.com> | 2013-08-02 22:39:08 +0000 |
|---|---|---|
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2013-08-02 22:39:08 +0000 |
| commit | a6ed05c1c4c787241b56df132e77512c64cbc595 (patch) | |
| tree | f07d328016652a7af293c533a581b20b9297c491 | |
| parent | e6345f1a1ec691690c69d5663ca8bb2b70240d93 (diff) | |
| parent | efddf44c8e75f2807437bf26e8117f86f2645454 (diff) | |
| download | bionic-a6ed05c1c4c787241b56df132e77512c64cbc595.zip bionic-a6ed05c1c4c787241b56df132e77512c64cbc595.tar.gz bionic-a6ed05c1c4c787241b56df132e77512c64cbc595.tar.bz2 | |
Merge "libgcc_compat: Introduce __aeabi_lasr for cortex-a9 and higher"
| -rw-r--r-- | libc/arch-arm/bionic/libgcc_compat.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libc/arch-arm/bionic/libgcc_compat.c b/libc/arch-arm/bionic/libgcc_compat.c index e4473f3..88ef83b 100644 --- a/libc/arch-arm/bionic/libgcc_compat.c +++ b/libc/arch-arm/bionic/libgcc_compat.c @@ -113,6 +113,7 @@ XX(__aeabi_idiv) \ XX(__aeabi_l2d) \ XX(__aeabi_l2f) \ + XX(__aeabi_lasr) \ XX(__aeabi_lmul) \ XX(__aeabi_llsl) \ XX(__aeabi_llsr) \ @@ -123,7 +124,7 @@ XX(__cmpdf2) \ XX(__divdf3) \ XX(__divsf3) \ - XX(__eqdf2) \ + XX(__eqdf2) \ XX(__extendsfdf2) \ XX(__fixdfsi) \ XX(__fixsfsi) \ |
