platform_bionic/libc/arch-mips/string
George Burgess IV 7cc779f15c libc: add clang FORTIFY support
This patch adds clang-style FORTIFY to Bionic. For more information on
FORTIFY, please see https://goo.gl/8HS2dW . This implementation works
for versions of clang that don't support diagnose_if, so please see the
"without diagnose_if" sections. We plan to swap to a diagnose_if-based
FORTIFY later this year (since it doesn't really add any features; it
just simplifies the implementation a lot, and it gives us much prettier
diagnostics)

Bug: 32073964
Test: Builds on angler, bullhead, marlin, sailfish. Bionic CTS tests
pass on Angler and Bullhead.

Change-Id: I607aecbeee81529709b1eee7bef5b0836151eb2b
2017-02-09 15:49:32 -08:00
..
memcmp.c Fix mips build. 2015-01-27 11:09:27 -08:00
memcpy.S [MIPS] Add optimized string functions 2015-06-17 17:02:10 +02:00
memset.S [mips64] Call __memset_chk_fail correctly for mips64. 2016-04-28 17:13:07 +02:00
mips-string-ops.h MIPS support for libc. 2012-08-02 16:07:26 -07:00
mips_strlen.c libc: add clang FORTIFY support 2017-02-09 15:49:32 -08:00
strcmp.S [MIPS] Add optimized string functions 2015-06-17 17:02:10 +02:00
strlen.c libc: add clang FORTIFY support 2017-02-09 15:49:32 -08:00