aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 9c24f95..0012638 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,20 @@
+2012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
+
+ Code cleanup.
+ * breakpoint.c (clear_command): Remove variable sal_name_len and its
+ initialization, remove it from the compare_filenames_for_search call.
+ * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove variable
+ name_len and its initialization, remove it from the
+ compare_filenames_for_search calls.
+ * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
+ * symtab.c (compare_filenames_for_search): Remove the search_len
+ parameter, update the function comment, new variable search_len
+ initialized from SEARCH_NAME.
+ (iterate_over_some_symtabs): Remove variable name_len and its
+ initialization, remove it from the compare_filenames_for_search calls.
+ * symtab.h (compare_filenames_for_search): Remove the search_len
+ parameter,
+
2012-12-16 Joel Brobecker <brobecker@adacore.com>
* Makefile.in (SFILES): Move ravenscar-thread.c from here...