MIPS/GAS/test: Fix an n32 `.reginfo' size test failure
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / mips16-asmacro.s
1 .set mips16
2 foo:
3 asmacro 0, 0, 0, 0, 0, 0
4 asmacro 0, 1, 2, 3, 4, 5
5 asmacro 0, 31, 0, 7, 0, 7
6 asmacro 5, 4, 3, 2, 1, 0
7 asmacro 7, 0, 7, 0, 31, 0
8 asmacro 7, 31, 7, 7, 31, 7
9
10 # Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
11 .align 4, 0
12 .space 16
This page took 0.044594 seconds and 4 git commands to generate.