Use ALIAS_SYMBOL for assembler aliasing.

Change-Id: I8d04d2da0a1ac440cc9044fc819c9a8eda5ff17d
This commit is contained in:
Christopher Ferris
2015-03-25 09:12:00 -07:00
parent f5e0ba94d9
commit 24958514b9
5 changed files with 10 additions and 25 deletions

View File

@@ -123,7 +123,5 @@ ENTRY(siglongjmp)
ret
END(siglongjmp)
.globl longjmp
.equ longjmp, siglongjmp
.globl _longjmp
.equ _longjmp, siglongjmp
ALIAS_SYMBOL(longjmp, siglongjmp)
ALIAS_SYMBOL(_longjmp, siglongjmp)