* elf.c (_bfd_elf_make_section_from_shdr): Set SEC_THREAD_LOCAL
[platform/upstream/binutils.git] / gas / testsuite / gas / i386 / tlspic.d
1 #objdump: -dr
2 #name: i386 non-pic tls
3
4 .*: +file format .*
5
6 Disassembly of section .text:
7
8 0+000 <fn>:
9    0:   55 [    ]*push   %ebp
10    1:   89 e5 [         ]*mov    %esp,%ebp
11    3:   53 [    ]*push   %ebx
12    4:   50 [    ]*push   %eax
13    5:   e8 00 00 00 00 [        ]*call   a <fn\+0xa>
14    a:   5b [    ]*pop    %ebx
15    b:   81 c3 03 00 00 00 [     ]*add    \$0x3,%ebx
16 [       ]+d: R_386_GOTPC        _GLOBAL_OFFSET_TABLE_
17   11:   65 a1 00 00 00 00 [     ]*mov    %gs:0x0,%eax
18   17:   8d 76 00 [      ]*lea    0x0\(%esi\),%esi
19   1a:   2b 83 00 00 00 00 [     ]*sub    0x0\(%ebx\),%eax
20 [       ]+1c: R_386_TLS_IE_32   foo
21   20:   8b 5d fc [      ]*mov    0xfffffffc\(%ebp\),%ebx
22   23:   c9 [    ]*leave[        ]*
23   24:   c3 [    ]*ret[  ]*