gdb: Convert language la_word_break_characters field to a method
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-branch-4.l
CommitLineData
07f5af7d
L
1.*: Assembler messages:
2.*:2: Error: invalid instruction suffix for `call'
3.*:3: Error: invalid instruction suffix for `call'
4.*:4: Error: operand type mismatch for `jmp'
5.*:5: Error: invalid instruction suffix for `jmp'
6.*:6: Error: invalid instruction suffix for `jmp'
aeab2b26
JB
7.*:7: Error: invalid instruction suffix for `ret'
8.*:8: Error: invalid instruction suffix for `ret'
9.*:11: Error: operand type mismatch for `call'
10.*:12: Error: invalid instruction suffix for `call'
11.*:13: Error: invalid instruction suffix for `call'
12.*:14: Error: operand size mismatch for `call'
13.*:15: Error: operand type mismatch for `jmp'
14.*:16: Error: invalid instruction suffix for `jmp'
15.*:17: Error: invalid instruction suffix for `jmp'
16.*:18: Error: operand size mismatch for `jmp'
17.*:19: Error: invalid instruction suffix for `ret'
18.*:20: Error: invalid instruction suffix for `ret'
07f5af7d
L
19GAS LISTING .*
20#...
21[ ]*1[ ]+\.text
22[ ]*2[ ]+callw \*%ax
23[ ]*3[ ]+callw \*\(%rax\)
24[ ]*4[ ]+jmp \*%ax
25[ ]*5[ ]+jmpw \*%ax
26[ ]*6[ ]+jmpw \*\(%rax\)
aeab2b26
JB
27[ ]*7[ ]+retw
28[ ]*8[ ]+retw \$8
29[ ]*9[ ]+
30[ ]*10[ ]+\.intel_syntax noprefix
31[ ]*11[ ]+call ax
32[ ]*12[ ]+callw ax
33[ ]*13[ ]+callw \[rax\]
34[ ]*14[ ]+call WORD PTR \[rax\]
35[ ]*15[ ]+jmp ax
36[ ]*16[ ]+jmpw ax
37[ ]*17[ ]+jmpw \[rax\]
38[ ]*18[ ]+jmp WORD PTR \[rax\]
39[ ]*19[ ]+retw
40[ ]*20[ ]+retw 8
07f5af7d 41#pass
This page took 0.225028 seconds and 4 git commands to generate.