From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16024 invoked by alias); 1 Dec 2009 18:58:20 -0000 Received: (qmail 16016 invoked by uid 22791); 1 Dec 2009 18:58:19 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 01 Dec 2009 18:58:15 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 587292BAC27; Tue, 1 Dec 2009 13:58:14 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 1vWocAsYot5A; Tue, 1 Dec 2009 13:58:14 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id E3D932BAC20; Tue, 1 Dec 2009 13:58:13 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id C5705F5889; Tue, 1 Dec 2009 10:58:09 -0800 (PST) Date: Tue, 01 Dec 2009 18:58:00 -0000 From: Joel Brobecker To: Yoshinori Sato Cc: gdb-patches Subject: Re: [PATCH] sim/h8300 different result some addressing Message-ID: <20091201185809.GB4020@adacore.com> References: <873a45rq36.wl%ysato@users.sourceforge.jp> <20091124221600.GD26004@adacore.com> <87k4xez97g.wl%ysato@users.sourceforge.jp> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87k4xez97g.wl%ysato@users.sourceforge.jp> User-Agent: Mutt/1.5.20 (2009-06-14) 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/msg00000.txt.bz2 > > > +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. -- Joel