PR gas/20649: MIPS: Fix GOT16/LO16 reloc pairing with comdat sections
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / mips16-asmacro.s
1 .set mips32
2 .set mips16
3 foo:
4 asmacro 0, 0, 0, 0, 0, 0
5 asmacro 0, 1, 2, 3, 4, 5
6 asmacro 0, 31, 0, 7, 0, 7
7 asmacro 5, 4, 3, 2, 1, 0
8 asmacro 7, 0, 7, 0, 31, 0
9 asmacro 7, 31, 7, 7, 31, 7
10
11 # Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
12 .align 4, 0
13 .space 16
This page took 0.029308 seconds and 4 git commands to generate.