Upload Tizen:Base source
[external/binutils.git] / gas / testsuite / gas / mips / relax-bposge.s
1 # Source file to test branch relaxation with the BPOSGE32 and BPOSGE64
2 # instructions.
3
4         .text
5 foo:
6         b       bar
7         bposge32 bar
8         bposge64 bar
9         bal     bar
10
11         .space  0x20000
12 bar: