OSDN Git Service

Add __aeabi_idiv to the dummy reference list.
authorBen Cheng <bccheng@google.com>
Mon, 14 Jan 2013 19:26:51 +0000 (11:26 -0800)
committerBen Cheng <bccheng@google.com>
Mon, 14 Jan 2013 19:27:29 +0000 (11:27 -0800)
commita4e964d2000cbea6aad315b1c9a95bfa07cf62e3
tree80ed3c7e76a41adb0c01f98c1f2202d80c5a0f88
parent00ab4eb0db54ba36176cb0897cdc5f23f7ade64e
Add __aeabi_idiv to the dummy reference list.

If the platform code is compiled with -mcpu=cortex-a15, then without this
change prebuilt libraries built against -march=armv7 cannot resolve the
dependency on __aeabi_idiv (provided by libgcc.a).

Bug: 7961327

Change-Id: I0a05ce9c44e44d39b8ce1f0e319e2d37a010f3c7
libc/arch-arm/bionic/libgcc_compat.c