mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 22:48:57 +08:00
Reformat symfile-debug.c::debug_qf_expand_symtabs_matching parameters.
gdb/ChangeLog: * symfile-debug.c (debug_qf_expand_symtabs_matching): Reformat function parameters.
This commit is contained in:
@ -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>
|
2014-02-10 Will Newton <will.newton@linaro.org>
|
||||||
|
|
||||||
* elfread.c (elf_rel_plt_read): Look for a .got section if
|
* elfread.c (elf_rel_plt_read): Look for a .got section if
|
||||||
|
@ -283,11 +283,11 @@ debug_qf_map_matching_symbols (struct objfile *objfile,
|
|||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
debug_qf_expand_symtabs_matching (struct objfile *objfile,
|
debug_qf_expand_symtabs_matching
|
||||||
|
(struct objfile *objfile,
|
||||||
expand_symtabs_file_matcher_ftype *file_matcher,
|
expand_symtabs_file_matcher_ftype *file_matcher,
|
||||||
expand_symtabs_symbol_matcher_ftype *symbol_matcher,
|
expand_symtabs_symbol_matcher_ftype *symbol_matcher,
|
||||||
enum search_domain kind,
|
enum search_domain kind, void *data)
|
||||||
void *data)
|
|
||||||
{
|
{
|
||||||
const struct debug_sym_fns_data *debug_data =
|
const struct debug_sym_fns_data *debug_data =
|
||||||
objfile_data (objfile, symfile_debug_objfile_data_key);
|
objfile_data (objfile, symfile_debug_objfile_data_key);
|
||||||
|
Reference in New Issue
Block a user