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