aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1992-01-31 20:37:24 +0000
committerJohn Gilmore <gnu@cygnus>1992-01-31 20:37:24 +0000
commit4a1dcb7f7f630848876844c2b93680ec170d5565 (patch)
tree42ad89b02daa7c0ab98d1ea30e14a5a8d3ae5b00
parenteca85ebe09c77f7b61dcd062ea19b0d05855b09d (diff)
downloadgdb-4a1dcb7f7f630848876844c2b93680ec170d5565.zip
gdb-4a1dcb7f7f630848876844c2b93680ec170d5565.tar.gz
gdb-4a1dcb7f7f630848876844c2b93680ec170d5565.tar.bz2
* 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.
-rw-r--r--gdb/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 1ac97a5..96dcc67 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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.