[PATCH, LD, AArch64] Fix ifunc testisms
[deliverable/binutils-gdb.git] / ld / testsuite / ld-ifunc / ifunc-18a.s
1 .section .data.rel,"aw",@progbits
2 .globl foo_ptr
3 .type foo_ptr, @object
4 foo_ptr:
5 .dc.a foo
This page took 0.029072 seconds and 4 git commands to generate.