]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/glibc/glibc-2.2.5/sh-setjmp-fix.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / glibc / glibc-2.2.5 / sh-setjmp-fix.patch
1
2 #
3 # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
4 #
5
6 --- glibc-2.2.5/sysdeps/sh/bits/setjmp.h~sh-setjmp-fix.patch    2004-09-03 19:00:33.000000000 -0500
7 +++ glibc-2.2.5/sysdeps/sh/bits/setjmp.h        2004-09-03 19:00:39.000000000 -0500
8 @@ -42,7 +42,9 @@
9    } __jmp_buf[1];
10  #endif
11  
12 +#if defined __USE_MISC || defined _ASM
13  #define JB_SIZE                (4 * 15)
14 +#endif
15  
16  /* Test if longjmp to JMPBUF would unwind the frame
17     containing a local variable at ADDRESS.  */