Home | History | Annotate | Download | only in arm
      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
     13