x86: allow suffix-less movzw and 64-bit movzb
[deliverable/binutils-gdb.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
This page took 0.037747 seconds and 4 git commands to generate.