sanity.s 237 B

1234567891011121314151617181920
  1. # mips test sanity, expected to pass.
  2. # mach: all
  3. # as: -mabi=eabi
  4. # ld: -N -Ttext=0x80010000
  5. # output: *\\npass\\n
  6. .include "testutils.inc"
  7. setup
  8. .set noreorder
  9. .ent DIAG
  10. DIAG:
  11. writemsg "Sanity is good!"
  12. pass
  13. .end DIAG