gas: Adjust x86 tests for PECOFF
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-branch-2.s
1 .text
2 data16 jmp foo
3 data16 rex.w jmp foo
4
5 bar:
6 mov %eax, %ebx
7
8 data16 call foo
9 data16 rex.w call foo
10
11 retw
12 retw $8
This page took 0.031711 seconds and 4 git commands to generate.