am a7293ddb: am 7a611f18: am 9f0a52e4: Merge "Hide __get_sp."

* commit 'a7293ddb8da94cc823ec28b851f69ef2d99a70d4':
  Hide __get_sp.
This commit is contained in:
Elliott Hughes 2014-05-21 15:31:13 +00:00 committed by Android Git Automerger
commit 66af04b512
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)