i386: Also check R12-R15 registers when optimizing testq to testb
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / ifunc.s
CommitLineData
915bcca5
L
1 .global foo
2 .type foo, @function
3foo:
4 jmp ifunc@PLT
5 .type ifunc, @gnu_indirect_function
6ifunc:
7 ret
8 .global bar
9 .type bar, @function
10bar:
11 jmp normal@PLT
12 .type normal, @function
13normal:
14 ret
This page took 0.571896 seconds and 4 git commands to generate.