* symfile.c (reread_symbols): Whenever we reread one object

file's symbols, we must restart the scan, because the object_files
chain has been permuted.
This commit is contained in:
John Gilmore 1992-01-31 20:37:24 +00:00
parent eca85ebe09
commit 4a1dcb7f7f
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
Fri Jan 31 00:05:01 1992 John Gilmore (gnu at cygnus.com)
* symfile.c (reread_symbols): Whenever we reread one object
file's symbols, we must restart the scan, because the object_files
chain has been permuted.
* exec.c (exec_files_info): Split out into print_section_info.
Print BFD filename of each section if it's not the default one.
* core.c (core_files_info): Call print_section_info.