MIPS/GAS/test: Fix an n32 `.reginfo' size test failure
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / mips16-branch-unextended-2.s
1 .set mips16
2 .set autoextend
3 foo:
4 beqz.t $2, baz
5 bnez.t $3, baz
6 bteqz.t baz
7 btnez.t baz
8 b.t baz
This page took 0.047307 seconds and 4 git commands to generate.