diff options
Diffstat (limited to 'ld/testsuite/ld-d10v/reloc-005.s')
-rw-r--r-- | ld/testsuite/ld-d10v/reloc-005.s | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ld/testsuite/ld-d10v/reloc-005.s b/ld/testsuite/ld-d10v/reloc-005.s new file mode 100644 index 0000000..34ebb05 --- /dev/null +++ b/ld/testsuite/ld-d10v/reloc-005.s @@ -0,0 +1,11 @@ + ;; Test 18 bit pc rel relocation + + .text + .global _start +_start: + bra.l foo + jmp r13 + + + + |