MIPS/GAS/test: Fix an n32 `.reginfo' size test failure
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / relax-bc1any.s
CommitLineData
3bf0dbfb
MR
1# Source file to test branch relaxation with the BC1ANY2F, BC1ANY2T,
2# BC1ANY4F and BC1ANY4T instructions.
3
4 .text
5foo:
6 b bar
7 bc1any2f $cc0, bar
8 bc1any2t $cc0, bar
9 bc1any4f $cc0, bar
10 bc1any4t $cc0, bar
11 bal bar
12
13 .space 0x20000
14bar:
This page took 0.232548 seconds and 4 git commands to generate.