OSDN Git Service

Add __popcountsi2 to the function compat list.
authorBen Cheng <bccheng@google.com>
Fri, 20 Dec 2013 00:26:40 +0000 (16:26 -0800)
committerBen Cheng <bccheng@google.com>
Fri, 20 Dec 2013 00:26:40 +0000 (16:26 -0800)
commite3fb66dd0161902099af0fd381d14cda03368800
tree88793ebf71a3c0d4019dfe5f069a859b95ccb99d
parented96db2a4f2fe5683407c3571d037bb7325544da
Add __popcountsi2 to the function compat list.

This is needed if we use Clang to compile Bionic, which won't include
__popcountsi2 anymore as Clang generates inline instructions. However
prebuilt binary blobs still depend on libc.so to resolve __popcountsi2.

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