ld-linkonce test
[deliverable/binutils-gdb.git] / ld / testsuite / ld-aarch64 / dt_textrel.s
CommitLineData
c2170589
JW
1 .cpu generic+fp+simd
2 .global p
3 .comm x,4,4
4 .section .rodata
5 .align 3
6 .type p, %object
7 .size p, 8
8p:
9 .xword x
This page took 0.237458 seconds and 4 git commands to generate.