diff options
Diffstat (limited to 'ld/testsuite/ld-tic6x/sbr-reloc-local-2-rel.s')
-rw-r--r-- | ld/testsuite/ld-tic6x/sbr-reloc-local-2-rel.s | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/ld/testsuite/ld-tic6x/sbr-reloc-local-2-rel.s b/ld/testsuite/ld-tic6x/sbr-reloc-local-2-rel.s new file mode 100644 index 0000000..e1268fb --- /dev/null +++ b/ld/testsuite/ld-tic6x/sbr-reloc-local-2-rel.s @@ -0,0 +1,21 @@ +.text +.nocmp + ldw .D2T2 *+b14(e),b1 + ldw .D2T2 *+b14(f),b1 + ldh .D2T2 *+b14(f),b1 + ldh .D2T2 *+b14(g),b1 + ldb .D2T2 *+b14(g),b1 + ldb .D2T2 *+b14(h),b1 + mvk .S1 $dpr_byte(h),a1 + mvkl .S1 $dpr_byte(g),a1 + mvkl .S1 $dpr_hword(f),a1 + mvkl .S1 $dpr_word(e),a1 +.data +e: + .word 0 +f: + .short 0 +g: + .byte 0 +h: + .byte 0 |