diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2011-06-10 21:48:04 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2011-06-10 21:48:04 +0000 |
commit | 44b13c5a41d3b0fc2f122071e8c64987564dbf21 (patch) | |
tree | e151362865543474a1b08449bee91967fd38f77b /gdb/ChangeLog | |
parent | 6c30d220f19d7f4fe197fa5f62a472b2e5e84d7c (diff) | |
download | gdb-44b13c5a41d3b0fc2f122071e8c64987564dbf21.zip gdb-44b13c5a41d3b0fc2f122071e8c64987564dbf21.tar.gz gdb-44b13c5a41d3b0fc2f122071e8c64987564dbf21.tar.bz2 |
gdb/
Code cleanup.
* dwarf2read.c (dw2_map_symbol_filenames): Use symbol_filename_ftype
for fun.
* psymtab.c (map_symbol_filenames_psymtab)
(map_partial_symbol_filenames): Likewise.
* psymtab.h: Include symfile.h.
(map_partial_symbol_filenames): Use symbol_filename_ftype for fun.
* symfile.h (symbol_filename_ftype): New.
(struct quick_symbol_functions): Use symbol_filename_ftype for fun of
map_symbol_filenames, clarify more the naming in comment.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e88f1c4..8962f1a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,16 @@ +2011-06-10 Jan Kratochvil <jan.kratochvil@redhat.com> + + Code cleanup. + * dwarf2read.c (dw2_map_symbol_filenames): Use symbol_filename_ftype + for fun. + * psymtab.c (map_symbol_filenames_psymtab) + (map_partial_symbol_filenames): Likewise. + * psymtab.h: Include symfile.h. + (map_partial_symbol_filenames): Use symbol_filename_ftype for fun. + * symfile.h (symbol_filename_ftype): New. + (struct quick_symbol_functions): Use symbol_filename_ftype for fun of + map_symbol_filenames, clarify more the naming in comment. + 2011-06-07 Doug Evans <dje@google.com> * cc-with-index.sh: Fix typos in comment. |