From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 124978 invoked by alias); 9 Oct 2017 15:23:28 -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 124965 invoked by uid 89); 9 Oct 2017 15:23:27 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.0 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,UNPARSEABLE_RELAY autolearn=no version=3.3.2 spammy=patience, shot, HTo:U*uweigand, experiencing X-HELO: cvs.linux-mips.org Received: from eddie.linux-mips.org (HELO cvs.linux-mips.org) (148.251.95.138) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 09 Oct 2017 15:23:24 +0000 Received: (from localhost user: 'macro', uid#1010) by eddie.linux-mips.org with ESMTP id S23991672AbdJIPXUl5DzA (ORCPT ); Mon, 9 Oct 2017 17:23:20 +0200 Date: Mon, 09 Oct 2017 15:23:00 -0000 From: "Maciej W. Rozycki" To: Ulrich Weigand cc: "Maciej W. Rozycki" , gdb-patches@sourceware.org Subject: Re: [RFC][06/19] Target FP: Use print_floating in tdep code In-Reply-To: <20171005173417.16E63D835F0@oc3748833570.ibm.com> Message-ID: References: <20171005173417.16E63D835F0@oc3748833570.ibm.com> User-Agent: Alpine 2.21 (LFD 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-IsSubscribed: yes X-SW-Source: 2017-10/txt/msg00213.txt.bz2 Hi Ulrich, > I've now posted an updated patch set just for the target FP printing > changes. This now applies directly on top of current mainline: > https://sourceware.org/ml/gdb-patches/2017-10/msg00121.html > https://sourceware.org/ml/gdb-patches/2017-10/msg00122.html > https://sourceware.org/ml/gdb-patches/2017-10/msg00123.html > > Can you give it a go on MIPS? Thanks! I have been experiencing some IT issues recently from the MIPS transition you may have heard of, however I'll give your patches a shot as soon as I can. Thank you for patience. Maciej