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 16DIAG: 17 hilo 18 pass 19 .end DIAG 20