Add a test case for skip with inlined functions
[deliverable/binutils-gdb.git] / ld / testsuite / ld-aarch64 / ifunc-14a.s
CommitLineData
1419bbe5
WN
1 .text
2 .globl bar
3 .type bar, @function
4bar:
5 bl foo
6 .size bar, .-bar
7 .hidden foo
This page took 0.31412 seconds and 4 git commands to generate.