eglibc: fix portability issues rpcgen and zic, fixes compile on darwin
[openwrt.git] / toolchain / eglibc / patches / 2.9 / 901-glibc_bug_7048.patch
1 http://sourceware.org/bugzilla/show_bug.cgi?id=7048
2
3 --- a/libc/sysdeps/i386/dl-tlsdesc.S
4 +++ b/libc/sysdeps/i386/dl-tlsdesc.S
5 @@ -128,8 +128,7 @@
6 .Lslow:
7 cfi_adjust_cfa_offset (28)
8 movl %ebx, 16(%esp)
9 - call __i686.get_pc_thunk.bx
10 - addl $_GLOBAL_OFFSET_TABLE_, %ebx
11 + LOAD_PIC_REG(bx)
12 call ___tls_get_addr@PLT
13 movl 16(%esp), %ebx
14 jmp .Lret
This page took 0.05727 seconds and 5 git commands to generate.