summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/i386/x86-64-inval-seg.l
blob: adef5d41d4446b8ed45fa0934c4293174a78f9f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.*: Assembler messages:
.*:3: Error: .*
.*:4: Error: .*
.*:5: Error: .*
.*:6: Error: .*
GAS LISTING .*


   1 [ 	]*	.text
   2 [ 	]*# All the following should be illegal
   3 [ 	]*	movq	%ds,\(%rax\)
   4 [ 	]*	movl	%ds,\(%rax\)
   5 [ 	]*	movq	\(%rax\),%ds
   6 [ 	]*	movl	\(%rax\),%ds