* symfile.c (reread_symbols): When re-reading symbols, do all the
authorJim Kingdon <jkingdon@engr.sgi.com>
Sat, 30 Oct 1993 20:21:19 +0000 (20:21 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Sat, 30 Oct 1993 20:21:19 +0000 (20:21 +0000)
commit4d57c5995e45877128cd62ccfa4317ed452652fe
treed1845bdb7da496f6d5e0001f57dc870c95fc5d3c
parentdf0393e345d833ce177ce889367f148b90268146
* symfile.c (reread_symbols): When re-reading symbols, do all the
right operations ourself, rather than calling symbol_file_command.
If we re-read something, call clear_symtab_users not just
breakpoint_re_set.
* objfiles.h, objfiles.c (build_objfile_section_table): No longer
static.
* symfile.c (clear_symtab_users): Call clear_pc_function_cache.
* coffread.c, dbxread.c, elfread.c, mipsread.c, nlmread.c, paread.c
(*_symfile_offsets): Set objfile->num_sections.
* remote.c (remote_wait), symfile.c (syms_from_objfile):
Don't muck with objfile->num_sections now that all the symbol
readers set it.
* elfread.c: Clean up obsolete comment about handling only DWARF.
* paread.c: Remove comment about how we should use an "ordinary"
file format with an hppa suffix.  There is nothing ordinary about SOM.
gdb/ChangeLog
gdb/coffread.c
gdb/dbxread.c
gdb/elfread.c
gdb/mipsread.c
gdb/nlmread.c
gdb/objfiles.c
gdb/objfiles.h
gdb/paread.c
gdb/remote.c
gdb/symfile.c
This page took 0.028706 seconds and 4 git commands to generate.