mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-03-07 13:39:43 +08:00
Now that all port tests live under testsuite/sim/*/, and none live in testsuite/ directly, flatten the structure by moving all of the dirs under testsuite/sim/ to testsuite/ directly. We need to stop passing --tool to dejagnu so that it searches all dirs and not just ones that start with "sim". Since we have no other dirs in this tree, and no plans to add any, should be fine.
15 lines
162 B
Plaintext
15 lines
162 B
Plaintext
# arm testcase for lsr $rd,$rs,#$offset5
|
|
# mach: unfinished
|
|
|
|
.include "testutils.inc"
|
|
|
|
start
|
|
|
|
.global lsr
|
|
lsr:
|
|
lsr r0,r0,#0
|
|
|
|
# FIXME: Also lsr $rd,$rs
|
|
|
|
pass
|