From patchwork Sat Mar 2 17:19:06 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Trevor Woerner X-Patchwork-Id: 224519 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id D62A42C02CD for ; Sun, 3 Mar 2013 04:19:26 +1100 (EST) Comment: DKIM? See http://www.dkim.org DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=sourceware.org; s=default; x=1362849567; h=Comment: DomainKey-Signature:Received:Received:Received:Received:Received: Content-Type:MIME-Version:Content-Transfer-Encoding:Subject: Message-Id:User-Agent:Date:From:To:Cc:Mailing-List:Precedence: List-Id:List-Unsubscribe:List-Subscribe:List-Archive:List-Post: List-Help:Sender:Delivered-To; bh=xvRKOvcZPSs/u7yeWAz1WLrZQNo=; b=CQeKeKzE96/DdAc2Op1y/YVCuygsuSxBtLrnh5pX51PGS1MwKGYc6SKI8znyUp U0vJHToQUobTD+2qh8hFULJINn+1YbcMt6+89O//Z+uRvzTKlLOERySKiGOZG5fr BjByeEr8bWvIDYE4+Ba3UoUK7kT2pghZFTA2oYod24BL8= Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=sourceware.org; h=Received:Received:X-SWARE-Spam-Status:X-Spam-Check-By:Received:Received:X-Received:Received:Content-Type:MIME-Version:Content-Transfer-Encoding:Subject:X-Mercurial-Node:Message-Id:User-Agent:Date:From:To:Cc:X-IsSubscribed:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Subscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=f1atU+A3l6hv2kwk/Qd1ryub7PkqaJLTII9fX14NvNHTHyUrvnG91JnWroFnfW WHr6l0UjelXjvlb9EZ+B2b47VzrBH1/pXmO81odzN+pFLeJQKoU+B5ExL7UEo2RL onDH8IKiV5lDjVPgM5nhXr3HFqehntbMk+SXQEqvWcW9g=; Received: (qmail 21637 invoked by alias); 2 Mar 2013 17:19:19 -0000 Received: (qmail 21626 invoked by uid 22791); 2 Mar 2013 17:19:17 -0000 X-SWARE-Spam-Status: No, hits=-4.4 required=5.0 tests=AWL, BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, KHOP_RCVD_TRUST, RCVD_IN_DNSWL_LOW, RCVD_IN_HOSTKARMA_YE, TW_BF X-Spam-Check-By: sourceware.org Received: from mail-ia0-f180.google.com (HELO mail-ia0-f180.google.com) (209.85.210.180) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 02 Mar 2013 17:19:12 +0000 Received: by mail-ia0-f180.google.com with SMTP id f27so3654373iae.11 for ; Sat, 02 Mar 2013 09:19:12 -0800 (PST) X-Received: by 10.43.18.3 with SMTP id qe3mr15070442icb.12.1362244751994; Sat, 02 Mar 2013 09:19:11 -0800 (PST) Received: from [127.0.0.1] (dsl-67-55-9-50.acanac.net. [67.55.9.50]) by mx.google.com with ESMTPS id dy5sm3391502igc.1.2013.03.02.09.19.10 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 02 Mar 2013 09:19:11 -0800 (PST) MIME-Version: 1.0 Subject: [PATCH] debug/gdb: include expat for gdb-cross X-Mercurial-Node: bfbfdaaea8592dd87f96ddea8637f5b17b194ad4 Message-Id: User-Agent: Mercurial-patchbomb/1.9.3 Date: Sat, 02 Mar 2013 12:19:06 -0500 From: Trevor Woerner To: "Yann E. MORIN" Cc: crossgcc@sourceware.org X-IsSubscribed: yes Mailing-List: contact crossgcc-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: crossgcc-owner@sourceware.org Delivered-To: mailing list crossgcc@sourceware.org # HG changeset patch # User Trevor Woerner # Date 1362239822 18000 # Node ID bfbfdaaea8592dd87f96ddea8637f5b17b194ad4 # Parent f89f8e6f876679184acb66ea642e42c9e7cf2f44 debug/gdb: include expat for gdb-cross Some boards, such as the ST Discovery, have a debugger interface which can be queried for a device feature description which is provided in XML. Therefore it would be nice to have expat available to make use of this information. Signed-off-by: Trevor Woerner --- For unsubscribe information see http://sourceware.org/lists.html#faq diff -r f89f8e6f8766 -r bfbfdaaea859 scripts/build/debug/300-gdb.sh --- a/scripts/build/debug/300-gdb.sh Mon Feb 25 21:19:31 2013 +0100 +++ b/scripts/build/debug/300-gdb.sh Sat Mar 02 10:57:02 2013 -0500 @@ -16,6 +16,7 @@ if [ "${CT_GDB_CROSS}" = y ]; then do_gdb=y + do_expat=y fi if [ "${CT_GDB_GDBSERVER}" = "y" ]; then