This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RFC: allow syms_from_objfile to take a section offset table directly


I've committed this patch.  No user-visible change in behavior.

Jim Blandy <jimb@redhat.com> 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  <jimb@redhat.com>
> 
> 	* 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).


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]