bionic/libc
Dan Albert 697e261d4b Fix bionic_coverage for kati.
Kati won't override something set with :=, only ?=.

Note that the actually reveals that our coverage build has been broken
for... some time. The issue is that we have static libraries built
with clang and others built with gcc linked into the same .so. If we
use both libclang_rt.profile and libgcov together, we get duplicate
symbol errors. If we only use one or the other, we don't have all the
symbols we need.

This will be fixed once chh's TLS stuff makes it into our clang and we
can start building libc_thread_atexit_impl with clang.

Change-Id: I45d0f2e558a881ad8be71088102320724ced8fe5
2015-10-08 14:04:53 -07:00
..
arch-arm Merge "Add a no dwarf version of assembler macros." 2015-09-30 23:18:32 +00:00
arch-arm64 Implement setjmp cookies on AArch64. 2015-09-17 14:07:24 -07:00
arch-common/bionic Properly align init/fini_arrays for crtend.o 2015-05-07 11:57:53 -07:00
arch-mips Add preadv/pwritev. 2015-08-26 14:48:55 -07:00
arch-mips64 Add preadv/pwritev. 2015-08-26 14:48:55 -07:00
arch-x86 Add missing register preserve in x86/x86_64 longjmp. 2015-10-07 14:01:45 -07:00
arch-x86_64 Add missing register preserve in x86/x86_64 longjmp. 2015-10-07 14:01:45 -07:00
bionic Use foreach loop to match setuid unsafe env vars. 2015-10-02 11:31:09 -07:00
dns Fix alignment after variable-length data. 2015-07-06 14:43:28 -07:00
include Merge "Remove some <sys/cdefs.h> cruft." 2015-09-22 21:52:28 +00:00
kernel <netinet/udp.h> should include <linux/udp.h>. 2015-09-22 12:34:13 -07:00
private Merge "Add a no dwarf version of assembler macros." 2015-09-30 23:18:32 +00:00
stdio Don't use TEMP_FAILURE_RETRY on close in bionic. 2015-05-15 16:20:07 -07:00
stdlib name the atexit handler pages 2015-07-27 11:04:58 -07:00
tools Move tzdata scripts from bionic to external/icu 2015-08-24 18:25:05 +01:00
tzcode bionic: tzset running hot 2015-10-02 13:30:34 -07:00
upstream-dlmalloc Return total footprint, not high water mark. 2014-10-13 12:45:35 -07:00
upstream-freebsd Move several FreeBSD functions to OpenBSD. 2015-09-14 19:01:58 -07:00
upstream-netbsd Sync with upstream NetBSD lib/libc/regex. 2015-09-14 18:45:52 -07:00
upstream-openbsd Move several FreeBSD functions to OpenBSD. 2015-09-14 19:01:58 -07:00
zoneinfo Update timezone data to 2015f 2015-08-25 12:46:33 +01:00
Android.bp Fix bug number for linker related workarounds 2015-09-28 10:31:12 -07:00
Android.mk Fix bionic_coverage for kati. 2015-10-08 14:04:53 -07:00
crt.mk Make .note.android.ident section type SH_NOTE 2015-02-12 21:37:20 -08:00
libc.map Add preadv/pwritev. 2015-08-26 14:48:55 -07:00
MODULE_LICENSE_BSD
NOTICE Regenerate NOTICE files. 2015-08-28 20:23:52 -07:00
SYSCALLS.TXT Add preadv/pwritev. 2015-08-26 14:48:55 -07:00
version_script.txt Revert "Fix volantis boot." 2015-05-07 15:12:24 -07:00