x86: consolidate Disp<NN> handling a little
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-branch-3.l
1 .*: Assembler messages:
2 .*:2: Warning: indirect jmp without `\*'
3 .*:7: Warning: indirect call without `\*'
4 GAS LISTING .*
5
6
7 [ ]*1[ ]+\.text
8 [ ]*2[ ]+0000 66FF2C25 data16 jmp foo
9 \*\*\*\* Warning: indirect jmp without `\*'
10 [ ]*2[ ]+00000000
11 [ ]*3[ ]+
12 [ ]*4[ ]+bar:
13 [ ]*5[ ]+0008 89C3 mov %eax, %ebx
14 [ ]*6[ ]+
15 [ ]*7[ ]+000a 66FF1C25 data16 call foo
16 \*\*\*\* Warning: indirect call without `\*'
17 [ ]*7[ ]+00000000
This page took 0.031594 seconds and 4 git commands to generate.