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 | df6e7e29ebcd57b6a6b856b2761e712fa38d5303 (patch) | |
tree | 4d46e13a1c5cbe48f0e2ea64d5d50c70b7f47b6f /sysdeps/unix | |
parent | b17d80b12f30adecf0eb60fc8e9025b4bbb0980f (diff) | |
download | glibc-df6e7e29ebcd57b6a6b856b2761e712fa38d5303.tar glibc-df6e7e29ebcd57b6a6b856b2761e712fa38d5303.tar.gz glibc-df6e7e29ebcd57b6a6b856b2761e712fa38d5303.tar.bz2 glibc-df6e7e29ebcd57b6a6b856b2761e712fa38d5303.zip |
* sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: Fix typo.
Diffstat (limited to 'sysdeps/unix')
-rw-r--r-- | sysdeps/unix/sysv/linux/alpha/rt_sigaction.S | 4 |
1 files changed, 2 insertions, 2 deletions
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 |