Add MIPS .module directive
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / macro-warn-4.s
CommitLineData
5fc68419
RS
1 .set noreorder
2 .set nomacro
3 la $4,late_big
4 jr $5
5 la $4,late_big
6 .comm sdata,4
7late_big:
This page took 0.442792 seconds and 4 git commands to generate.