]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - ld/testsuite/ld-aarch64/morello-ifunc-dynlink.s
Various fixes for capability IFUNCs
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-aarch64 / morello-ifunc-dynlink.s
CommitLineData
36b60023
MM
1 .text
2 .p2align 4,,11
3#APP
4 .type foo, %gnu_indirect_function
5#NO_APP
6 .global foo
7 .type foo, @function
8foo:
9 ret
10 .size foo, .-foo
11
12 .global _start
13 .type _start,%function
14_start:
15 bl sharedfoo
16 ret
17 .size _start, .-_start
18 .data
19 .align 2
20 .type var, %object
21 .size var, 4
22var:
23 .chericap sharedfoo