Fix the partial disassembly of a broken three byte instruction at the end of a function.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-ifunc.d
CommitLineData
915bcca5
L
1#source: ifunc.s
2#objdump: -drw
3#name: x86-64 ifunc
4
5.*: +file format .*
6
7Disassembly of section .text:
8
90+ <foo>:
10[ ]*[a-f0-9]+: e9 00 00 00 00 jmpq 5 <ifunc> 1: R_X86_64_PLT32 ifunc(\+0xf+c|-0x4)
11
120+5 <ifunc>:
13[ ]*[a-f0-9]+: c3 retq
14
150+6 <bar>:
16[ ]*[a-f0-9]+: eb 00 jmp 8 <normal>
17
180+8 <normal>:
19[ ]*[a-f0-9]+: c3 retq
20#pass
This page took 0.283177 seconds and 4 git commands to generate.