From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13643 invoked by alias); 8 Apr 2008 12:25:00 -0000 Received: (qmail 13631 invoked by uid 22791); 8 Apr 2008 12:24:59 -0000 X-Spam-Check-By: sourceware.org Received: from mail3.nsc.com (HELO sc-mailgw01.nsc.com) (12.151.32.18) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 08 Apr 2008 12:24:40 +0000 X-WSS-ID: 0JZ0AGX-07-0VH-01 Received: from SCNTRDCSS6.nsc.com (emf.nsc.com [192.168.7.28]) by sc-mailgw01.nsc.com (Tumbleweed MailGate 3.5.1) with ESMTP id 25D631D86728 for ; Tue, 8 Apr 2008 05:24:32 -0700 (PDT) Received: from [10.188.132.130] by SCNTRDCSS6.nsc.com with ESMTP (-Hi-); Tue, 08 Apr 2008 05:24:28 -0700 X-Server-Uuid: CDE0D3F6-4EC6-4DC9-81EF-DBBF12AF9A3C Received: from [139.187.78.222] by scmh1.nsc.com with ESMTP; Tue, 8 Apr 2008 05:24:27 -0700 Message-ID: <47FB64A8.9010902@nsc.com> Date: Tue, 08 Apr 2008 12:48:00 -0000 From: "M R Swami Reddy" User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: "Daniel Jacobowitz" , "Hans-Peter Nilsson" , gdb-patches@sourceware.org Subject: Re: Your sim testsuite changes broke other targets References: <200804081116.m38BGwGH032650@ignucius.se.axis.com> <47FB58EB.8080408@nsc.com> <20080408114340.GA25554@caradoc.them.org> In-Reply-To: <20080408114340.GA25554@caradoc.them.org> X-WSS-ID: 6BE5BC7B14O1035271-03-01 Content-Type: multipart/mixed; boundary=------------000401050902040005070808 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-04/txt/msg00151.txt.bz2 This is a multi-part message in MIME format. --------------000401050902040005070808 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-length: 537 Hi, Please review the attached allinsn.exp.patch file. ChangeLog: == 2008-04-08 M R Swami Reddy * allinsn.exp: Removed target_alias and global_ld_options. ==== Thanks, Swami Daniel Jacobowitz wrote: > On Tue, Apr 08, 2008 at 05:07:15PM +0530, M R Swami Reddy wrote: >> + set target_alias cr16-elf >> + set global_ld_options "-T$srcdir/$subdir/dummy.ld" > > You shouldn't need these at all. Why are they necessary? The -T > option can go in your board file if it has to go somewhere. > --------------000401050902040005070808 Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename=allinsn.exp.patch Content-Type: text/plain; name=allinsn.exp.patch Content-length: 594 Index: allinsn.exp =================================================================== RCS file: /cvs/src/src/sim/testsuite/sim/cr16/allinsn.exp,v retrieving revision 1.1 diff -c -r1.1 allinsn.exp *** allinsn.exp 8 Apr 2008 09:03:17 -0000 1.1 --- allinsn.exp 8 Apr 2008 12:20:32 -0000 *************** *** 1,7 **** # CR16 simulator testsuite. - set target_alias cr16-elf - set global_ld_options "-L/local/user/swami/cr16-5.1/build/CR_R_2007-08-24_11-34-56/release/linux/lib/gcc/cr16-elf/4.1.2 -T/home10/swami/dummy.ld" if [istarget cr16*-*-*] { # load support procs --- 1,5 ---- --------------000401050902040005070808--