summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/m68k/setjmp.S
AgeCommit message (Collapse)Author
2012-06-15change __HAVE_FPU__ to __UCLIBC_HAS_FPU__Peter S. Mazinger
add features.h where necessary Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
2012-06-15make use of jmpbuf-offsets.h and jmpbuf-unwind.hPeter S. Mazinger
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
2006-12-08Richard Sandiford writes: add support for init/fini arrays in shared flat ↵Mike Frysinger
libraries
2002-02-06Add in clone (untested)David McCullough
Fix up setjmp/longjmp which were quite broken not withstanding all the new versions. Needs a little more test time before I'll trust this code totally.
2001-05-08Quick fix to setjmp/longjmp/sigsetjmp etc to make them work.David McCullough
This should really be fixed to fall into line with the other archs.
2001-01-12Thanks to James Graves <jgraves@deltamobile.com>, we now haveEric Andersen
a first pass at getting m68k working. It may have some problems, but should now be fairly close.