16 lines
344 B
Text
16 lines
344 B
Text
|
#source: tlsld1.s
|
||
|
#as: --32
|
||
|
#ld: -melf_i386 tmpdir/tlsld1
|
||
|
#objdump: -drw
|
||
|
#target: i?86-*-linux*
|
||
|
|
||
|
.*: +file format .*
|
||
|
|
||
|
Disassembly of section .text:
|
||
|
|
||
|
[a-f0-9]+ <_start>:
|
||
|
[ ]*[a-f0-9]+: 65 a1 00 00 00 00 mov %gs:0x0,%eax
|
||
|
[ ]*[a-f0-9]+: 90 nop
|
||
|
[ ]*[a-f0-9]+: 8d 74 26 00 lea 0x0\(%esi,%eiz,1\),%esi
|
||
|
#pass
|