* gas/mips/macro-warn-[1234].[sdl]: New tests.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / macro-warn-4.s
1 .set noreorder
2 .set nomacro
3 la $4,late_big
4 jr $5
5 la $4,late_big
6 .comm sdata,4
7 late_big:
This page took 0.032283 seconds and 5 git commands to generate.