From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4444 invoked by alias); 3 Dec 2010 17:00:56 -0000 Received: (qmail 4365 invoked by uid 22791); 3 Dec 2010 17:00:52 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 03 Dec 2010 17:00:46 +0000 Received: (qmail 27602 invoked from network); 3 Dec 2010 17:00:44 -0000 Received: from unknown (HELO digraph.polyomino.org.uk) (joseph@127.0.0.2) by mail.codesourcery.com with ESMTPA; 3 Dec 2010 17:00:44 -0000 Received: from jsm28 (helo=localhost) by digraph.polyomino.org.uk with local-esmtp (Exim 4.72) (envelope-from ) id 1POYzz-0001iU-3g; Fri, 03 Dec 2010 17:00:43 +0000 Date: Fri, 03 Dec 2010 17:00:00 -0000 From: "Joseph S. Myers" To: Yao Qi cc: "gdb-patches@sourceware.org" Subject: Re: [patch, testsuite] General ARM target triplet In-Reply-To: <4CF91BD4.7090708@codesourcery.com> Message-ID: References: <4CF91BD4.7090708@codesourcery.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 X-SW-Source: 2010-12/txt/msg00021.txt.bz2 On Sat, 4 Dec 2010, Yao Qi wrote: > Some of test cases have been changed to arm*-*-* or arm*-*eabi*. So > this patch helps to make whole testsuite in a consistent state. In general if you want to cover all ARM EABI targets you should also match arm*-*-symbianelf*, though I'm not sure how good the testsuite state is for that target right now. Really, lots of these look like some sort of "object format is ELF" test, which indicates that there should be a common function in gdb/testsuite/lib/ for that test. Possibly taken from binutils/testsuite/lib/binutils-common.exp though it would be good to be able to share the code rather than maintaining two copies. -- Joseph S. Myers joseph@codesourcery.com