de859f6b2a
As the 0.9.30.x stable releases only contain bugfixes, there isn't much sense in using the older 0.9.30.x releases instead of .3, so use a single 0.9.30.x config similar to how we do it for the kernel headers. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 lines
408 B
Diff
12 lines
408 B
Diff
--- uClibc-0.9.30/libc/sysdeps/linux/xtensa/setjmp.S.orig 2009-05-01 16:57:16.195893000 -0700
|
|
+++ uClibc-0.9.30/libc/sysdeps/linux/xtensa/setjmp.S 2009-05-01 16:58:03.885160000 -0700
|
|
@@ -86,7 +86,7 @@ ENTRY (__sigsetjmp)
|
|
/* Copy 0-8 words from the register overflow area. */
|
|
extui a3, a0, 30, 2
|
|
blti a3, 2, .Lendsj
|
|
- l32i a7, a1, 4
|
|
+ l32i a7, a5, 4
|
|
slli a4, a3, 4
|
|
sub a5, a7, a4
|
|
addi a6, a2, 16
|