summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/microblaze/bits/setjmp.h
Commit message (Collapse)AuthorAgeFilesLines
* microblaze: Fix setjmp/longjmpSteven J. Magnani2010-11-101-3/+7
| | | | | | | Some state and registers are missing from setjmp/longjmp handling. Signed-off-by: Steven J. Magnani <steve@digidescorp.com> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* - trim any trailing whitespaceBernhard Reutner-Fischer2008-07-231-1/+1
|
* we want to compare the register value itself, not the address of the ↵Mike Frysinger2005-11-171-1/+1
| | | | variable holding the register value
* update copyright and license, add _BITS_SETJMP_H protection around the file, ↵Mike Frysinger2005-11-161-2/+7
| | | | make sure we are only included by setjmp.h and pthread.h, and fix casting of address/jumpbugf in _JMPBUF_UNWINDS
* Microblaze port from the uClinux-dist,David McCullough2003-10-141-0/+38
contributed by John Williams <jwilliams@itee.uq.edu.au>