summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/m88k/gen/_setjmp.S (follow)
Commit message (Expand)AuthorAgeFilesLines
* Switch from calling obsolete sig{block,setmask} to directly using theguenther2016-09-221-11/+2
* Stop supporting longjmperror(); it's not used, not portable, and the checksguenther2016-05-231-5/+3
* PIC-related code should follow the #ifdef __PIC__ line, not the #else line.miod2013-01-201-4/+4
* Add END() directives to the various functions.miod2013-01-111-2/+8
* Switch m88k ports to ELF.miod2013-01-051-56/+56
* Fix almost ten-years old bug in siglongjmp(), which would not restore a signalmiod2012-08-121-22/+13
* zap rcsid.espie2005-08-071-5/+1
* Use less stack space for temporary storage and C code invocation, aftermiod2004-07-281-6/+6
* Fix the *longjmp() behaviour - it is legal to reuse a jmp_buf several times.miod2003-08-011-12/+5
* Get static rcsid correctly, better style for .S files, trim whitespace.miod2003-01-071-6/+6
* Fix *longjmp() return values.miod2003-01-041-18/+18
* Typosmiod2003-01-021-4/+4
* Fix license and conformance with man page.smurph2002-09-181-12/+104
* correted sigsetjmp, setjump. Fixed MACHINE_ARCH vs. MACHINE stuff.smurph1998-12-151-0/+50