From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27229 invoked by alias); 3 Oct 2003 23:02:26 -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 27222 invoked from network); 3 Oct 2003 23:02:25 -0000 Received: from unknown (HELO gateway.sf.frob.com) (64.81.54.130) by sources.redhat.com with SMTP; 3 Oct 2003 23:02:25 -0000 Received: from magilla.sf.frob.com (magilla.sf.frob.com [198.49.250.228]) by gateway.sf.frob.com (Postfix) with ESMTP id 74A02357B; Fri, 3 Oct 2003 16:02:24 -0700 (PDT) Received: from magilla.sf.frob.com (localhost.localdomain [127.0.0.1]) by magilla.sf.frob.com (8.12.9/8.12.9) with ESMTP id h93N2ON2021152; Fri, 3 Oct 2003 16:02:24 -0700 Received: (from roland@localhost) by magilla.sf.frob.com (8.12.9/8.12.9/Submit) id h93N2ML1021147; Fri, 3 Oct 2003 16:02:22 -0700 Date: Fri, 03 Oct 2003 23:02:00 -0000 Message-Id: <200310032302.h93N2ML1021147@magilla.sf.frob.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Roland McGrath To: Andrew Cagney Cc: Jim Blandy , Mark Kettenis , Kevin Buettner , Daniel Jacobowitz , Andreas Schwab , Scott Bambrough , gdb-patches@sources.redhat.com Subject: Re: [PATCH] add-symbol-file-from-memory command In-Reply-To: Andrew Cagney's message of Friday, 3 October 2003 18:34:37 -0400 <3F7DF97D.5020908@redhat.com> X-Windows: power tools for power losers. X-SW-Source: 2003-10/txt/msg00067.txt.bz2 > An upstream BFD problem, on which this patch depends, wasn't resolved. > Consequently, there there was no reason to review the patch - Roland > should be aware of this since it was Roland's upstream BFD change that > wasn't resolved. What is unresolved? My bfd_elf_bfd_from_remote_memory implementation was approved and committed to bfd in May. The code in the current binutils cvs works fine for me as the basis for the gdb patches I have recently posted.