From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17571 invoked by alias); 19 Dec 2005 10:23:12 -0000 Received: (qmail 17550 invoked by uid 22791); 19 Dec 2005 10:23:08 -0000 X-Spam-Check-By: sourceware.org Received: from voldemort.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.5) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 19 Dec 2005 10:23:07 +0000 Received: (qmail 23450 invoked from network); 19 Dec 2005 10:23:05 -0000 Received: from unknown (HELO ?192.168.189.167?) (nathan@127.0.0.2) by mail.codesourcery.com with ESMTPA; 19 Dec 2005 10:23:05 -0000 Message-ID: <43A68A06.5030705@codesourcery.com> Date: Mon, 19 Dec 2005 10:23:00 -0000 From: Nathan Sidwell User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051013) MIME-Version: 1.0 To: sid@sources.redhat.com Subject: Rename ms1 testsuite Content-Type: multipart/mixed; boundary="------------070002070307040101010803" X-IsSubscribed: yes Mailing-List: contact sid-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: sid-owner@sourceware.org X-SW-Source: 2005-q4/txt/msg00015.txt.bz2 This is a multi-part message in MIME format. --------------070002070307040101010803 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-length: 223 I've installed this final part of the ms1->mt renaming. nathan -- Nathan Sidwell :: http://www.codesourcery.com :: CodeSourcery LLC nathan@codesourcery.com :: http://www.planetfall.pwp.blueyonder.co.uk --------------070002070307040101010803 Content-Type: text/plain; name="all.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="all.diff" Content-length: 4165 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 --------------070002070307040101010803--