]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/symfile.c
* symfile.c: #include "gdb_assert.h".
authorJim Blandy <jimb@codesourcery.com>
Thu, 23 Jan 2003 07:30:18 +0000 (07:30 +0000)
committerJim Blandy <jimb@codesourcery.com>
Thu, 23 Jan 2003 07:30:18 +0000 (07:30 +0000)
commit7e8580c13a90f01fea31684d783b31bc87329b1c
treecaac4e50246b3c50fc846a8cb6a6aeb3234c1097
parent2307bd6a5069b7e30fb0905d557dd65bf8ddf768
* 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).
gdb/ChangeLog
gdb/Makefile.in
gdb/rs6000-nat.c
gdb/symfile.c
gdb/symfile.h