More support for ld --hash-style in the ld testsuite
[deliverable/binutils-gdb.git] / ld / testsuite / ld-aarch64 / copy-reloc-exe-eliminate.s
1 .global p
2 .section .data.rel.ro,"aw",%progbits
3 .align 3
4 .type p, %object
5 .size p, 8
6 p:
7 .xword global_a
This page took 0.028841 seconds and 4 git commands to generate.