blob: c2c60baaa6c31ed0d1132239d6e9bf35141d0b48 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#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
|