OSDN Git Service

Add cortex-a7 specific routines.
authorChristopher Ferris <cferris@google.com>
Mon, 28 Nov 2016 19:09:49 +0000 (11:09 -0800)
committerChristopher Ferris <cferris@google.com>
Mon, 28 Nov 2016 20:49:36 +0000 (12:49 -0800)
commitecebb49ac636b90b3db48b7375c26c07c95fd104
treeed9e333921aeb6de3a82e3f32c8317ca7bdf9cb3
parent1eb0ecb5960a11b04bc36fdf85894e00ce1a1897
Add cortex-a7 specific routines.

Test: Changed angler target to use cortex-a7 and I compiled.
Test: Booted this version on angler and ran bionic-unit-tests.

Change-Id: Ice7f6ea38a2569582161a8e659d7877918c1a45a
libc/Android.bp
libc/arch-arm/cortex-a7/bionic/__strcat_chk.S [new file with mode: 0644]
libc/arch-arm/cortex-a7/bionic/__strcpy_chk.S [new file with mode: 0644]
libc/arch-arm/cortex-a7/bionic/memcpy.S [new file with mode: 0644]
libc/arch-arm/cortex-a7/bionic/memcpy_base.S [new file with mode: 0644]