summaryrefslogtreecommitdiff
path: root/lib/libc/arch/m88k/gen/sigsetjmp.S
AgeCommit message (Expand)Author
2013-01-20PIC-related code should follow the #ifdef __PIC__ line, not the #else line.Miod Vallat
2013-01-11Add END() directives to the various functions.Miod Vallat
2013-01-05Switch m88k ports to ELF.Miod Vallat
2012-08-12Fix almost ten-years old bug in siglongjmp(), which would not restore a signalMiod Vallat
2005-08-07zap rcsid.Marc Espie
2004-07-28Use less stack space for temporary storage and C code invocation, afterMiod Vallat
2003-12-24In the never-ending story of *setjmp bugs, fix a typo preventingMiod Vallat
2003-08-06In setjmp() and sigsetjmp(), be sure to return with r14 and r15 unchanged, asMiod Vallat
2003-08-01Fix the *longjmp() behaviour - it is legal to reuse a jmp_buf several times.Miod Vallat
2003-01-07Get static rcsid correctly, better style for .S files, trim whitespace.Miod Vallat
2003-01-04Fix *longjmp() return values.Miod Vallat
2003-01-02TyposMiod Vallat
2002-09-18Fix license and conformance with man page.Steve Murphree
1998-12-15correted sigsetjmp, setjump. Fixed MACHINE_ARCH vs. MACHINE stuff.Steve Murphree