Subject: sun-lamp CVS commits
To: None <source-changes>
From: The Source Master <srcmastr>
List: source-changes
Date: 08/03/1994 22:10:03
chopps
Wed Aug 3 22:00:55 PDT 1994
Update of /b/source/CVS/src/lib/libc/arch/m68k/gen
In directory sun-lamp.cs.berkeley.edu:/f/users/chopps/cur/libc/arch/m68k/gen
Modified Files:
setjmp.S
Log Message:
inline call to sigreturn original idea from jason downs <downsj@CSOS.ORST.EDU>
we want this to be done for everything including non-PIC code as longjmp()
does non-standard things with regs and wouldn't like it if the user replaced
the sigreturn() stub.
chopps
Wed Aug 3 22:02:33 PDT 1994
Update of /b/source/CVS/src/lib/libc/arch/m68k
In directory sun-lamp.cs.berkeley.edu:/f/users/chopps/cur/libc/arch/m68k
Modified Files:
SYS.h
Log Message:
fixed ld.so to properly save all regs when binding PIC functions. We no
longer need the special case (PIC) code to push args when calling cerror.
chopps
Wed Aug 3 22:02:50 PDT 1994
Update of /b/source/CVS/src/lib/libc/arch/m68k/sys
In directory sun-lamp.cs.berkeley.edu:/f/users/chopps/cur/libc/arch/m68k/sys
Modified Files:
brk.S cerror.S exect.S ptrace.S sbrk.S sigprocmask.S
sigreturn.S sigsuspend.S syscall.S
Log Message:
fixed ld.so to properly save all regs when binding PIC functions. We no
longer need the special case (PIC) code to push args when calling cerror.
------------------------------------------------------------------------------