commit | c3705f641507eafc170cd7a3fe98759e781e4594 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue May 20 20:22:50 2014 -0700 |
committer | Elliott Hughes <enh@google.com> | Tue May 20 20:22:50 2014 -0700 |
tree | 0079a84ceb4bc2fde453ab8c586efc06b3dd075b | |
parent | 3d2bc5d6c8f08e587a8dad848829f98776549ba6 [diff] [blame] |
Hide __get_sp. Bug: 11156955 Change-Id: I55d8d320521e80c2085af28933a18b00cf5c714e
diff --git a/libc/arch-arm/bionic/__get_sp.S b/libc/arch-arm/bionic/__get_sp.S index aabec6d..9ae6f24 100644 --- a/libc/arch-arm/bionic/__get_sp.S +++ b/libc/arch-arm/bionic/__get_sp.S
@@ -28,7 +28,7 @@ #include <private/bionic_asm.h> -ENTRY(__get_sp) +ENTRY_PRIVATE(__get_sp) mov r0, sp bx lr END(__get_sp)