Add macro expansions for ADD, SUB, DADD and DSUB for MIPS r6
[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.030403 seconds and 4 git commands to generate.