x86: adjust ignored prefix warning for branches
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / notrackbad.l
1 .*: Assembler messages:
2 .*:6: Error: expecting indirect branch instruction after `notrack'
3 .*:6: Warning: skipping prefixes on `call'
4 .*:7: Error: expecting indirect branch instruction after `notrack'
5 .*:9: Error: same type of prefix used twice
6 .*:10: Error: same type of prefix used twice
7 .*:13: Error: same type of prefix used twice
8 .*:14: Error: same type of prefix used twice
9 GAS LISTING .*
10
11
12 [ ]*1[ ]+\# Check 32bit unsupported NOTRACK prefix
13 [ ]*2[ ]+
14 [ ]*3[ ]+\.allow_index_reg
15 [ ]*4[ ]+\.text
16 [ ]*5[ ]+_start:
17 [ ]*6[ ]+\?\?\?\? [0-9A-F]* notrack call foo
18 \*\*\*\* Error: expecting indirect branch instruction after `notrack'
19 \*\*\*\* Warning: skipping prefixes on `call'
20 [ ]*6[ ]+[0-9A-F]*
21 [ ]*7[ ]+\?\?\?\? [0-9A-F]* notrack jmp foo
22 \*\*\*\* Error: expecting indirect branch instruction after `notrack'
23 [ ]*7[ ]+[0-9A-F]*
24 [ ]*8[ ]+
25 [ ]*9[ ]+fs notrack call \*%eax
26 [ ]*10[ ]+notrack fs call \*%eax
27 [ ]*11[ ]+
28 [ ]*12[ ]+\.intel_syntax noprefix
29 [ ]*13[ ]+fs notrack call eax
30 [ ]*14[ ]+notrack fs call eax
31 #pass
This page took 0.034138 seconds and 4 git commands to generate.