i386: Also check R12-R15 registers when optimizing testq to testb
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / tlsnopic.d
CommitLineData
13ae64f3
JJ
1#objdump: -dr
2#name: i386 non-pic tls
3
4.*: +file format .*
5
6Disassembly of section .text:
7
80+000 <fn>:
9 0: 8b 15 00 00 00 00 [ ]*mov 0x0,%edx
10[ ]+2: R_386_32 .text
11 6: 81 c2 08 00 00 00 [ ]*add \$0x8,%edx
12[ ]+8: R_386_GOTPC _GLOBAL_OFFSET_TABLE_
13 c: 65 a1 00 00 00 00 [ ]*mov %gs:0x0,%eax
14 12: 2b 82 00 00 00 00 [ ]*sub 0x0\(%edx\),%eax
15[ ]+14: R_386_TLS_IE_32 foo
16 18: 65 a1 00 00 00 00 [ ]*mov %gs:0x0,%eax
17 1e: 2d 00 00 00 00 [ ]*sub \$0x0,%eax
18[ ]+1f: R_386_TLS_LE_32 bar
19 23: 65 8b 0d 00 00 00 00 [ ]*mov %gs:0x0,%ecx
20 2a: 90 [ ]*nop[ ]*
21 2b: 81 e9 00 00 00 00 [ ]*sub \$0x0,%ecx
22[ ]+2d: R_386_TLS_LE_32 baz
23 31: 65 8b 0d 00 00 00 00 [ ]*mov %gs:0x0,%ecx
ea397f5b
L
24 38: 90 [ ]*nop
25 39: 90 [ ]*nop
13ae64f3
JJ
26 3a: 8d 81 00 00 00 00 [ ]*lea 0x0\(%ecx\),%eax
27[ ]+3c: R_386_TLS_LE var
ea397f5b 28 40: 90 [ ]*nop
13ae64f3
JJ
29 41: 8d 91 00 00 00 00 lea 0x0\(%ecx\),%edx
30[ ]+43: R_386_TLS_LE var2
37e55690
JJ
31 47: a1 00 00 00 00 [ ]*mov 0x0,%eax
32[ ]+48: R_386_TLS_IE foo
33 4c: 65 8b 00 [ ]*mov %gs:\(%eax\),%eax
34 4f: 65 a1 00 00 00 00 [ ]*mov %gs:0x0,%eax
35 55: 03 05 00 00 00 00 [ ]*add 0x0,%eax
36 57: R_386_TLS_IE foo
37 5b: c3 [ ]*ret[ ]*
This page took 0.805093 seconds and 4 git commands to generate.