Upload Tizen:Base source
[external/binutils.git] / gas / testsuite / gas / i386 / ifunc.s
1         .global foo
2         .type foo, @function
3 foo:
4         jmp ifunc@PLT
5         .type ifunc, @gnu_indirect_function
6 ifunc:
7         ret
8         .global bar
9         .type bar, @function
10 bar:
11         jmp normal@PLT
12         .type normal, @function
13 normal:
14         ret