From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25661 invoked by alias); 3 Nov 2017 15:00:30 -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 18285 invoked by uid 89); 3 Nov 2017 15:00:15 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=HTo:U*uweigand X-HELO: mail-qk0-f173.google.com Received: from mail-qk0-f173.google.com (HELO mail-qk0-f173.google.com) (209.85.220.173) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 03 Nov 2017 15:00:02 +0000 Received: by mail-qk0-f173.google.com with SMTP id r64so3554367qkc.1 for ; Fri, 03 Nov 2017 08:00:02 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=qC11FZxpKf/tPhM5jXWtaH2wt3wyqTKkwcRfhyqytgU=; b=Hyy2W8Oe4aQemYB6fb7tOh6m1u3H2600+EcsXYT49bD9KA6lGYSBnp9liZeEhfahic 7khG66V9V0cpk3pZpaBkcerFOb9CULGAyAPIlFB72SzHwv9GxuMxx3bL4SapX9FZU4hm Wr1cKlehfA8KZQdeSHbAOr8/VPelLiWXZmxbzhU3Y2rAq52Ijzz4ap5O3D7uFVdAShwi ns1R1rUZtC2AtiHz3uTsMZZQrHv/kfQM+5fQlqU73ZdBum9yKrEWlcLK4rCUO8ppkyfZ 8ZFM9cv/SvieYWQDCu9/65PtdRJ9v8lk2UyVdQR4JmXhaHVNSY1OUEuAgbU4RHAzAboz H06Q== X-Gm-Message-State: AMCzsaVGZdxU998JCKPf9kuV24r/y2P9Z/++lCuiq70/EQvyba9qM6GL 7qymCsbJuRSootmuA/RyjwsNnDrGbd3418riFIq3cQ== X-Google-Smtp-Source: ABhQp+Q481Vyt2hLdmopIYTLpFJ8gyDOhNo3DIIf2pQOKgqd2zbfMMGHBUsHOqM8Uy4sx6+W3FMApIWe6AAAP+3mlj4= X-Received: by 10.55.183.134 with SMTP id h128mr9864788qkf.96.1509721200742; Fri, 03 Nov 2017 08:00:00 -0700 (PDT) MIME-Version: 1.0 Received: by 10.12.153.208 with HTTP; Fri, 3 Nov 2017 08:00:00 -0700 (PDT) In-Reply-To: <20171103134549.26512D804DA@oc3748833570.ibm.com> References: <20171103123319.GA318@1170ee0b50d5> <20171103134549.26512D804DA@oc3748833570.ibm.com> From: Yao Qi Date: Fri, 03 Nov 2017 15:00:00 -0000 Message-ID: Subject: Re: [pushed] Re: [RFC][08/19] Target FP: Use target format throughout expression parsing To: Ulrich Weigand Cc: Simon Marchi , Joel Brobecker , "gdb-patches@sourceware.org" Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2017-11/txt/msg00077.txt.bz2 On Fri, Nov 3, 2017 at 1:45 PM, Ulrich Weigand wrote: > > Can you test whether the following patch fixes the problem on a > real ARM system? > Yes, it fixes the test fail on armv{7,8}l-unknown-linux-gnueabihf. --=20 Yao (=E9=BD=90=E5=B0=A7)