summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-d10v/reloc-009.s
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-d10v/reloc-009.s')
-rw-r--r--ld/testsuite/ld-d10v/reloc-009.s12
1 files changed, 12 insertions, 0 deletions
diff --git a/ld/testsuite/ld-d10v/reloc-009.s b/ld/testsuite/ld-d10v/reloc-009.s
new file mode 100644
index 0000000..fb2ebce
--- /dev/null
+++ b/ld/testsuite/ld-d10v/reloc-009.s
@@ -0,0 +1,12 @@
+ ;; Test pc relative relocation
+
+ .text
+ .global _start
+_start:
+ nop
+ brf0f.s foo
+ jmp r13
+
+
+
+