Arm: Fix Arm disassembler mapping symbol search.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-aarch64 / relocs-1027-symbolic-func.s
CommitLineData
0941db69
JW
1 .text
2 .global tempy
3 .type tempy, %function
4tempy:
5 .size tempy, .-tempy
6 .section .data.rel
7 .align 3
8 .type tempy_ptr, %object
9 .size tempy_ptr, 8
10tempy_ptr:
11 .xword tempy
This page took 0.214036 seconds and 4 git commands to generate.