]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android-sdk/platform-bionic.git/commit
Force export symbols on all x86 variants in libc.
authorChristopher Ferris <cferris@google.com>
Mon, 6 Oct 2014 22:11:28 +0000 (15:11 -0700)
committerChristopher Ferris <cferris@google.com>
Mon, 6 Oct 2014 23:41:46 +0000 (16:41 -0700)
commit6869d26ad9f0e42f7b8ca0a8a331e6119759d211
treef55f73366613064b0cebbc046649c156c68dc28d
parentb5cba6081bc9179d3ea2aa1bfd77dd8de1c88525
Force export symbols on all x86 variants in libc.

For silvermont, the __popcountsi2 symbol does not get exported by libc.
But for atom, this symbol is exported. Since we already exported this symbol
for previous releases, it's better to just follow through and force
the export, but only for 32 bit. x86 64 bit will not export this symbol.

Bug: 17681440

(cherry picked from commit d11eac3455a059a092ceee92eda9905e1d661e94)

Change-Id: I93704c721d98d569922f606f214069bda24872ba
libc/arch-x86/bionic/libgcc_compat.c [new file with mode: 0644]
libc/arch-x86/x86.mk
libc/tools/genlibgcc_compat.py