i386: Add tests for -malign-branch-boundary and -malign-branch
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / inval-seg.s
1 .text
2 # All the following should be illegal
3 movl %ds,(%eax)
4 movl (%eax),%ds
5
6 .intel_syntax noprefix
7 mov eax, es:foo:[eax]
8 mov eax, es:fs:foo:[eax]
9 mov eax, fs:foo:bar:[eax]
10 mov eax, fs:foo:gs:[eax]
11 mov eax, bar:gs:[eax]
This page took 0.032421 seconds and 4 git commands to generate.