MIPS/GAS/test: Fix an n32 `.reginfo' size test failure
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / bltzal.s
1 .set reorder
2 test:
3 bltzal $31, test
4 bgezal $31, test
5 .set mips2
6 bltzall $31, test
7 bgezall $31, test
8 .set micromips
9 bltzals $31, test
10 bgezals $31, test
This page took 0.033366 seconds and 4 git commands to generate.