From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30820 invoked by alias); 6 Oct 2014 12:28:05 -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 30809 invoked by uid 89); 6 Oct 2014 12:28:04 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS,T_RP_MATCHES_RCVD,URIBL_RHS_DOB autolearn=no 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 (AES256-GCM-SHA384 encrypted) ESMTPS; Mon, 06 Oct 2014 12:28:03 +0000 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s96CRmqR024252 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Mon, 6 Oct 2014 08:27:49 -0400 Received: from [127.0.0.1] (ovpn01.gateway.prod.ext.ams2.redhat.com [10.39.146.11]) by int-mx13.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s96CRjZ3015099; Mon, 6 Oct 2014 08:27:46 -0400 Message-ID: <54328AC1.8090600@redhat.com> Date: Mon, 06 Oct 2014 12:28:00 -0000 From: Pedro Alves User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.1.1 MIME-Version: 1.0 To: "catalin.udma@freescale.com" , Yao Qi , Andrew Pinski CC: Richard Earnshaw , Philippe Waroquiers , "gdb-patches@sourceware.org" Subject: Re: [PATCH] aarch64/gdbserver: fix floating point registers display References: <1407835166-827-1-git-send-email-catalin.udma@freescale.com> <53E9E1C2.6010707@arm.com> <53E9EB9A.7000304@codesourcery.com> <1407932734.2182.67.camel@soleil> <53EB5C86.4030307@codesourcery.com> <53EB7965.8070208@arm.com> <53F4DC74.8080807@redhat.com> <85303e79d83947958b01132bc0613e72@BY2PR03MB175.namprd03.prod.outlook.com> <53F59F12.1010007@codesourcery.com> <53F618B3.5040508@redhat.com> <542BCE71.5080308@redhat.com> <5de239127f114c65848525ab019de76d@BY2PR03MB175.namprd03.prod.outlook.com> In-Reply-To: <5de239127f114c65848525ab019de76d@BY2PR03MB175.namprd03.prod.outlook.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2014-10/txt/msg00097.txt.bz2 On 10/06/2014 10:06 AM, catalin.udma@freescale.com wrote: >> I've now reverted the patch from mainline and the 7.8 branch, with >> the patch below. >> >> Catalin, can I get you to file a PR for the floating point issue, >> and add it to: >> >> https://sourceware.org/gdb/wiki/GDB_7.8_Release >> >> ? >> >> (that PR list is what goes into the 7.8.1 release announcement.) >> >> Thanks. > [Catalin Udma] > Hi, > I filled a PR for this issue: > https://sourceware.org/bugzilla/show_bug.cgi?id=17457 Thank you. I've added it to the wiki page. Thanks, Pedro Alves