summaryrefslogtreecommitdiff
path: root/sim/testsuite/sim/mips/sanity.s
blob: 74551edd404187bc538248f4343e8b37b328cba9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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