From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21861 invoked by alias); 25 Nov 2009 19:38:19 -0000 Received: (qmail 21849 invoked by uid 22791); 25 Nov 2009 19:38:18 -0000 X-SWARE-Spam-Status: No, hits=-0.1 required=5.0 tests=BAYES_00,RCVD_ILLEGAL_IP,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from cdptpa-omtalb.mail.rr.com (HELO cdptpa-omtalb.mail.rr.com) (75.180.132.122) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 25 Nov 2009 19:38:14 +0000 Received: from sk22g2 ([71.70.78.104]) by cdptpa-omta02.mail.rr.com with ESMTP id <20091125193812265.FTIQ20286@cdptpa-omta02.mail.rr.com>; Wed, 25 Nov 2009 19:38:12 +0000 Received: from sk22g2.localdomain.ysato.dip.jp (sk22g2.localdomain [127.0.1.1]) by sk22g2 (Postfix) with ESMTP id B6971B93; Wed, 25 Nov 2009 14:38:11 -0500 (EST) Date: Wed, 25 Nov 2009 19:38:00 -0000 Message-ID: <87k4xez97g.wl%ysato@users.sourceforge.jp> From: Yoshinori Sato To: Joel Brobecker Cc: gdb-patches Subject: Re: [PATCH] sim/h8300 different result some addressing In-Reply-To: <20091124221600.GD26004@adacore.com> References: <873a45rq36.wl%ysato@users.sourceforge.jp> <20091124221600.GD26004@adacore.com> User-Agent: Wanderlust/2.15.6 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?ISO-2022-JP-2?B?R29qGyQoRCtXGyhC?=) APEL/10.7 Emacs/23.1 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-IsSubscribed: yes 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: 2009-11/txt/msg00555.txt.bz2 At Tue, 24 Nov 2009 14:16:00 -0800, Joel Brobecker wrote: > > > +2009-11-23 Yoshinori Sato > > + * compile.c(fetch_1): Fix pre-dec, pre-inc, post-dec and post-inc. > > + Index registers not masked memory areas. > > + Only simply increment or decrement. > > + * compile.c(store_1): Ditto. > > I don't really know this CPU, and you're the only one to have made > a "recent" (2007) change to this CPU (excluding basic configure > regeneration). And since there is no apparent maintainer for that > target, we're going to have to trust you on this. > > OK. > -- > Joel This CPU instruction manual is here. http://documentation.renesas.com/eng/products/mpumcu/rej09b0139_h8s2600.pdf Please conferm this fix. -- Yoshinori Sato