From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21320 invoked by alias); 8 Apr 2008 09:29:43 -0000 Received: (qmail 21308 invoked by uid 22791); 8 Apr 2008 09:29:42 -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 09:29:18 +0000 X-WSS-ID: 0JZ02CQ-07-04X-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 26F7C1D862E1 for ; Tue, 8 Apr 2008 02:29:14 -0700 (PDT) Received: from [10.188.132.130] by SCNTRDCSS6.nsc.com with ESMTP (-Hi-); Tue, 08 Apr 2008 02:29:07 -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 02:29:06 -0700 Message-ID: <47FB3BCA.3060301@nsc.com> Date: Tue, 08 Apr 2008 11:34:00 -0000 From: "M R Swami Reddy" User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: "Daniel Jacobowitz" , gdb-patches@sourceware.org Subject: Re: [PATCH] New target - CR16 Simulator port References: <47B58EDD.1050207@nsc.com> <20080321135743.GB24650@caradoc.them.org> In-Reply-To: <20080321135743.GB24650@caradoc.them.org> X-WSS-ID: 6BE5E55C14O1029402-04-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/msg00146.txt.bz2 Hi, Daniel Jacobowitz wrote: > On Fri, Feb 15, 2008 at 06:38:45PM +0530, M R Swami Reddy wrote: >> Hello, >> >> Attached a patch which adds simulator support for CompactRISC processor - >> CR16 architecture (ie cr16-elf). >> >> Could you please review and approve the patch? >> >> The patch file (ie cr16-simulator-port.patch.tar.bz2) contains: >> >> 1. cr16-sim.patch -> CR16 Simulator patch >> 2. cr16-include.patch -> Include directory patch >> 3. cr16-configure.patch -> Top level configure patch for cr16 target >> 4. cr16-configure.ac.patch -> Top level configure.ac patch for cr16 target >> 5. cr16-ChangeLog.patch -> Top level ChangeLog > > Why did you set testsuite=yes for v850? > > Other than that, this looks OK. Do you have write access? Thank you very much for review and approval. Applied this patch. Thanks, Swami