Automatic date update in version.in
[binutils-gdb.git] / sim / testsuite / mips / sanity.s
blob74551edd404187bc538248f4343e8b37b328cba9
1 # mips test sanity, expected to pass.
2 # mach: all
3 # as: -mabi=eabi
4 # ld: -N -Ttext=0x80010000
5 # output: *\\npass\\n
7 .include "testutils.inc"
9 setup
11 .set noreorder
13 .ent DIAG
14 DIAG:
16 writemsg "Sanity is good!"
18 pass
20 .end DIAG