projects
/
platform
/
upstream
/
linaro-glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4df2884
)
* sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: Fix .prologue; non...
author
Richard Henderson
<rth@redhat.com>
Sun, 23 Aug 1998 04:07:48 +0000
(
04:07
+0000)
committer
Richard Henderson
<rth@redhat.com>
Sun, 23 Aug 1998 04:07:48 +0000
(
04:07
+0000)
sysdeps/unix/sysv/linux/alpha/rt_sigaction.S
patch
|
blob
|
history
diff --git
a/sysdeps/unix/sysv/linux/alpha/rt_sigaction.S
b/sysdeps/unix/sysv/linux/alpha/rt_sigaction.S
index
3959e5d
..
5697584
100644
(file)
--- a/
sysdeps/unix/sysv/linux/alpha/rt_sigaction.S
+++ b/
sysdeps/unix/sysv/linux/alpha/rt_sigaction.S
@@
-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)