Arm: Clean up PE GAS testsuite correct THUMB tests.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / thumb2_str-bad.s
CommitLineData
0f7325f9
WN
1 .syntax unified
2 .text
3 .align 2
4 .global thumb2_str
5 .thumb
6 .thumb_func
7thumb2_str:
8 str r0, [pc, 4]
9 str r0, d
10 str pc, [r0]
11
12 .space 4
13 .align
14d:
15 .long 0
This page took 0.380053 seconds and 4 git commands to generate.