From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14479 invoked by alias); 1 Apr 2010 13:13:46 -0000 Received: (qmail 14431 invoked by uid 22791); 1 Apr 2010 13:13:45 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=BAYES_00,NO_DNS_FOR_FROM,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mga07.intel.com (HELO azsmga101.ch.intel.com) (143.182.124.22) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 01 Apr 2010 13:13:41 +0000 Received: from azsmga001.ch.intel.com ([10.2.17.19]) by azsmga101.ch.intel.com with ESMTP; 01 Apr 2010 06:13:39 -0700 X-ExtLoop1: 1 Received: from gnu-6.sc.intel.com ([10.3.194.107]) by azsmga001.ch.intel.com with ESMTP; 01 Apr 2010 06:13:40 -0700 Received: by gnu-6.sc.intel.com (Postfix, from userid 500) id B7975812386; Thu, 1 Apr 2010 06:13:39 -0700 (PDT) Date: Thu, 01 Apr 2010 13:13:00 -0000 From: "H.J. Lu" To: GDB Subject: PING: PATCH: Support "ah", "bh", "ch", "dh" in amd64 Message-ID: <20100401131339.GA3457@intel.com> Reply-To: "H.J. Lu" References: <20100303205313.GA25695@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100303205313.GA25695@intel.com> User-Agent: Mutt/1.5.20 (2009-08-17) 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: 2010-04/txt/msg00009.txt.bz2 On Wed, Mar 03, 2010 at 12:53:13PM -0800, H.J. Lu wrote: > Hi, > > AMD64 can access "ah", "bh", "ch", "dh". I missed them in my x86 > pseudo register support. This patch adds them. OK to install? > > Thanks. > > > H.J. > --- > gdb/ > > 2010-03-03 H.J. Lu > > * amd64-tdep.c (amd64_byte_names): Add "ah", "bh", "ch", "dh". > (amd64_pseudo_register_read): Handle "ah", "bh", "ch", "dh". > (amd64_pseudo_register_write): Likewise. > (amd64_init_abi): Set num_byte_regs to 20. > > gdb/testsuite/ > > 2010-03-03 H.J. Lu > > * gdb.arch/amd64-byte.exp: Check "ah", "bh", "ch", "dh". > PING. H.J.