From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15318 invoked by alias); 23 Jan 2003 19:24:11 -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 15304 invoked from network); 23 Jan 2003 19:24:11 -0000 Received: from unknown (HELO zenia.red-bean.com) (66.244.67.22) by 172.16.49.205 with SMTP; 23 Jan 2003 19:24:11 -0000 Received: from zenia.red-bean.com (localhost.localdomain [127.0.0.1]) by zenia.red-bean.com (8.12.5/8.12.5) with ESMTP id h0NJHg8A002795; Thu, 23 Jan 2003 14:17:42 -0500 Received: (from jimb@localhost) by zenia.red-bean.com (8.12.5/8.12.5/Submit) id h0NJHgrF002791; Thu, 23 Jan 2003 14:17:42 -0500 To: gdb-patches@sources.redhat.com Subject: Re: RFC: allow syms_from_objfile to take a section offset table directly References: <15842.38074.837841.272380@localhost.redhat.com> From: Jim Blandy Date: Thu, 23 Jan 2003 19:24:00 -0000 In-Reply-To: Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2.92 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-01/txt/msg00698.txt.bz2 I've committed this patch. No user-visible change in behavior. Jim Blandy writes: > Here is a new version of this patch, updated to apply to the current > sources. The meaningful content is just as before. > > 2002-12-23 Jim Blandy > > * symfile.c: #include "gdb_assert.h". > (syms_from_objfile): Add the ability to pass in a section offset > table directly, as an alternative to the section_addr_info table. > Document arguments better. > (symbol_file_add): Pass extra arguments to syms_from_objfile. > * symfile.h (syms_from_objfile): Update declaration. > * rs6000-nat.c (objfile_symbol_add): Pass new arguments to > syms_from_objfile. > * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).