atom feed9 messages in org.freebsd.freebsd-alphaRe: Alpha world broken
FromSent OnAttachments
Gary PalmerMar 25, 1999 8:12 am 
Doug RabsonMar 25, 1999 10:43 am 
John BirrellMar 25, 1999 11:28 am 
John BirrellMar 25, 1999 11:30 am 
Gary PalmerMar 25, 1999 11:55 am 
Doug RabsonMar 25, 1999 3:17 pm 
Jordan K. HubbardMar 25, 1999 4:05 pm 
Jordan K. HubbardMar 25, 1999 4:08 pm 
Doug RabsonMar 26, 1999 12:54 am 
Subject:Re: Alpha world broken
From:John Birrell (jb@cimlogic.com.au)
Date:Mar 25, 1999 11:30:42 am
List:org.freebsd.freebsd-alpha

Doug Rabson wrote:

I have just committed this fix:

Index: sigpending.S =================================================================== RCS file: /home/ncvs/src/lib/libc/alpha/sys/sigpending.S,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 sigpending.S --- sigpending.S 1998/03/09 06:34:42 1.1.1.1 +++ sigpending.S 1999/03/25 18:41:48 @@ -29,8 +29,8 @@

#include "SYS.h"

-SYSCALL(sigpending) +PSYSCALL(sigpending) stl v0, 0(a0) mov zero, v0 RET -END(sigpending) +PEND(sigpending)

Thanks, I missed committing that file.

To Unsubscribe: send mail to majo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message