aarch64: Add support for GNU indirect functions.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-aarch64 / ifunc-14c.s
1 .text
2 .globl xxx
3 .type xxx, @function
4 xxx:
5 bl foo
6 .size xxx, .-xxx
7 .hidden foo
This page took 0.031465 seconds and 5 git commands to generate.