]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - sim/testsuite/sim/arm/thumb/ldr-sprel.cgs
* configure.ac: Move comment to remove extra space in last argument
[thirdparty/binutils-gdb.git] / sim / testsuite / sim / arm / thumb / ldr-sprel.cgs
1 # arm testcase for ldr ${bit10-rd},[sp,#$word8]
2 # mach: unfinished
3
4 .include "testutils.inc"
5
6 start
7
8 .global ldr_sprel
9 ldr_sprel:
10 ldr r0,[sp,#0]
11
12 pass