Add 2 more tests for PR ld/21884
[deliverable/binutils-gdb.git] / ld / testsuite / ld-aarch64 / ifunc-16.s
1 .text
2 .globl fct
3 .type fct, @gnu_indirect_function
4 .set fct,resolve
5 .hidden int_fct
6 .globl int_fct
7 .set int_fct,fct
8 .p2align 4,,15
9 .type resolve, @function
10 resolve:
11 bl ifunc
12 .size resolve, .-resolve
13 .globl g
14 .type g, @function
15 g:
16 bl int_fct
17 .size g, .-g
This page took 0.033422 seconds and 4 git commands to generate.