mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-06 12:09:26 +08:00
21 lines
237 B
ArmAsm
21 lines
237 B
ArmAsm
|
# 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
|