Fix tests for PR 18500, revisited
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / macro1.s
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"
8
9 @ section padding for a.out's sake
10 nop
11 nop
12 nop
This page took 0.040026 seconds and 4 git commands to generate.