diff options
Diffstat (limited to 'ld/testsuite/ld-tic6x/mvk-reloc-local-2-rel.s')
-rw-r--r-- | ld/testsuite/ld-tic6x/mvk-reloc-local-2-rel.s | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ld/testsuite/ld-tic6x/mvk-reloc-local-2-rel.s b/ld/testsuite/ld-tic6x/mvk-reloc-local-2-rel.s new file mode 100644 index 0000000..320c988 --- /dev/null +++ b/ld/testsuite/ld-tic6x/mvk-reloc-local-2-rel.s @@ -0,0 +1,11 @@ +.text +.nocmp + mvk .S1 d,a1 + mvkl .S1 e,a2 +.data +d: + .word 0 +e: + .word 0 +f: + .word 0 |