]> git.pld-linux.org Git - packages/glibc.git/blob - glibc-load-reg.patch
- full path in daemon()
[packages/glibc.git] / glibc-load-reg.patch
1 --- libc-HEAD/sysdeps/i386/dl-tlsdesc.S.org     2008-11-17 18:17:04.004203199 +0100
2 +++ libc-HEAD/sysdeps/i386/dl-tlsdesc.S 2008-11-17 18:18:28.029877701 +0100
3 @@ -128,8 +128,7 @@
4  .Lslow:
5         cfi_adjust_cfa_offset (28)
6         movl    %ebx, 16(%esp)
7 -       call    __i686.get_pc_thunk.bx
8 -       addl    $_GLOBAL_OFFSET_TABLE_, %ebx
9 +       LOAD_PIC_REG(bx)
10         call    ___tls_get_addr@PLT
11         movl    16(%esp), %ebx
12         jmp     .Lret
This page took 0.036333 seconds and 3 git commands to generate.