mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
* sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: Fix .prologue; non-standard pv usage.
This commit is contained in:
parent
4df2884010
commit
ba3904fdf8
@ -37,7 +37,8 @@ ENTRY(__syscall_rt_sigaction)
|
||||
jsr AT, (AT), _mcount
|
||||
.set at
|
||||
#endif
|
||||
.prologue 1
|
||||
/* Indicate non-standard use of our PV. */
|
||||
.prologue 2
|
||||
|
||||
beq a1, 0f
|
||||
ldl t0, 8(a1) # sa_flags
|
||||
@ -79,6 +80,7 @@ rt_sigreturn:
|
||||
#else
|
||||
ENTRY(__syscall_rt_sigaction)
|
||||
ldgp $29,0($27)
|
||||
.prologue 1
|
||||
ldi $0,ENOSYS
|
||||
jmp __syscall_error
|
||||
END(__syscall_rt_sigaction)
|
||||
|
Loading…
Reference in New Issue
Block a user