From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27590 invoked by alias); 9 Nov 2002 14:12:53 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 27549 invoked from network); 9 Nov 2002 14:12:50 -0000 Received: from unknown (HELO localhost.redhat.com) (24.112.240.27) by sources.redhat.com with SMTP; 9 Nov 2002 14:12:50 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id C77F83FE6; Sat, 9 Nov 2002 09:12:49 -0500 (EST) Message-ID: <3DCD17E1.6070205@redhat.com> Date: Sat, 09 Nov 2002 06:12:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.0) Gecko/20020824 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mark Kettenis Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA] Testsuite fix for "info float" changes References: <200211091300.gA9D0fp8012034@elgar.kettenis.dyndns.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-11/txt/msg00279.txt.bz2 > -if { [istarget "arm*-*-*"] || \ > - [istarget "xscale*-*-*"] || \ > - [istarget "strongarm*-*-*"] } then { > - gdb_test "info float" "Software FPU type.*mask:.*flags:.*" "info float" > -} elseif [istarget "i\[3456\]86-*-*"] then { > - gdb_test "info float" "R7:.*Status Word:.*Opcode:.*" "info float" > -} else { > - gdb_test "info float" "No floating.point info available for this processor." "info float" > -} > +gdb_test "info float" "The program has no registers now." "info float" Finally, a bit of consistency across architectures, from me it gets three thumbs up :-) Fernando? Andrew