From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27300 invoked by alias); 12 Feb 2014 12:42:12 -0000 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 Received: (qmail 27289 invoked by uid 89); 12 Feb 2014 12:42:12 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 12 Feb 2014 12:42:11 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s1CCg9jc017340 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 12 Feb 2014 07:42:09 -0500 Received: from brno.lan (ovpn01.gateway.prod.ext.ams2.redhat.com [10.39.146.11]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id s1CCg750000516; Wed, 12 Feb 2014 07:42:08 -0500 From: Pedro Alves To: gdb-patches@sourceware.org Cc: Yoshinori Sato , Mark Kettenis Subject: [PATCH 0/2] H8/300: Fix registers Date: Wed, 12 Feb 2014 12:42:00 -0000 Message-Id: <1392208927-15739-1-git-send-email-palves@redhat.com> In-Reply-To: <87y51hiyjt.wl%ysato@users.sourceforge.jp> References: <87y51hiyjt.wl%ysato@users.sourceforge.jp> X-SW-Source: 2014-02/txt/msg00403.txt.bz2 On 02/11/2014 01:11 PM, Yoshinori Sato wrote: > Pedro Alves wrote: >> Please try this. > > It works fine. > Thanks. Alright, I've split this in two patches, and pushed them. Pedro Alves (2): H8/300: Fix gdb<->sim register mapping. H8/300: Fix pseudo registers reads/writes. gdb/ChangeLog | 13 +++++++++++ gdb/h8300-tdep.c | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++++---- 2 files changed, 75 insertions(+), 4 deletions(-) -- 1.7.11.7