summaryrefslogtreecommitdiffstats
path: root/binutils-2.17/gas/testsuite/gas/frv/reloc1.s
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.17/gas/testsuite/gas/frv/reloc1.s')
-rw-r--r--binutils-2.17/gas/testsuite/gas/frv/reloc1.s27
1 files changed, 0 insertions, 27 deletions
diff --git a/binutils-2.17/gas/testsuite/gas/frv/reloc1.s b/binutils-2.17/gas/testsuite/gas/frv/reloc1.s
deleted file mode 100644
index 26c36c27..00000000
--- a/binutils-2.17/gas/testsuite/gas/frv/reloc1.s
+++ /dev/null
@@ -1,27 +0,0 @@
- .globl f1
-begin:
- nop
- nop
-f1:
- nop
- nop
- nop
-f2:
- call f1
- bra f1
- call f2
- bra f2
-
- call f3
- bra f3
- .space 16
-
- .section .gnu.linkonce.t.test
-beginx:
- nop
- call f1
- bra f1
- call f2
- bra f2
- call f3
- bra f3