No description
Find a file
Christopher Ferris 6869d26ad9 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 d11eac3455)

Change-Id: I93704c721d98d569922f606f214069bda24872ba
2014-10-06 16:41:46 -07:00
benchmarks Switch benchmarks and tests to libc++. 2014-09-30 10:28:30 -07:00
libc Force export symbols on all x86 variants in libc. 2014-10-06 16:41:46 -07:00
libdl Add a dummy libdl.a. 2014-09-26 15:23:07 -07:00
libm Add coverage flag for libm. 2014-09-30 16:56:43 -07:00
libstdc++ Fix filename in comment in cmath 2014-09-14 16:41:31 +02:00
linker Resolve "unused DT entry" warnings for x86_64 2014-10-06 11:32:19 -07:00
tests Merge "cdefs.h: add artificial attribute to FORTIFY_SOURCE functions" 2014-10-06 23:21:04 +00:00
.gitignore Merge memory checking functionality from sandbox 2010-02-16 11:43:18 -08:00
ABI-bugs.txt PTHREAD_KEYS_MAX cleanup. 2013-12-12 12:51:08 -08:00
Android.mk Remove the simulator target from all makefiles. 2011-07-11 22:11:41 -07:00
CleanSpec.mk Make jemalloc the default choice. 2014-07-11 11:01:30 -07:00
HACKING.txt Rewrite syslog(3) to use Android logging. 2014-07-21 16:56:48 -07:00