summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-tic6x/mvk-reloc-local-1.s
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-tic6x/mvk-reloc-local-1.s')
-rw-r--r--ld/testsuite/ld-tic6x/mvk-reloc-local-1.s12
1 files changed, 12 insertions, 0 deletions
diff --git a/ld/testsuite/ld-tic6x/mvk-reloc-local-1.s b/ld/testsuite/ld-tic6x/mvk-reloc-local-1.s
new file mode 100644
index 0000000000..f5de8b635d
--- /dev/null
+++ b/ld/testsuite/ld-tic6x/mvk-reloc-local-1.s
@@ -0,0 +1,12 @@
+.text
+.nocmp
+ mvk .S1 a,a1
+ mvkl .S1 b,a2
+ mvkh .S1 c,a3
+.data
+a:
+ .word 0
+b:
+ .word 0
+c:
+ .word 0