summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/m32r/relax-1.s
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gas/m32r/relax-1.s')
-rw-r--r--gas/testsuite/gas/m32r/relax-1.s17
1 files changed, 0 insertions, 17 deletions
diff --git a/gas/testsuite/gas/m32r/relax-1.s b/gas/testsuite/gas/m32r/relax-1.s
deleted file mode 100644
index d4e12c0fd3d..00000000000
--- a/gas/testsuite/gas/m32r/relax-1.s
+++ /dev/null
@@ -1,17 +0,0 @@
-; Test relaxation into non-zero offset to different segment.
-
- .section .branch, "ax",@progbits
- .balign 4
-branch:
- bra Work
-
-
- .section .text
- .balign 4
-DoesNotWork:
- nop
- nop
-
-Work:
- nop
- nop