]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/glibc/glibc-2.2.5/glibc-2.2.5-mips-clone-local-label.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 / glibc-2.2.5-mips-clone-local-label.patch
1
2 #
3 # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
4 #
5
6 --- glibc-2.2.5/sysdeps/unix/sysv/linux/mips/clone.S~glibc-2.2.5-mips-clone-local-label.patch   2004-09-03 19:00:33.000000000 -0500
7 +++ glibc-2.2.5/sysdeps/unix/sysv/linux/mips/clone.S    2004-09-03 19:00:38.000000000 -0500
8 @@ -63,7 +63,7 @@
9         syscall
10  
11         bnez            a3,error
12 -       beqz            v0,__thread_start
13 +       beqz            v0,.Lthread_start
14  
15         /* Successful return from the parent */
16         addiu           sp,32
17 @@ -85,6 +85,7 @@
18     debug info.  */
19  
20  ENTRY(__thread_start)
21 +.Lthread_start:
22         /* cp is already loaded.  */
23         .cprestore      16
24         /* The stackframe has been created on entry of clone().  */