am 9f0a52e4: Merge "Hide __get_sp."

* commit '9f0a52e4e5afc20a61230e6cbfe735606bff7e0c':
  Hide __get_sp.
This commit is contained in:
Elliott Hughes 2014-05-21 15:24:33 +00:00 committed by Android Git Automerger
commit 7a611f184d
6 changed files with 6 additions and 7 deletions

View File

@ -28,7 +28,7 @@
#include <private/bionic_asm.h>
ENTRY(__get_sp)
ENTRY_PRIVATE(__get_sp)
mov r0, sp
bx lr
END(__get_sp)

View File

@ -28,7 +28,7 @@
#include <private/bionic_asm.h>
ENTRY(__get_sp)
ENTRY_PRIVATE(__get_sp)
mov x0, sp
ret
END(__get_sp)

View File

@ -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)

View File

@ -28,7 +28,7 @@
#include <private/bionic_asm.h>
ENTRY(__get_sp)
ENTRY_PRIVATE(__get_sp)
move v0, sp
j ra
END(__get_sp)

View File

@ -28,7 +28,7 @@
#include <private/bionic_asm.h>
ENTRY(__get_sp)
ENTRY_PRIVATE(__get_sp)
mov %esp, %eax
ret
END(__get_sp)

View File

@ -28,7 +28,7 @@
#include <private/bionic_asm.h>
ENTRY(__get_sp)
ENTRY_PRIVATE(__get_sp)
mov %rsp, %rax
ret
END(__get_sp)