1# Source file to test branch relaxation with the BPOSGE32 and BPOSGE64
2# instructions.
3
4	.text
5foo:
6	b	bar
7	bposge32 bar
8	bposge64 bar
9	bal	bar
10
11	.space	0x20000
12bar:
13