diff options
author | Daniel Jacobowitz <drow@false.org> | 2007-01-21 16:55:49 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2007-01-21 16:55:49 +0000 |
commit | 113096576766ad92cfa059437ea6d370ceecd0cf (patch) | |
tree | b8ec169c01ccb3d15cc19117b1b4845566a12b9c /gdb/ChangeLog | |
parent | cb1df416fb6d2cc4837a8f81c5f102821c02db93 (diff) | |
download | gdb-113096576766ad92cfa059437ea6d370ceecd0cf.zip gdb-113096576766ad92cfa059437ea6d370ceecd0cf.tar.gz gdb-113096576766ad92cfa059437ea6d370ceecd0cf.tar.bz2 |
* objfiles.h (ALL_PRIMARY_SYMTABS): Define.
* ada-lang.c (symtab_for_sym, ada_lookup_symbol_list)
(ada_lookup_symbol): Use ALL_PRIMARY_SYMTABS.
* cp-support.c (make_symbol_overload_list_qualified): Likewise.
* symtab.c (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
(basic_lookup_transparent_type, find_pc_sect_symtab, search_symbols)
(make_symbol_completion_list): Likewise.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 66cd6c7..9752b2b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,14 @@ +2007-01-21 Daniel Jacobowitz <dan@codesourcery.com> + + * objfiles.h (ALL_PRIMARY_SYMTABS): Define. + + * ada-lang.c (symtab_for_sym, ada_lookup_symbol_list) + (ada_lookup_symbol): Use ALL_PRIMARY_SYMTABS. + * cp-support.c (make_symbol_overload_list_qualified): Likewise. + * symtab.c (lookup_symbol_aux_block, lookup_symbol_aux_symtabs) + (basic_lookup_transparent_type, find_pc_sect_symtab, search_symbols) + (make_symbol_completion_list): Likewise. + 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com> Daniel Jacobowitz <dan@codesourcery.com> |