diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2006-10-19 09:23:10 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2006-10-19 09:23:10 +0000 |
commit | 76101e23e55ea5df7a9db630067a991e3f960c84 (patch) | |
tree | 70d1980b7c50ff192e290f1a81afc50081e02186 /gdb | |
parent | 92b7c7b6e94eb456da640cfe6d5686ebd69078cb (diff) | |
download | gdb-76101e23e55ea5df7a9db630067a991e3f960c84.zip gdb-76101e23e55ea5df7a9db630067a991e3f960c84.tar.gz gdb-76101e23e55ea5df7a9db630067a991e3f960c84.tar.bz2 |
Typos.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 4 |
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. |