From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23519 invoked by alias); 19 May 2003 20:46:20 -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 23465 invoked from network); 19 May 2003 20:46:19 -0000 Received: from unknown (HELO gateway.sf.frob.com) (64.163.213.212) by sources.redhat.com with SMTP; 19 May 2003 20:46:19 -0000 Received: from magilla.sf.frob.com (magilla.sf.frob.com [198.49.250.228]) by gateway.sf.frob.com (Postfix) with ESMTP id 74558354C; Mon, 19 May 2003 13:46:18 -0700 (PDT) Received: (from roland@localhost) by magilla.sf.frob.com (8.11.6/8.11.6) id h4JKkH713031; Mon, 19 May 2003 13:46:17 -0700 Date: Mon, 19 May 2003 20:46:00 -0000 Message-Id: <200305192046.h4JKkH713031@magilla.sf.frob.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Roland McGrath To: Ian Lance Taylor Cc: Nick Clifton , binutils@sources.redhat.com, gdb-patches@sources.redhat.com Subject: Re: bfd function to read ELF file image from memory In-Reply-To: Ian Lance Taylor's message of , 19 May 2003 13:29:58 -0700 Emacs: because editing your files should be a traumatic experience. X-SW-Source: 2003-05/txt/msg00348.txt.bz2 > You could do something like that, assuming you put the appropriate hook > in the elf_backend_data struct, which is less intrusive than putting it > in the bfd_target struct. Aha! That is the pointer I was looking for. Thanks, Roland