summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/m68k/bits/setjmp.h
Commit message (Collapse)AuthorAgeFilesLines
* shouldnt have trimmed the _ASM #if checkMike Frysinger2006-01-141-0/+4
|
* sync with glibcMike Frysinger2006-01-141-8/+8
|
* update copyright and license, add _BITS_SETJMP_H protection around the file, ↵Mike Frysinger2005-11-161-3/+24
| | | | make sure we are only included by setjmp.h and pthread.h, and fix casting of address/jumpbugf in _JMPBUF_UNWINDS
* Fixup JMPBUF_UNWINDS so that is will compile if used :-)David McCullough2002-09-171-1/+1
|
* Revert this file back to where it was so m68k can compile again.Eric Andersen2002-04-031-25/+22
| | | | | Oops. I'd hosed things up for m68k with the header file rework. -Erik
* Major rework of the include files to eliminate redundancyEric Andersen2002-03-011-22/+25
| | | | | and to better support each arch. This is a really big patch... -Erik
* Add in clone (untested)David McCullough2002-02-061-25/+22
| | | | | | | 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.
* Sync up m68k headersEric Andersen2001-11-141-28/+8
|
* Added __BEGIN_DECLS and __END_DECLS to the files that didn't haveDavid McCullough2001-07-111-0/+2
| | | | | | it and that I could see needed it. Should be pretty low impact as these are only defined when using C++.
* Quick fix to setjmp/longjmp/sigsetjmp etc to make them work.David McCullough2001-05-081-2/+7
| | | | This should really be fixed to fall into line with the other archs.
* Reduced the size of sigsets to the minimal needed. Apart from the size,David McCullough2001-02-261-0/+2
| | | | | it has the added advantage of giving the C++ build of m68k-elf-gcc a clean bill of health.
* uClibc working with 2.0.x and 2.4.x m68k uClinux kernels, the PICDavid McCullough2001-01-291-0/+11
| | | | stuff in crt0.S may not be quite right yet.
* Thanks to James Graves <jgraves@deltamobile.com>, we now haveEric Andersen2001-01-121-0/+46
a first pass at getting m68k working. It may have some problems, but should now be fairly close.