This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

another alpha typo


Ho hum.  Committed.


r~


        * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: Fix typo.

Index: rt_sigaction.S
===================================================================
RCS file: /cvs/glibc/libc/sysdeps/unix/sysv/linux/alpha/rt_sigaction.S,v
retrieving revision 1.7
diff -c -p -d -u -r1.7 rt_sigaction.S
--- rt_sigaction.S	6 Jun 2003 05:54:15 -0000	1.7
+++ rt_sigaction.S	13 Jan 2004 20:45:12 -0000
@@ -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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]