Upload Tizen:Base source
[external/binutils.git] / gas / testsuite / gas / i386 / ifunc.d
1 #objdump: -drw
2 #name: i386 ifunc
3
4 .*: +file format .*
5
6 Disassembly of section .text:
7
8 0+ <foo>:
9 [       ]*[a-f0-9]+:    e9 fc ff ff ff          jmp    1 <foo\+0x1>     1: R_386_PLT32  ifunc
10
11 0+5 <ifunc>:
12 [       ]*[a-f0-9]+:    c3                      ret    
13
14 0+6 <bar>:
15 [       ]*[a-f0-9]+:    eb 00                   jmp    8 <normal>
16
17 0+8 <normal>:
18 [       ]*[a-f0-9]+:    c3                      ret    
19 #pass