From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18105 invoked by alias); 15 Jan 2014 08:57:50 -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 18094 invoked by uid 89); 15 Jan 2014 08:57:48 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-qa0-f46.google.com Received: from mail-qa0-f46.google.com (HELO mail-qa0-f46.google.com) (209.85.216.46) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Wed, 15 Jan 2014 08:57:48 +0000 Received: by mail-qa0-f46.google.com with SMTP id ii20so657219qab.33 for ; Wed, 15 Jan 2014 00:57:46 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.224.163.9 with SMTP id y9mr2092710qax.31.1389776265870; Wed, 15 Jan 2014 00:57:45 -0800 (PST) Received: by 10.140.43.197 with HTTP; Wed, 15 Jan 2014 00:57:45 -0800 (PST) In-Reply-To: <20140115034527.GH4762@adacore.com> References: <20140115034527.GH4762@adacore.com> Date: Wed, 15 Jan 2014 08:57:00 -0000 Message-ID: Subject: Re: [PATCH] AArch64: gdb.base/float.exp: Fix `info float' test From: Marcus Shawcroft To: Joel Brobecker Cc: "Maciej W. Rozycki" , "gdb-patches@sourceware.org" Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes X-SW-Source: 2014-01/txt/msg00492.txt.bz2 On 15 January 2014 03:45, Joel Brobecker wrote: >> 2014-01-14 Maciej W. Rozycki >> >> gdb/testsuite/ >> * gdb.base/float.exp: Handle "aarch64*-*-*" targets. > > FWIW, no problem with the patch. But I don't know AArch64. > Does it always have an FPU? Otherwise, we perhaps should look at > what is being done for arm-*? Hi, The architecture defines three profiles. The relevant profile in this context is 'A' profile, which requires the presence of the FPU. /Marcus