17 lines
403 B
Plaintext
17 lines
403 B
Plaintext
#source: tlsgd1.s
|
|
#as: --32
|
|
#ld: -melf_i386 tmpdir/tlsgd1
|
|
#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
|