mirror of
https://git.musl-libc.org/git/musl
synced 2025-10-05 21:12:41 +02:00
riscv: mark __restore and __restore_rt hidden
This commit is contained in:
committed by
Rich Felker
parent
f1cda422cd
commit
362fc54572
@@ -1,7 +1,9 @@
|
||||
.global __restore
|
||||
.hidden __restore
|
||||
.type __restore, %function
|
||||
__restore:
|
||||
.global __restore_rt
|
||||
.hidden __restore_rt
|
||||
.type __restore_rt, %function
|
||||
__restore_rt:
|
||||
li a7, 139 # SYS_rt_sigreturn
|
||||
|
@@ -1,7 +1,9 @@
|
||||
.global __restore
|
||||
.hidden __restore
|
||||
.type __restore, %function
|
||||
__restore:
|
||||
.global __restore_rt
|
||||
.hidden __restore_rt
|
||||
.type __restore_rt, %function
|
||||
__restore_rt:
|
||||
li a7, 139 # SYS_rt_sigreturn
|
||||
|
Reference in New Issue
Block a user