mirror of
git://sourceware.org/git/glibc.git
synced 2025-02-17 13:00:43 +08:00
* sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: Fix typo.
2004-01-13 Richard Henderson <rth@redhat.com> * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: Fix typo.
This commit is contained in:
parent
2d548c4f2f
commit
17aff4c814
@ -1,3 +1,7 @@
|
||||
2004-01-13 Richard Henderson <rth@redhat.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: Fix typo.
|
||||
|
||||
2004-01-13 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/dl-execstack.c: Change interface. Add
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* Copyright (C) 1998, 2003 Free Software Foundation, Inc.
|
||||
/* Copyright (C) 1998, 2003, 2004 Free Software Foundation, Inc.
|
||||
This file is part of the GNU C Library.
|
||||
Contributed by Richard Henderson <rth@cygnus.com>, 1998
|
||||
|
||||
@ -45,7 +45,7 @@ ENTRY(__syscall_rt_sigaction)
|
||||
ldah a4, sigreturn(gp) !gprelhigh
|
||||
ldah t1, rt_sigreturn(gp) !gprelhigh
|
||||
lda a4, sigreturn(a4) !gprellow
|
||||
lda t1, rt_sigreturn(a4) !gprellow
|
||||
lda t1, rt_sigreturn(t1) !gprellow
|
||||
and t0, 0x00000040, t0 # SA_SIGINFO
|
||||
cmovne t0, t1, a4
|
||||
0: ldi v0, __NR_rt_sigaction
|
||||
|
Loading…
Reference in New Issue
Block a user