gdb/
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 75eee2ad1085bd634467cf2643191845ac15c496..001263818ea7d43272e122e7f2c17fa5777a8a39 100644 (file)
@@ -1,3 +1,25 @@
+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...
+       (ALLDEPFILES): ... to there.
+
 2012-12-15  Joel Brobecker  <brobecker@adacore.com>
 
        * configure.tgt (sparc-*-*): Add missing '\' in gdb_target_ops.
@@ -35,7 +57,7 @@
 
 2012-12-15  Joel Brobecker  <brobecker@adacore.com>
 
-       * gdbarch.sh: Add "struct ravenscar_arch_ops" advance
+       * gdbarch.sh: Add "struct ravenscar_arch_ops" forward
        declaration.
        (ravenscar_ops): New gdbarch variable.
        * gdbarch.h, gdbarch.c: Regenerate.
This page took 0.026346 seconds and 4 git commands to generate.