x86: Properly handle __ehdr_start
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / notrackbad.l
CommitLineData
04ef582a 1.*: Assembler messages:
9fef80d6 2.*:6: Error: expecting indirect branch instruction after `notrack'
04ef582a 3.*:6: Warning: skipping prefixes on this instruction
9fef80d6 4.*:7: Error: expecting indirect branch instruction after `notrack'
04ef582a 5.*:7: Warning: skipping prefixes on this instruction
9fef80d6
L
6.*:9: Error: same type of prefix used twice
7.*:10: Error: expecting no other prefixes after `notrack'
8.*:11: Error: expecting no other prefixes after `notrack'
04ef582a 9.*:12: Error: expecting no other prefixes after `notrack'
9fef80d6
L
10.*:15: Error: same type of prefix used twice
11.*:16: Error: expecting no other prefixes after `notrack'
12.*:17: Error: expecting no other prefixes after `notrack'
13.*:18: Error: expecting no other prefixes after `notrack'
04ef582a
L
14GAS LISTING .*
15
16
17[ ]*1[ ]+\# Check 32bit unsupported NOTRACK prefix
18[ ]*2[ ]+
19[ ]*3[ ]+\.allow_index_reg
20[ ]*4[ ]+\.text
21[ ]*5[ ]+_start:
6e92fed5 22[ ]*6[ ]+\?\?\?\? [0-9A-F]* notrack call foo
9fef80d6 23\*\*\*\* Error: expecting indirect branch instruction after `notrack'
04ef582a 24\*\*\*\* Warning: skipping prefixes on this instruction
6e92fed5
L
25[ ]*6[ ]+[0-9A-F]*
26[ ]*7[ ]+\?\?\?\? [0-9A-F]* notrack jmp foo
9fef80d6 27\*\*\*\* Error: expecting indirect branch instruction after `notrack'
04ef582a 28\*\*\*\* Warning: skipping prefixes on this instruction
6e92fed5 29[ ]*7[ ]+[0-9A-F]*
04ef582a 30[ ]*8[ ]+
9fef80d6
L
31[ ]*9[ ]+fs notrack call \*%eax
32[ ]*10[ ]+notrack fs call \*%eax
33[ ]*11[ ]+notrack bnd call \*%eax
34[ ]*12[ ]+notrack data16 call \*%eax
35[ ]*13[ ]+
36[ ]*14[ ]+\.intel_syntax noprefix
37[ ]*15[ ]+fs notrack call eax
38[ ]*16[ ]+notrack fs call eax
39[ ]*17[ ]+notrack bnd call eax
40[ ]*18[ ]+[\? 0-9A-F]*[ ]+notrack data16 call eax
6e92fed5 41#pass
This page took 0.037509 seconds and 4 git commands to generate.