Don't allow movabs with relocation in x32 mode.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / ilp32 / inval.l
1 .*: Assembler messages:
2 .*:3: Error: .*
3 .*:4: Error: .*
4 GAS LISTING .*
5
6
7 [ ]*1[ ]+\.text
8 [ ]*2[ ]+\# All the following should be illegal for x32
9 [ ]*3[ ]+\?\?\?\? 48A10000 movabs xxx,%rax
10 \*\*\*\* Error:'movabs' isn't supported in x[ ]*32[ ]+mode
11 [ ]*3[ ]+00000000
12 [ ]*3[ ]+0000
13 [ ]*4[ ]+\?\?\?\? 48A10000 movabs foo,%rax
14 \*\*\*\* Error:'movabs' isn't supported in x[ ]*32[ ]+mode
15 [ ]*4[ ]+00000000
16 [ ]*4[ ]+0000
17 [ ]*5[ ]+
18 [ ]*6[ ]+\.data
19 [ ]*7[ ]+xxx:
20 [ ]*8[ ]+\?\?\?\? 00 \.byte 0
This page took 0.040626 seconds and 4 git commands to generate.