17 lines
403 B
Text
17 lines
403 B
Text
|
#source: tlsgd3.s
|
||
|
#as: --32
|
||
|
#ld: -melf_i386 tmpdir/tlsgd3
|
||
|
#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]+: 81 e8 04 00 00 00 sub \$0x4,%eax
|
||
|
[ ]*[a-f0-9]+: 65 a1 00 00 00 00 mov %gs:0x0,%eax
|
||
|
[ ]*[a-f0-9]+: 81 e8 04 00 00 00 sub \$0x4,%eax
|
||
|
#pass
|