aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-aarch64/copy-reloc-exe-eliminate.s
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-aarch64/copy-reloc-exe-eliminate.s')
-rw-r--r--ld/testsuite/ld-aarch64/copy-reloc-exe-eliminate.s7
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/testsuite/ld-aarch64/copy-reloc-exe-eliminate.s b/ld/testsuite/ld-aarch64/copy-reloc-exe-eliminate.s
new file mode 100644
index 0000000..33227aa
--- /dev/null
+++ b/ld/testsuite/ld-aarch64/copy-reloc-exe-eliminate.s
@@ -0,0 +1,7 @@
+ .global p
+ .section .data.rel.ro,"aw",%progbits
+ .align 3
+ .type p, %object
+ .size p, 8
+p:
+ .xword global_a