From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27265 invoked by alias); 8 Apr 2008 12:03:40 -0000 Received: (qmail 27255 invoked by uid 22791); 8 Apr 2008 12:03:38 -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:01:43 +0000 X-WSS-ID: 0JZ09EO-07-3W2-01 Received: from SCNTRDCSS8.nsc.com (unknown [192.168.7.27]) by sc-mailgw01.nsc.com (Tumbleweed MailGate 3.5.1) with ESMTP id 274FA1D86693 for ; Tue, 8 Apr 2008 05:01:36 -0700 (PDT) Received: from [10.188.132.130] by SCNTRDCSS6.nsc.com with ESMTP (-Hi-); Tue, 08 Apr 2008 05:01:30 -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:01:30 -0700 Message-ID: <47FB5F83.3020807@nsc.com> Date: Tue, 08 Apr 2008 12:37: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: 6BE5811814O1034276-02-01 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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/msg00150.txt.bz2 Hi, 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. Yes, I can set these option in board file also. Tested the sim test suite by moving these 2 option from "allinsn.exp" to board file. Test suite is working as expected. Thank you very much for your suggestion. I will update the patch and submit the review. Thanks, Swami