From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7813 invoked by alias); 19 Jun 2009 07:10:21 -0000 Received: (qmail 7802 invoked by uid 22791); 19 Jun 2009 07:10:19 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mtagate8.de.ibm.com (HELO mtagate8.de.ibm.com) (195.212.29.157) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 19 Jun 2009 07:10:13 +0000 Received: from d12nrmr1607.megacenter.de.ibm.com (d12nrmr1607.megacenter.de.ibm.com [9.149.167.49]) by mtagate8.de.ibm.com (8.14.3/8.13.8) with ESMTP id n5J7AA1h195432 for ; Fri, 19 Jun 2009 07:10:10 GMT Received: from d12av03.megacenter.de.ibm.com (d12av03.megacenter.de.ibm.com [9.149.165.213]) by d12nrmr1607.megacenter.de.ibm.com (8.13.8/8.13.8/NCO v9.2) with ESMTP id n5J7AA6f3469532 for ; Fri, 19 Jun 2009 09:10:10 +0200 Received: from d12av03.megacenter.de.ibm.com (loopback [127.0.0.1]) by d12av03.megacenter.de.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id n5J7AAuq015879 for ; Fri, 19 Jun 2009 09:10:10 +0200 Received: from leonard.localnet (dyn-9-152-224-31.boeblingen.de.ibm.com [9.152.224.31]) by d12av03.megacenter.de.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id n5J7A6w9015849 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 19 Jun 2009 09:10:10 +0200 From: Ken Werner To: Paul Pluzhnikov , gdb-patches@sourceware.org Subject: Re: [patch] Use mmap instead of obstack_alloc for dwarf debug sections. Date: Fri, 19 Jun 2009 07:10:00 -0000 User-Agent: KMail/1.11.2 (Linux/2.6.28-11-generic; KDE/4.2.2; i686; ; ) References: <20090527001157.934BD76BC0@localhost> <200906181702.34131.ken@linux.vnet.ibm.com> <8ac60eac0906180932g6003e034sef27a0e52ce3d104@mail.gmail.com> In-Reply-To: <8ac60eac0906180932g6003e034sef27a0e52ce3d104@mail.gmail.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200906190910.06573.ken@linux.vnet.ibm.com> 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: 2009-06/txt/msg00498.txt.bz2 On Thursday 18 June 2009 06:32:57 pm you wrote: > On Thu, Jun 18, 2009 at 8:02 AM, Ken Werner wrote: > > Changing the type of dwarf_frame_size to bfd_size_type sounds perfect. > > GDB head compiles flawlessy again. > > Out of curiosity, what are your host and target triplets? > > Thanks, Hi Paul, I'm building on ppc for the SPU target: --build=powerpc64-unknown-linux-gnu \ --host=powerpc64-unknown-linux-gnu \ --target=spu. I've setup a daily build script primarily for testing gcc with newlib which builds the gdb too. Regards -ken