* elf32-spu.c (build_stub): Fix malloc under-allocation.
[binutils.git] / gas / testsuite / gas / arm / macro1.s
blobe2880e7b92281e50f550379d2a9b1570b845058a
1 @ Test that macro expansions are properly scrubbed.
2 .macro popret regs
3 ldmia sp!, {\regs, pc}
4 .endm
5 .text
6 l:
7 popret "r4, r5"
9 @ section padding for a.out's sake
10 nop
11 nop
12 nop