Use ALIAS_SYMBOL for assembler aliasing.
Change-Id: I8d04d2da0a1ac440cc9044fc819c9a8eda5ff17d
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user