xref: /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/mips/sanity.s (revision 4b169a6ba595ae283ca507b26b15fdff40495b1c)
1# mips test sanity, expected to pass.
2# mach:	 all
3# as:		-mabi=eabi
4# ld:		-N -Ttext=0x80010000
5# output:	*\\npass\\n
6
7	.include "testutils.inc"
8
9	setup
10
11	.set noreorder
12
13	.ent DIAG
14DIAG:
15
16	writemsg "Sanity is good!"
17
18	pass
19
20	.end DIAG
21