summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/m32r/relax-1.s
blob: d4e12c0fd3d5d308db06117e4bba5f772ac59e90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
; 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