* sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Use LOAD_PIC_REG
instead of doing things manually.
This commit is contained in:
parent
261d16fece
commit
71885b7a91
@ -1,3 +1,8 @@
|
||||
2008-11-24 Arkadiusz Miśkiewicz <arekm@maven.pl>
|
||||
|
||||
* sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Use LOAD_PIC_REG
|
||||
instead of doing things manually.
|
||||
|
||||
2008-11-26 Chris Steel <chris.steel.lnx@googlemail.com>
|
||||
|
||||
* posix/regex_internal.h (build_wcs_upper_buffer):
|
||||
|
@ -128,8 +128,7 @@ _dl_tlsdesc_dynamic:
|
||||
.Lslow:
|
||||
cfi_adjust_cfa_offset (28)
|
||||
movl %ebx, 16(%esp)
|
||||
call __i686.get_pc_thunk.bx
|
||||
addl $_GLOBAL_OFFSET_TABLE_, %ebx
|
||||
LOAD_PIC_REG (bx)
|
||||
call ___tls_get_addr@PLT
|
||||
movl 16(%esp), %ebx
|
||||
jmp .Lret
|
||||
|
Loading…
x
Reference in New Issue
Block a user