aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdb/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index aee5d46..d30bd3b 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -67,8 +67,8 @@
2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
* Makefile.in (symtab.o): Update.
- * symtab.h (matching_bfd_section): New prototype.
- * symtab.c (matching_bfd_section): New.
+ * symtab.h (matching_bfd_sections): New prototype.
+ * symtab.c (matching_bfd_sections): New.
(find_pc_sect_psymbol, find_pc_sect_symtab): Use it.
* minsyms.c (lookup_minimal_symbol_by_pc_section): Likewise.
* printcmd.c (sym_info): Ignore separate debug objfiles.