i386: Add tests for -malign-branch-boundary and -malign-branch
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / inval-seg.l
1 .*: Assembler messages:
2 .*:3: Error: .*
3 .*:4: Error: .*
4 .*:7: Error: .*
5 .*:8: Error: .*
6 .*:9: Error: .*
7 .*:10: Error: .*
8 .*:11: Error: .*
9 GAS LISTING .*
10
11
12 [ ]*[1-9][0-9]*[ ]*\.text
13 [ ]*[1-9][0-9]*[ ]*# All the following should be illegal
14 [ ]*[1-9][0-9]*[ ]*movl %ds,\(%eax\)
15 [ ]*[1-9][0-9]*[ ]*movl \(%eax\),%ds
16 [ ]*[1-9][0-9]*[ ]*
17 [ ]*[1-9][0-9]*[ ]*\.intel_syntax noprefix
18 [ ]*[1-9][0-9]*[ ]*mov eax, es:foo:\[eax\]
19 [ ]*[1-9][0-9]*[ ]*mov eax, es:fs:foo:\[eax\]
20 [ ]*[1-9][0-9]*[ ]*mov eax, fs:foo:bar:\[eax\]
21 [ ]*[1-9][0-9]*[ ]*mov eax, fs:foo:gs:\[eax\]
22 [ ]*[1-9][0-9]*[ ]*mov eax, bar:gs:\[eax\]
This page took 0.030168 seconds and 4 git commands to generate.