Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/lib/libc/arch/m68k/gen



Module Name:    src
Committed By:   cl
Date:           Sat Oct 25 17:13:57 UTC 2003

Modified Files:
        src/lib/libc/arch/m68k/gen: Makefile.inc __setjmp14.S
Added Files:
        src/lib/libc/arch/m68k/gen: __longjmp14.c

Log Message:
replace __longjmp14 asm-implementation with __longjmp14 C-implementation
uses setcontext instead of __sigreturn14
fixes longjmp/siglongjmp when !COMPAT_16


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 src/lib/libc/arch/m68k/gen/Makefile.inc
cvs rdiff -r0 -r1.1 src/lib/libc/arch/m68k/gen/__longjmp14.c
cvs rdiff -r1.5 -r1.6 src/lib/libc/arch/m68k/gen/__setjmp14.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index