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