From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32335 invoked by alias); 16 Feb 2005 22:50:38 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 32276 invoked from network); 16 Feb 2005 22:50:30 -0000 Received: from unknown (HELO e35.co.us.ibm.com) (32.97.110.133) by sourceware.org with SMTP; 16 Feb 2005 22:50:30 -0000 Received: from westrelay03.boulder.ibm.com (westrelay03.boulder.ibm.com [9.17.195.12]) by e35.co.us.ibm.com (8.12.10/8.12.9) with ESMTP id j1GMoTLg275820 for ; Wed, 16 Feb 2005 17:50:29 -0500 Received: from d03av03.boulder.ibm.com (d03av03.boulder.ibm.com [9.17.195.169]) by westrelay03.boulder.ibm.com (8.12.10/NCO/VER6.6) with ESMTP id j1GMoTae352416 for ; Wed, 16 Feb 2005 15:50:29 -0700 Received: from d03av03.boulder.ibm.com (loopback [127.0.0.1]) by d03av03.boulder.ibm.com (8.12.11/8.12.11) with ESMTP id j1GMoTT5017252 for ; Wed, 16 Feb 2005 15:50:29 -0700 Received: from austin.ibm.com (netmail2.austin.ibm.com [9.41.248.176]) by d03av03.boulder.ibm.com (8.12.11/8.12.11) with ESMTP id j1GMoSVh017246; Wed, 16 Feb 2005 15:50:29 -0700 Received: from lazy.austin.ibm.com (lazy.austin.ibm.com [9.53.94.97]) by austin.ibm.com (8.12.10/8.12.10) with ESMTP id j1GMoSOV082244; Wed, 16 Feb 2005 16:50:28 -0600 Date: Thu, 17 Feb 2005 00:38:00 -0000 From: Manoj Iyer X-X-Sender: manjo@lazy To: Daniel Jacobowitz cc: gdb-patches@sources.redhat.com Subject: Re: [RFC] Dont skip DW_TAG_member in load_partial_dies() In-Reply-To: <20050216001647.GA10512@nevyn.them.org> Message-ID: References: <20050215232018.GB8631@nevyn.them.org> <20050215233503.GB11771@adacore.com> <20050216001647.GA10512@nevyn.them.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2005-02/txt/msg00173.txt.bz2 > > > I'm copying this to Elena, since she is the maintainer of the DWARF-2 > > > reader. Your patch looks right to me. In fact, I've been working on > > > running the GDB testsuite using ARM's compiler today, and I have a > > > patch that looks exactly like this in my working directory :-) What is the clean way of using a different compiler? I tried the CC_FOR_TARGET CC variabels etc but dint work. Also, nothing documented. Really appreciate your input. -- Manjo