From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 126033 invoked by alias); 11 Dec 2016 17:22:24 -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 126012 invoked by uid 89); 11 Dec 2016 17:22:23 -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=ivo, Hx-languages-length:1035, H*r:8.13.8, H*r:Gateway X-HELO: aserp1040.oracle.com Received: from aserp1040.oracle.com (HELO aserp1040.oracle.com) (141.146.126.69) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 11 Dec 2016 17:22:13 +0000 Received: from userv0021.oracle.com (userv0021.oracle.com [156.151.31.71]) by aserp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id uBBHM9gD027875 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Sun, 11 Dec 2016 17:22:10 GMT Received: from aserv0121.oracle.com (aserv0121.oracle.com [141.146.126.235]) by userv0021.oracle.com (8.14.4/8.14.4) with ESMTP id uBBHM84U024895 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 11 Dec 2016 17:22:09 GMT Received: from abhmp0001.oracle.com (abhmp0001.oracle.com [141.146.116.7]) by aserv0121.oracle.com (8.13.8/8.13.8) with ESMTP id uBBHM6sI020350; Sun, 11 Dec 2016 17:22:07 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:05 -0800 Subject: Re: [PATCH] Bug 20928 - Decode %ccr into individual flags in sparcv9 register output To: Luis Machado References: <27bde9c3-4f6c-e3fa-93a2-3531ea489e1d@codesourcery.com> <4c1b29e0-8040-b9c8-5c45-5a5dd6acd835@oracle.com> Cc: gdb-patches@sourceware.org From: Ivo Raisr Message-ID: Date: Sun, 11 Dec 2016 17:22: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: <4c1b29e0-8040-b9c8-5c45-5a5dd6acd835@oracle.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2016-12/txt/msg00260.txt.bz2 Any news here? Thanks, I. On 6.12.2016 09:26, Ivo Raisr wrote: > > > On 6.12.2016 03:03, Luis Machado wrote: >> On 12/05/2016 05:45 PM, Ivo Raisr wrote: >>> >>> >>> ChangeLog entry: >>> 2016-12-05 Ivo Raisr >>> >>> PR tdep/20928 >>> Decode %ccr into individual flags in sparcv9 register output. >>> * sparc-tdep.h: Declare %ccr type. >>> * sparc64-tdep.c: Decode %ccr. Fix %fsr decoding. >> >> You need to mention the new sparc64_ccr_type field and the new >> function in the ChangeLog. Also, you need to add the function where >> you fixed the fsr decoding. > > Here is the fixed ChangeLog entry (and attached new version of patch): > > 2016-12-05 Ivo Raisr > > PR tdep/20928 > Decode %ccr into individual flags in sparcv9 register output. > * sparc-tdep.h: Declare sparc64_ccr_type. > * sparc64-tdep.c: Decode %ccr in a new function sparc64_ccr_type(). > Fix %fsr decoding in sparc64_fsr_type(). > >