From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16943 invoked by alias); 11 Dec 2003 11:36:51 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 16929 invoked from network); 11 Dec 2003 11:36:49 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 11 Dec 2003 11:36:49 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id hBBBan219682 for ; Thu, 11 Dec 2003 06:36:49 -0500 Received: from pobox.surrey.redhat.com (pobox.surrey.redhat.com [172.16.10.17]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id hBBBam229484; Thu, 11 Dec 2003 06:36:48 -0500 Received: from localhost.localdomain.redhat.com (vpn50-19.rdu.redhat.com [172.16.50.19]) by pobox.surrey.redhat.com (8.12.8/8.12.8) with ESMTP id hBBBaikN019156; Thu, 11 Dec 2003 11:36:46 GMT To: Kazuhiro Inaoka Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH] Add new model m32r2 of Renesas M32R. References: <003901c3b8c4$b3599840$2569910a@tool.maec.co.jp> <3FD2960C.1000100@gnu.org> <00cd01c3bd52$a0e47300$2569910a@tool.maec.co.jp> <3FD750CF.7020106@gnu.org> From: Nick Clifton Date: Thu, 11 Dec 2003 11:36:00 -0000 In-Reply-To: <3FD750CF.7020106@gnu.org> (Andrew Cagney's message of "Wed, 10 Dec 2003 11:58:55 -0500") Message-ID: User-Agent: Gnus/5.1001 (Gnus v5.10.1) Emacs/21.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-12/txt/msg00313.txt.bz2 Hi Kazuhiro, [At Andrew Cagney's request] I have now applied your patch to the sources. After regenerating the files using cgen I discovered that there were several new files which you had not mentioned in your ChangeLog entry, along with quite a number of files that had been regenerated. Thus I changed the log to: Cheers Nick gdb/ChangeLog 2003-12-11 Kazuhiro Inaoka * Makefile.in: Add support for new machine m32r2. * cpu2.c: New file for m32r2 support. * cpu2.h: Likewise. * decode2.c: Likewise. * decode2.h: Likewise. * m32r2.c: Likewise. * mloop2.in: Likewise. * model2.c: Likewise. * sem2-switch.c: Likewise. * arch.c: Regenerate. * arch.h: Regenerate. * cpu.c: Regenerate. * arch.c: Regenerate. * cpuall.c: Regenerate. * cpux.c: Regenerate. * cpux.h: Regenerate. * decode.c: Regenerate. * decode.h: Regenerate. * decodex.c: Regenerate. * decodex.h: Regenerate. * model.c: Regenerate. * modelx.c: Regenerate. * sem-switch.c: Regenerate. * sem.c: Regenerate. * semx-switch.c: Regenerate. * m32r-sim.h: Add EVB register support. * sim-if.c: Likewise. * sim-main.h: Likewise. * traps.c: Likewise.