x86: Add assembler -mx86-used-note=yes test
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-branch-3.l
CommitLineData
5db04b09
L
1.*: Assembler messages:
2.*:2: Warning: indirect jmp without `\*'
3.*:7: Warning: indirect call without `\*'
4GAS 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.324341 seconds and 4 git commands to generate.