From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10963 invoked by alias); 13 Jan 2011 14:53:11 -0000 Received: (qmail 10951 invoked by uid 22791); 13 Jan 2011 14:53:09 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,TW_GD,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; Thu, 13 Jan 2011 14:53:05 +0000 Received: (qmail 19276 invoked from network); 13 Jan 2011 14:53:03 -0000 Received: from unknown (HELO ?10.155.3.22?) (yao@127.0.0.2) by mail.codesourcery.com with ESMTPA; 13 Jan 2011 14:53:03 -0000 Message-ID: <4D2F11CD.9050602@codesourcery.com> Date: Thu, 13 Jan 2011 15:16:00 -0000 From: Yao Qi User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101208 Thunderbird/3.1.7 MIME-Version: 1.0 To: Matthew Gretton-Dann CC: Pedro Alves , gdb-patches@sourceware.org, Andreas Schwab , Richard Earnshaw , "Joseph S. Myers" Subject: Re: PING: [patch, testsuite] General ARM target triplet References: <4CF91BD4.7090708@codesourcery.com> <201012131407.08185.pedro@codesourcery.com> <4D063BA8.4000404@codesourcery.com> <201012131539.22392.pedro@codesourcery.com> <4D25CD5E.4030204@codesourcery.com> <1294926291.9907.90.camel@e102319-lin.cambridge.arm.com> In-Reply-To: <1294926291.9907.90.camel@e102319-lin.cambridge.arm.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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: 2011-01/txt/msg00295.txt.bz2 On 01/13/2011 07:44 AM, Matthew Gretton-Dann wrote: > >> --- a/gdb/testsuite/gdb.asm/asm-source.exp >> +++ b/gdb/testsuite/gdb.asm/asm-source.exp >> @@ -40,10 +40,7 @@ switch -glob -- [istarget] { >> set asm-flags "-no-mdebug -I${srcdir}/${subdir} -I${objdir}/${subdir}" >> set debug-flags "-gdwarf-2" >> } >> - "*arm-*-*" { >> - set asm-arch arm >> - } >> - "xscale-*-*" { >> + "*arm*-*-*" { > > Shouldn't the test read "arm*-*-*" (following on from Richard's and Joseph's comments? Oh, yes, it should be "arm*-*-*". I'll change it when I check in. Thanks for your comments. -- Yao Qi