From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30782 invoked by alias); 4 May 2005 21:22:34 -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 30722 invoked from network); 4 May 2005 21:22:29 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sourceware.org with SMTP; 4 May 2005 21:22:29 -0000 Received: from drow by nevyn.them.org with local (Exim 4.50 #1 (Debian)) id 1DTRK8-0000yl-Uo for ; Wed, 04 May 2005 17:22:29 -0400 Date: Wed, 04 May 2005 21:22:00 -0000 From: Daniel Jacobowitz To: gdb-patches@sourceware.org Subject: [ob] Check for linux-gnu* in linux-dp.exp Message-ID: <20050504212228.GA3736@nevyn.them.org> Mail-Followup-To: gdb-patches@sourceware.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.8i X-SW-Source: 2005-05/txt/msg00141.txt.bz2 I built a mips64-unknown-linux-gnuabi64 toolchain and noticed that it didn't run this test. Committed as obvious. -- Daniel Jacobowitz CodeSourcery, LLC 2005-05-04 Daniel Jacobowitz * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*. Index: gdb.threads/linux-dp.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.threads/linux-dp.exp,v retrieving revision 1.10 diff -u -p -r1.10 linux-dp.exp --- gdb.threads/linux-dp.exp 15 Dec 2004 18:28:54 -0000 1.10 +++ gdb.threads/linux-dp.exp 4 May 2005 21:17:32 -0000 @@ -42,7 +42,7 @@ set prms_id 0 set bug_id 0 # This only works with Linux configurations. -if ![istarget *-*-linux-gnu] then { +if ![istarget *-*-linux-gnu*] then { return }