x86: Pass -O0 to assembler for some tests
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / ifunc.d
CommitLineData
915bcca5
L
1#objdump: -drw
2#name: i386 ifunc
3
4.*: +file format .*
5
6Disassembly of section .text:
7
80+ <foo>:
9[ ]*[a-f0-9]+: e9 fc ff ff ff jmp 1 <foo\+0x1> 1: R_386_PLT32 ifunc
10
110+5 <ifunc>:
12[ ]*[a-f0-9]+: c3 ret
13
140+6 <bar>:
15[ ]*[a-f0-9]+: eb 00 jmp 8 <normal>
16
170+8 <normal>:
18[ ]*[a-f0-9]+: c3 ret
19#pass
This page took 0.460285 seconds and 4 git commands to generate.