commit | 32bbf8a63bb43a540cc0f1dd5037736d10b70e0b | [log] [tgz] |
---|---|---|
author | Nick Kralevich <nnk@google.com> | Wed Oct 02 16:54:58 2013 -0700 |
committer | Nick Kralevich <nnk@google.com> | Wed Oct 02 16:54:58 2013 -0700 |
tree | 8dc100c5ded5f7e5e26fea9f57e7ec81116a7e5e | |
parent | f741e1c2ed27f153e92a2a36c9db3b189f9a6388 [diff] [blame] |
libc: don't export unnecessary symbols Symbols associated with the internal implementation of memcpy like routines should be private. Change-Id: I2b1d1f59006395c29d518c153928437b08f93d16
diff --git a/libc/arch-arm/krait/bionic/memcpy_base.S b/libc/arch-arm/krait/bionic/memcpy_base.S index d87a542..cc1ab60 100644 --- a/libc/arch-arm/krait/bionic/memcpy_base.S +++ b/libc/arch-arm/krait/bionic/memcpy_base.S
@@ -35,7 +35,7 @@ // Assumes neon instructions and a cache line size of 32 bytes. -ENTRY(MEMCPY_BASE) +ENTRY_PRIVATE(MEMCPY_BASE) .cfi_startproc .save {r0, lr} .cfi_def_cfa_offset 8