From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17791 invoked by alias); 13 Dec 2010 03:52:09 -0000 Received: (qmail 17776 invoked by uid 22791); 13 Dec 2010 03:52:08 -0000 X-SWARE-Spam-Status: No, hits=-1.9 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; Mon, 13 Dec 2010 03:52:04 +0000 Received: (qmail 4448 invoked from network); 13 Dec 2010 03:52:02 -0000 Received: from unknown (HELO ?192.168.0.102?) (yao@127.0.0.2) by mail.codesourcery.com with ESMTPA; 13 Dec 2010 03:52:02 -0000 Message-ID: <4D05985B.90208@codesourcery.com> Date: Mon, 13 Dec 2010 03:52: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: Richard Earnshaw CC: "gdb-patches@sourceware.org" Subject: Ping: [patch, testsuite] General ARM target triplet References: <4CF91BD4.7090708@codesourcery.com> <1291397752.27205.18.camel@e102346-lin.cambridge.arm.com> <1291399578.27205.20.camel@e102346-lin.cambridge.arm.com> <4CFB5930.70708@codesourcery.com> <4CFB824D.1080006@codesourcery.com> In-Reply-To: <4CFB824D.1080006@codesourcery.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: 2010-12/txt/msg00171.txt.bz2 On 12/05/2010 08:15 PM, Yao Qi wrote: > On 12/05/2010 05:19 PM, Yao Qi wrote: >> -if {![istarget *-*-linux*] >> - && ![istarget *-*-gnu*] >> - && ![istarget *-*-elf*] >> - && ![istarget *-*-openbsd*] >> - && ![istarget arm-*-eabi*] >> +if {![dwarf2_support] >> && ![istarget powerpc-*-eabi*]} { >> return 0 >> } > > Remove the send if clause missed in previous patch. > s/send/second/ Ping. http://sourceware.org/ml/gdb-patches/2010-12/msg00035.html 2010-12-05 Yao Qi * gdb.asm/asm-source.exp: Replace ARM target triplet with a canonical form. Remove "xscale-*-*" * gdb.xml/tdesc-regs.exp: Likewise. * gdb.python/py-section-script.exp: Replace ARM target triplet with canonical form. Match arm*-*-symbianelf*. * gdb.base/dup-sect.exp: Likewise. * lib/dwarf.exp: New. * gdb.dwarf2/callframecfa.exp: Check dwarf2 support by routine dwarf2_support. * gdb.dwarf2/dup-psym.exp: Likewise. * gdb.dwarf2/dw2-ada-ffffffff.exp: Likewise. * gdb.dwarf2/dw2-anonymous-func.exp: Likewise. * gdb.dwarf2/dw2-bad-parameter-type.exp: Likewise. * gdb.dwarf2/dw2-basic.exp: Likewise. * gdb.dwarf2/dw2-compressed.exp: Likewise. * gdb.dwarf2/dw2-const.exp: Likewise. * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Likewise. * gdb.dwarf2/dw2-cu-size.exp: Likewise. * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise. * gdb.dwarf2/dw2-empty-namespace.exp: Likewise. * gdb.dwarf2/dw2-filename.exp: Likewise. * gdb.dwarf2/dw2-inheritance.exp: Likewise. * gdb.dwarf2/dw2-inline-param.exp: Likewise. * gdb.dwarf2/dw2-intercu.exp: Likewise. * gdb.dwarf2/dw2-intermix.exp: Likewise. * gdb.dwarf2/dw2-modula2-self-type.exp: Likewise. * gdb.dwarf2/dw2-noloc.exp: Likewise. * gdb.dwarf2/dw2-op-call.exp: Likewise. * gdb.dwarf2/dw2-producer.exp: Likewise. * gdb.dwarf2/dw2-ranges.exp: Likewise. * gdb.dwarf2/dw2-ref-missing-frame.exp: Likewise. * gdb.dwarf2/dw2-stack-boundary.exp: Likewise. * gdb.dwarf2/dw2-strp.exp: Likewise. * gdb.dwarf2/dw2-unresolved.exp: Likewise. * gdb.dwarf2/implptr.exp: Likewise. * gdb.dwarf2/mac-fileno.exp: Likewise. * gdb.dwarf2/member-ptr-forwardref.exp: Likewise. * gdb.dwarf2/pieces.exp: Likewise. * gdb.dwarf2/pr11465.exp: Likewise. * gdb.dwarf2/valop.exp: Likewise. * gdb.dwarf2/watch-notconst.exp: Likewise. * gdb.mi/dw2-ref-missing-frame.exp: Likewise. -- Yao (齐尧)