aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdb/ChangeLog5
-rw-r--r--gdb/symfile-debug.c10
2 files changed, 10 insertions, 5 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 4487b6b..72b41e4 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2014-02-11 Joel Brobecker <brobecker@adacore.com>
+
+ * symfile-debug.c (debug_qf_expand_symtabs_matching): Reformat
+ function parameters.
+
2014-02-10 Will Newton <will.newton@linaro.org>
* elfread.c (elf_rel_plt_read): Look for a .got section if
diff --git a/gdb/symfile-debug.c b/gdb/symfile-debug.c
index e0a5011..c247bd7 100644
--- a/gdb/symfile-debug.c
+++ b/gdb/symfile-debug.c
@@ -283,11 +283,11 @@ debug_qf_map_matching_symbols (struct objfile *objfile,
}
static void
-debug_qf_expand_symtabs_matching (struct objfile *objfile,
- expand_symtabs_file_matcher_ftype *file_matcher,
- expand_symtabs_symbol_matcher_ftype *symbol_matcher,
- enum search_domain kind,
- void *data)
+debug_qf_expand_symtabs_matching
+ (struct objfile *objfile,
+ expand_symtabs_file_matcher_ftype *file_matcher,
+ expand_symtabs_symbol_matcher_ftype *symbol_matcher,
+ enum search_domain kind, void *data)
{
const struct debug_sym_fns_data *debug_data =
objfile_data (objfile, symfile_debug_objfile_data_key);