PR gas/19744: Thumb-1 pcrop relocations don't work on Thumb-2 targets
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / push-pop.s
1 .text
2 .syntax unified
3 push {r0}
4 push {r1, r2, r3}
5 push {r9}
6 pop {r9}
7 pop {r1, r2, r3}
8 pop {r0}
This page took 0.030036 seconds and 4 git commands to generate.