MIPS: Add Global INValidate ASE support
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / relax-bposge.s
CommitLineData
d455268f
MR
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:
This page took 0.484233 seconds and 4 git commands to generate.