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] |
Hide __get_sp. Bug: 11156955 Change-Id: I55d8d320521e80c2085af28933a18b00cf5c714e
diff --git a/libc/arch-mips/bionic/__get_sp.S b/libc/arch-mips/bionic/__get_sp.S index d4b278b..5f5d32e 100644 --- a/libc/arch-mips/bionic/__get_sp.S +++ b/libc/arch-mips/bionic/__get_sp.S
@@ -28,8 +28,7 @@ #include <private/bionic_asm.h> -// void* __get_sp() -ENTRY(__get_sp) +ENTRY_PRIVATE(__get_sp) move v0, sp j ra END(__get_sp)