From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 127107 invoked by alias); 11 Dec 2016 17:23:02 -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 127092 invoked by uid 89); 11 Dec 2016 17:23:02 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=XML, tabs, UD:texinfo, onlinedocs X-HELO: userp1040.oracle.com Received: from userp1040.oracle.com (HELO userp1040.oracle.com) (156.151.31.81) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 11 Dec 2016 17:22:51 +0000 Received: from aserv0021.oracle.com (aserv0021.oracle.com [141.146.126.233]) by userp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id uBBHMmtC031278 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 11 Dec 2016 17:22:49 GMT Received: from aserv0122.oracle.com (aserv0122.oracle.com [141.146.126.236]) by aserv0021.oracle.com (8.13.8/8.14.4) with ESMTP id uBBHMmOx023373 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 11 Dec 2016 17:22:48 GMT Received: from abhmp0015.oracle.com (abhmp0015.oracle.com [141.146.116.21]) by aserv0122.oracle.com (8.14.4/8.14.4) with ESMTP id uBBHMmZh004255; Sun, 11 Dec 2016 17:22:48 GMT Received: from [192.168.168.173] (/95.85.233.76) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Sun, 11 Dec 2016 09:22:48 -0800 Subject: Re: [PATCH] Bug 20936 - provide sparc and sparcv9 target description XML files To: Yao Qi References: <46200a1e-29f7-8e20-c0b5-3f6f25c82d45@oracle.com> <20161206152616.GC28789@E107787-LIN> Cc: gdb-patches@sourceware.org From: Ivo Raisr Message-ID: <67ba4353-37f3-6794-b8b7-e8d102b0c57c@oracle.com> Date: Sun, 11 Dec 2016 17:23:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2016-12/txt/msg00261.txt.bz2 Any news here? Thanks, I. On 7.12.2016 00:45, Ivo Raisr wrote: > On 6.12.2016 15:26, Yao Qi wrote: > >> On 16-12-06 11:40:42, Ivo Raisr wrote: >>> Please find attached a patch which fixes PR tdep/20936. >> Hi Ivo, >> Could you add a new directory "sparc" in gdb/features/ and put all >> .xml files there? > > Hi Yao, > Thank you for looking into my patch. > New directory created. > >> I suppose your next patch is to change sparc{64}-tdep.c to use these >> target descriptions. I'd like to get target description definition >> and use in a single patch. You add some thing new in this patch, >> but it is not used at all. > > Done. See the attached patch. > >> All these new added features should be documented >> https://sourceware.org/gdb/current/onlinedocs/gdb/Standard-Target-Features.html >> > > I updated gdb.texinfo with a new subsection for sparc targets. > > The rest of your comments have been also addressed. > New ChangeLog entry is attached, to avoid problems with email client > replacing tabs with spaces. > > Kind regards, > I. >