x86: warn about insns exceeding the 15-byte limit
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / code64-inval.l
CommitLineData
da5f19a2
L
1.*: Assembler messages:
2.*:3: Error: unknown pseudo-op: `.code64'
3.*:4: Error: `movabs' is only supported in 64-bit mode
4.*:5: Error: `movabs' is only supported in 64-bit mode
5GAS LISTING .*
6
7
8[ ]*1[ ]+\.include "code64\.s"
9[ ]*1[ ]+\.text
10[ ]*2[ ]+_start:
11[ ]*3[ ]+\.code64
12[ ]*4[ ]+movabs 0x87654321, %al
13[ ]*5[ ]+movabs \$0x87654321, %rax
This page took 0.107089 seconds and 4 git commands to generate.