summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-nds32/relax_jmp.s
blob: e2817631dc7cd1be759e8c9e4942f511a8491775 (plain)
1
2
3
4
5
6
7
8
9
10
.text
.global	_start
_start:
	j main
	jal main
.section .text.2, "ax"
.globl main
main:
	nop