diff options
author | Richard Henderson <rth@redhat.com> | 2004-01-13 20:47:01 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 2004-01-13 20:47:01 +0000 |
commit | 17aff4c814946d2fbe99e9902d72e6bfddcae9c6 (patch) | |
tree | 3559eaefa5893008d5080f37cbcc9930cac986a8 | |
parent | 2d548c4f2f3ab8af65b2529640d38757f5d69b43 (diff) | |
download | glibc-17aff4c814946d2fbe99e9902d72e6bfddcae9c6.tar glibc-17aff4c814946d2fbe99e9902d72e6bfddcae9c6.tar.gz glibc-17aff4c814946d2fbe99e9902d72e6bfddcae9c6.tar.bz2 glibc-17aff4c814946d2fbe99e9902d72e6bfddcae9c6.zip |
* 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.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/alpha/rt_sigaction.S | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -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 diff --git a/sysdeps/unix/sysv/linux/alpha/rt_sigaction.S b/sysdeps/unix/sysv/linux/alpha/rt_sigaction.S index 3e02a661e7..aad988b6c6 100644 --- a/sysdeps/unix/sysv/linux/alpha/rt_sigaction.S +++ b/sysdeps/unix/sysv/linux/alpha/rt_sigaction.S @@ -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 |