This commit was manufactured by cvs2svn to create branch 'gdb_7_0-branch'.
[external/binutils.git] / sim / testsuite / sim / mips / hilo-hazard-1.s
1 # Test for architectures with mf{hi,lo} -> mult/div/mt{hi,lo} hazards.
2 #
3 # mach:         mips1 mips2 mips3 mips4 vr4100 vr4111 vr4120 vr5000 vr5400
4 # as:           -mabi=eabi
5 # ld:           -N -Ttext=0x80010000
6 # output:       HILO: * too close to MF at *\\n\\nprogram stopped*\\n
7 # xerror:
8
9         .include "hilo-hazard.inc"
10         .include "testutils.inc"
11
12         setup
13
14         .set noreorder
15         .ent DIAG
16 DIAG:
17         hilo
18         pass
19         .end DIAG