[ARC] Fix warn.exp test error.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / thumb2_ldr_immediate_armv6.s
1 .text
2 .thumb
3 .syntax unified
4 .thumb_func
5 thumb2_ldr:
6 ldr r1,=0x72727272
7 ldr r1,=0x63006300
8 ldr r1,=0x00510051
9 ldr r2,=0x00047000
10 ldr r2,=0xFF320000
11 ldr r2,=0x000013F1
12 .pool
This page took 0.03156 seconds and 4 git commands to generate.