From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16996 invoked by alias); 2 Dec 2009 21:23:51 -0000 Received: (qmail 16984 invoked by uid 22791); 2 Dec 2009 21:23:51 -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, 02 Dec 2009 21:23:44 +0000 Received: from sk22g2 ([71.70.78.104]) by cdptpa-omta03.mail.rr.com with ESMTP id <20091202212342879.RRRR8989@cdptpa-omta03.mail.rr.com>; Wed, 2 Dec 2009 21:23:42 +0000 Received: from sk22g2.localdomain.ysato.dip.jp (sk22g2.localdomain [127.0.1.1]) by sk22g2 (Postfix) with ESMTP id 2EF984CA7; Wed, 2 Dec 2009 16:23:42 -0500 (EST) Date: Wed, 02 Dec 2009 21:23:00 -0000 Message-ID: <87hbs99ijl.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: <20091201185809.GB4020@adacore.com> References: <873a45rq36.wl%ysato@users.sourceforge.jp> <20091124221600.GD26004@adacore.com> <87k4xez97g.wl%ysato@users.sourceforge.jp> <20091201185809.GB4020@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-12/txt/msg00020.txt.bz2 At Tue, 1 Dec 2009 10:58:09 -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. > > OK. > > > This CPU instruction manual is here. > > http://documentation.renesas.com/eng/products/mpumcu/rej09b0139_h8s2600.pdf > > I do appreciate being pointed to the documentation, and I learnt > a new syntax I hadn't seen before. But when I say I will trust you > on something, I really mean it. So feel free to commit when I approve > a patch based on this. > OK. Can I commit this? > -- > Joel