summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/gas/testsuite/gas/mips/relax-bposge.s
blob: 028ae056d1221573497b37c4e60eb1c3c672a17b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Source file to test branch relaxation with the BPOSGE32 and BPOSGE64
# instructions.

	.text
foo:
	b	bar
	bposge32 bar
	bposge64 bar
	bal	bar

	.space	0x20000
bar: