MIPS16/GAS: Fix assertion failures with relocations on 16-bit instructions
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / mips16-branch-unextended-1.s
1 .set mips16
2 .set noautoextend
3 foo:
4 beqz $2, baz
5 bnez $3, baz
6 bteqz baz
7 btnez baz
8 b baz
This page took 0.046412 seconds and 5 git commands to generate.