platform_bionic/libc/arch-mips/bionic
Christopher Ferris 7a3681e5b6 Move libc_log code into libasync_safe.
This library is used by a number of different libraries in the system.
Make it easy for platform libraries to use this library and create
an actual exported include file.

Change the names of the functions to reflect the new name of the library.

Run clang_format on the async_safe_log.cpp file since the formatting is
all over the place.

Bug: 31919199

Test: Compiled for angler/bullhead, and booted.
Test: Ran bionic unit tests.
Test: Ran the malloc debug tests.
Change-Id: I8071bf690c17b0ea3bc8dc5749cdd5b6ad58478a
2017-05-03 08:50:43 -07:00
..
__bionic_clone.S Use ENTRY_PRIVATE in __bionic_clone assembler. 2016-10-26 17:01:58 -07:00
_exit_with_stack_teardown.S Hide _exit_with_stack_teardown. 2014-05-16 16:17:44 -07:00
cacheflush.cpp Move libc_log code into libasync_safe. 2017-05-03 08:50:43 -07:00
crtbegin.c Unregister pthread_atfork handlers on dlclose() 2015-04-24 17:57:37 -07:00
libgcc_compat.c Update libgcc_compat.c file for mips32 arch 2016-03-01 15:22:17 +01:00
setjmp.S Add a checksum to jmp_buf on mips and mips64. 2016-03-28 14:54:49 +00:00
syscall.S Ensure __set_errno is still visible on LP32. 2014-09-08 16:46:50 -07:00
vfork.S [MIPS] Invalidate cached pid in vfork. 2015-08-12 02:28:05 +00:00