summaryrefslogtreecommitdiffstats
path: root/binutils-2.17/gas/testsuite/gas/h8300/branch-elf.s
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.17/gas/testsuite/gas/h8300/branch-elf.s')
-rw-r--r--binutils-2.17/gas/testsuite/gas/h8300/branch-elf.s13
1 files changed, 0 insertions, 13 deletions
diff --git a/binutils-2.17/gas/testsuite/gas/h8300/branch-elf.s b/binutils-2.17/gas/testsuite/gas/h8300/branch-elf.s
deleted file mode 100644
index 8a0fbb14..00000000
--- a/binutils-2.17/gas/testsuite/gas/h8300/branch-elf.s
+++ /dev/null
@@ -1,13 +0,0 @@
- .section zpage
-vector:
- .word h8300_branches
- .text
-h8300_branches:
- bsr h8300_branches
- jmp h8300_branches
- jmp @r0
- jmp @@vector:8
- jsr h8300_branches
- jsr @r0
- jsr @@vector:8
-