bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gold/20308] Gold should support i386 TLS code sequences without PLT


From: hjl.tools at gmail dot com
Subject: [Bug gold/20308] Gold should support i386 TLS code sequences without PLT
Date: Wed, 17 Aug 2016 17:29:49 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=20308

--- Comment #10 from H.J. Lu <hjl.tools at gmail dot com> ---
(In reply to ncahill_alt from comment #9)
> Relocation section '.rel.text' at offset 0x2ec contains 12 entries:
>  Offset     Info    Type            Sym.Value  Sym. Name
> 00000002  00000b02 R_386_PC32        00000000   __x86.get_pc_thunk.bx
> 00000008  00000c0a R_386_GOTPC       00000000   _GLOBAL_OFFSET_TABLE_
> 00000012  00000d12 R_386_TLS_GD      00000000   gd
> 00000017  00000e04 R_386_PLT32       00000000   ___tls_get_addr
> 00000022  00000b02 R_386_PC32        00000000   __x86.get_pc_thunk.bx
> 00000028  00000c0a R_386_GOTPC       00000000   _GLOBAL_OFFSET_TABLE_
> 00000031  00000d12 R_386_TLS_GD      00000000   gd
> 00000036  00000e04 R_386_PLT32       00000000   ___tls_get_addr
> 00000051  00001102 R_386_PC32        00000000   __x86.get_pc_thunk.cx
> 00000057  00000c0a R_386_GOTPC       00000000   _GLOBAL_OFFSET_TABLE_
> 00000060  00000d12 R_386_TLS_GD      00000000   gd
> 00000066  00000e03 R_386_GOT32       00000000   ___tls_get_addr
> 
> CFLAGS = -O2 -fno-tree-slsr -march=athlon64 -mtune=core2 -fno-inline -pipe
> -funroll-loops -funswitch-loops
> CXXFLAGS = -g -O2
> LDFLAGS = -Wl,-O1
> 
> GCC is 5.2.0, i686-pc-linux-gnu-gcc

Please show the command line used to compile pr20308_gd.o.

BTW, did you run "make clean" first?

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]