data/method/gdb/gdb-13.2/sim/testsuite/mips/sanity.s

21 lines
237 B
ArmAsm
Raw Normal View History

2024-01-29 10:44:43 +08:00
# mips test sanity, expected to pass.
# mach: all
# as: -mabi=eabi
# ld: -N -Ttext=0x80010000
# output: *\\npass\\n
.include "testutils.inc"
setup
.set noreorder
.ent DIAG
DIAG:
writemsg "Sanity is good!"
pass
.end DIAG