x86/Intel: fix fallout from earlier template folding
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / notrackbad.l
index 0f8cf7d96bf23f7098476e73b5e605ade204a081..2271a92bf6ac3cff7bd9b0c9b309bc7ce8459343 100644 (file)
@@ -1,20 +1,11 @@
 .*: Assembler messages:
-.*:6: Error: expecting register indirect branch instruction after `notrack'
+.*:6: Error: expecting indirect branch instruction after `notrack'
 .*:6: Warning: skipping prefixes on this instruction
-.*:7: Error: expecting register indirect branch instruction after `notrack'
-.*:7: Warning: skipping prefixes on this instruction
-.*:9: Error: expecting register indirect branch instruction after `notrack'
-.*:10: Error: expecting register indirect branch instruction after `notrack'
-.*:11: Error: same type of prefix used twice
-.*:12: Error: expecting no other prefixes after `notrack'
-.*:13: Error: expecting no other prefixes after `notrack'
-.*:14: Error: expecting no other prefixes after `notrack'
-.*:17: Error: expecting register indirect branch instruction after `notrack'
-.*:18: Error: expecting register indirect branch instruction after `notrack'
-.*:19: Error: same type of prefix used twice
-.*:20: Error: expecting no other prefixes after `notrack'
-.*:21: Error: expecting no other prefixes after `notrack'
-.*:22: Error: expecting no other prefixes after `notrack'
+.*:7: Error: expecting indirect branch instruction after `notrack'
+.*:9: Error: same type of prefix used twice
+.*:10: Error: same type of prefix used twice
+.*:13: Error: same type of prefix used twice
+.*:14: Error: same type of prefix used twice
 GAS LISTING .*
 
 
@@ -24,30 +15,17 @@ GAS LISTING .*
 [      ]*4[    ]+\.text
 [      ]*5[    ]+_start:
 [      ]*6[    ]+\?\?\?\? [0-9A-F]*            notrack call foo
-\*\*\*\*  Error: expecting register indirect branch instruction after `notrack'
+\*\*\*\*  Error: expecting indirect branch instruction after `notrack'
 \*\*\*\*  Warning: skipping prefixes on this instruction
 [      ]*6[    ]+[0-9A-F]*
 [      ]*7[    ]+\?\?\?\? [0-9A-F]*            notrack jmp foo
-\*\*\*\*  Error: expecting register indirect branch instruction after `notrack'
-\*\*\*\*  Warning: skipping prefixes on this instruction
+\*\*\*\*  Error: expecting indirect branch instruction after `notrack'
 [      ]*7[    ]+[0-9A-F]*
 [      ]*8[    ]+
-[      ]*9[    ]+\?\?\?\? 3EFF10               notrack call \*\(%eax\)
-\*\*\*\*  Error: expecting register indirect branch instruction after `notrack'
-[      ]*10[   ]+\?\?\?\? 3EFF20               notrack jmp \*\(%eax\)
-\*\*\*\*  Error: expecting register indirect branch instruction after `notrack'
-[      ]*11[   ]+fs notrack call \*%eax
-[      ]*12[   ]+notrack fs call \*%eax
-[      ]*13[   ]+notrack bnd call \*%eax
-[      ]*14[   ]+notrack data16 call \*%eax
-[      ]*15[   ]+
-[      ]*16[   ]+\.intel_syntax noprefix
-[      ]*17[   ]+\?\?\?\? 3EFF10               notrack call \[eax\]
-\*\*\*\*  Error: expecting register indirect branch instruction after `notrack'
-[      ]*18[   ]+\?\?\?\? 3EFF20               notrack jmp \[eax\]
-\*\*\*\*  Error: expecting register indirect branch instruction after `notrack'
-[      ]*19[   ]+fs notrack call eax
-[      ]*20[   ]+notrack fs call eax
-[      ]*21[   ]+notrack bnd call eax
-[      ]*22.*[         ]+notrack data16 call eax
+[      ]*9[    ]+fs notrack call \*%eax
+[      ]*10[   ]+notrack fs call \*%eax
+[      ]*11[   ]+
+[      ]*12[   ]+\.intel_syntax noprefix
+[      ]*13[   ]+fs notrack call eax
+[      ]*14[   ]+notrack fs call eax
 #pass
This page took 0.028343 seconds and 4 git commands to generate.