From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22923 invoked by alias); 8 Jun 2004 02:13:31 -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 22730 invoked from network); 8 Jun 2004 02:13:14 -0000 Received: from unknown (HELO pippin.tausq.org) (64.81.244.94) by sourceware.org with SMTP; 8 Jun 2004 02:13:14 -0000 Received: by pippin.tausq.org (Postfix, from userid 1000) id 4CA95CD28A; Mon, 7 Jun 2004 19:13:12 -0700 (PDT) Date: Tue, 08 Jun 2004 02:13:00 -0000 From: Randolph Chung To: gdb-patches@sources.redhat.com Subject: [patch/rfa] fix float.exp test for hppa*-* Message-ID: <20040608021312.GG30453@tausq.org> Reply-To: Randolph Chung Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-GPG: for GPG key, see http://www.tausq.org/gpg.txt User-Agent: Mutt/1.5.5.1+cvs20040105i X-SW-Source: 2004-06/txt/msg00144.txt.bz2 should be self-explanatory :) ok to check in? randolph 2004-06-07 Randolph Chung * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure message for unknown architectures more clear. Index: gdb.base/float.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.base/float.exp,v retrieving revision 1.7 diff -u -p -r1.7 float.exp --- gdb.base/float.exp 18 Feb 2004 03:42:51 -0000 1.7 +++ gdb.base/float.exp 8 Jun 2004 02:11:01 -0000 @@ -75,6 +75,8 @@ if { [istarget "alpha*-*-*"] } then { pass "info float (without FPU)" } } +} elseif [istarget "hppa*-*"] then { + gdb_test "info float" "fr4.*fr4R.*fr31R.*" "info float" } else { - gdb_test "info float" "No floating.point info available for this processor." "info float" + gdb_test "info float" "No floating.point info available for this processor." "info float (unknown target)" } -- Randolph Chung Debian GNU/Linux Developer, hppa/ia64 ports http://www.tausq.org/