x86-64: fix Intel64 handling of branch with data16 prefix
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-branch-3.d
1 #as: -J -mintel64
2 #objdump: -dwr -Mintel64
3 #name: x86-64 branch 3
4
5 .*: +file format .*
6
7 Disassembly of section .text:
8
9 0+ <bar-0x6>:
10 [ ]*[a-f0-9]+: 66 e9 00 00 00 00 data16 jmpq 6 <bar> 2: R_X86_64_PLT32 foo-0x4
11
12 0+6 <bar>:
13 [ ]*[a-f0-9]+: 89 c3 mov %eax,%ebx
14 [ ]*[a-f0-9]+: 66 e8 00 00 00 00 data16 callq e <bar\+0x8> a: R_X86_64_PLT32 foo-0x4
15 [ ]*[a-f0-9]+: 66 c7 f8 00 00 xbeginw 13 <bar\+0xd> 11: R_X86_64_PC16 foo-0x2
16 #pass
This page took 0.037599 seconds and 4 git commands to generate.