x86: Add tests for -n option of x86 assembler
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-inval-seg.l
CommitLineData
4cc91dba
L
1.*: Assembler messages:
2.*:3: Error: .*
3.*:4: Error: .*
4.*:5: Error: .*
5.*:6: Error: .*
4d36230d
L
6.*:9: Error: .*
7.*:10: Error: .*
8.*:11: Error: .*
9.*:12: Error: .*
4cc91dba
L
10GAS LISTING .*
11
12
4d36230d
L
13[ ]*1[ ]+\.text
14[ ]*2[ ]+\# All the following should be illegal
15[ ]*3[ ]+movq %ds,\(%rax\)
16[ ]*4[ ]+movl %ds,\(%rax\)
17[ ]*5[ ]+movq \(%rax\),%ds
18[ ]*6[ ]+movl \(%rax\),%ds
19[ ]*7[ ]+
20[ ]*8[ ]+\.intel_syntax noprefix
21[ ]*9[ ]+mov eax, DWORD PTR fs:foobar:16
22[ ]*10[ ]+mov eax, DWORD PTR fs:foobar:barfoo:16
23[ ]*11[ ]+mov eax, DWORD PTR fs:ds:16
24[ ]*12[ ]+mov eax, DWORD PTR fs:ds:cs:16
This page took 0.551546 seconds and 4 git commands to generate.