summaryrefslogtreecommitdiff
path: root/test/ELF/Inputs/relocation-copy-align-common.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/ELF/Inputs/relocation-copy-align-common.s')
-rw-r--r--test/ELF/Inputs/relocation-copy-align-common.s7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/ELF/Inputs/relocation-copy-align-common.s b/test/ELF/Inputs/relocation-copy-align-common.s
new file mode 100644
index 0000000000000..b2fc8fd2bf61b
--- /dev/null
+++ b/test/ELF/Inputs/relocation-copy-align-common.s
@@ -0,0 +1,7 @@
+.data
+.global foo
+.type foo, @object
+.align 8
+.size foo, 8
+foo:
+.quad 0