2005-12-19 Nathan Sidwell * sidcomp.cgen-cpu.mt: Renamed from sidcomp.cgen-cpu.ms1. * mt-allinsn.exp: Renamed from ms1-allinsn.exp. Updated. * mt-state-snapshot.exp: Renamed from ms1-state-snapshot.exp. Updated. * mulinsns.s, shiftinsns.s, subinsns.s: Updated. Index: mt-allinsn.exp =================================================================== RCS file: /cvs/src/src/sid/component/testsuite/sidcomp.cgen-cpu.mt/mt-allinsn.exp,v retrieving revision 1.1 diff -c -3 -p -r1.1 mt-allinsn.exp *** mt-allinsn.exp 19 Dec 2005 10:17:57 -0000 1.1 --- mt-allinsn.exp 19 Dec 2005 10:19:37 -0000 *************** *** 1,6 **** # mRISC-I simulator testsuite. ! if {! $sidtarget(ms1)} { untested "hw-cpu-ms1 not available"; return } # Load a baseboard description for SID simulators. load_base_board_description "basic-sid" --- 1,6 ---- # mRISC-I simulator testsuite. ! if {! $sidtarget(mt)} { untested "hw-cpu-mt not available"; return } # Load a baseboard description for SID simulators. load_base_board_description "basic-sid" *************** load_base_board_description "basic-sid" *** 9,18 **** load_lib "cpudefs.exp" # all machines ! set all_machs "ms1" # Add --nosched to the flags to supress scheduling restrictions. set gas_flags "--gdwarf2 --nosched" # Run the tests ! run-sid-tests-raw ms1-elf ms1 $srcdir/sidcomp.cgen-cpu.ms1 "*.s" $gas_flags "" "" ms1-gloss.conf x --- 9,18 ---- load_lib "cpudefs.exp" # all machines ! set all_machs "mt" # Add --nosched to the flags to supress scheduling restrictions. set gas_flags "--gdwarf2 --nosched" # Run the tests ! run-sid-tests-raw mt-elf mt $srcdir/sidcomp.cgen-cpu.mt "*.s" $gas_flags "" "" mt-gloss.conf x Index: mt-state-snapshot.exp =================================================================== RCS file: /cvs/src/src/sid/component/testsuite/sidcomp.cgen-cpu.mt/mt-state-snapshot.exp,v retrieving revision 1.1 diff -c -3 -p -r1.1 mt-state-snapshot.exp *** mt-state-snapshot.exp 19 Dec 2005 10:17:57 -0000 1.1 --- mt-state-snapshot.exp 19 Dec 2005 10:19:37 -0000 *************** *** 1,10 **** # Testsuite for the CPU state snapshot and restoring. # Copyright (C) 2001 Red Hat ! if {! $sidtarget(ms1)} { untested "hw-cpu-ms1 not available"; return } ! set cpu "ms1" ! set filename "$srcdir/sidcomp.cgen-cpu.ms1/test-img.x" set conf_file "statesnap.conf" set start_insn 0x22d4 --- 1,10 ---- # Testsuite for the CPU state snapshot and restoring. # Copyright (C) 2001 Red Hat ! if {! $sidtarget(mt)} { untested "hw-cpu-mt not available"; return } ! set cpu "mt" ! set filename "$srcdir/sidcomp.cgen-cpu.mt/test-img.x" set conf_file "statesnap.conf" set start_insn 0x22d4 Index: mulinsns.s =================================================================== RCS file: /cvs/src/src/sid/component/testsuite/sidcomp.cgen-cpu.mt/mulinsns.s,v retrieving revision 1.1 diff -c -3 -p -r1.1 mulinsns.s *** mulinsns.s 19 Dec 2005 10:17:57 -0000 1.1 --- mulinsns.s 19 Dec 2005 10:19:37 -0000 *************** *** 1,4 **** ! # mach(): ms1 .include "testutils.inc" start --- 1,4 ---- ! # mach(): mt .include "testutils.inc" start Index: shiftinsns.s =================================================================== RCS file: /cvs/src/src/sid/component/testsuite/sidcomp.cgen-cpu.mt/shiftinsns.s,v retrieving revision 1.1 diff -c -3 -p -r1.1 shiftinsns.s *** shiftinsns.s 19 Dec 2005 10:17:57 -0000 1.1 --- shiftinsns.s 19 Dec 2005 10:19:37 -0000 *************** *** 1,4 **** ! # mach(): ms1 .INCLUDE "testutils.inc" start --- 1,4 ---- ! # mach(): mt .INCLUDE "testutils.inc" start Index: subinsns.s =================================================================== RCS file: /cvs/src/src/sid/component/testsuite/sidcomp.cgen-cpu.mt/subinsns.s,v retrieving revision 1.1 diff -c -3 -p -r1.1 subinsns.s *** subinsns.s 19 Dec 2005 10:17:57 -0000 1.1 --- subinsns.s 19 Dec 2005 10:19:37 -0000 *************** *** 1,4 **** ! # mach(): ms1 .include "testutils.inc" start --- 1,4 ---- ! # mach(): mt .include "testutils.inc" start