repo.or.cz
/
binutils-gdb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Automatic date update in version.in
[binutils-gdb.git]
/
sim
/
testsuite
/
mips
/
sanity.s
blob
74551edd404187bc538248f4343e8b37b328cba9
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
14
DIAG
:
15
16
writemsg
"Sanity is good!"
17
18
pass
19
20
.end DIAG