1#source: tlsindntpoff.s
2#as: --32
3#ld: -melf_i386
4#objdump: -drj.text
5#target: i?86-*-*
6
7.*: +file format elf32-i386.*
8
9Disassembly of section .text:
10
11[0-9a-f]+000 <_start>:
12 +[0-9a-f]+000:	39 d8[ 	]+cmp    %ebx,%eax
13 +[0-9a-f]+002:	73 08[ 	]+jae    [0-9a-f]+00c <_start\+0xc>
14 +[0-9a-f]+004:	b8 fc ff ff ff[ 	]+mov    \$0xfffffffc,%eax
15 +[0-9a-f]+009:	65 8b 00[ 	]+mov    %gs:\(%eax\),%eax
16 +[0-9a-f]+00c:	c3[ 	]+ret *
17