From b1ae631a1eef7fed67ac11105007887e23f855f7 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Wed, 23 Jan 2013 20:07:39 +0000 Subject: [PATCH] * linespec.c (find_linespec_symbols): Make static. --- gdb/ChangeLog | 4 ++++ gdb/linespec.c | 12 ++++++------ 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b0f2b3f..00f7101 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2013-01-23 Doug Evans + + * linespec.c (find_linespec_symbols): Make static. + 2013-01-23 Tiago Stürmer Daitx * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Set correct diff --git a/gdb/linespec.c b/gdb/linespec.c index 70fc401..bc2415c 100644 --- a/gdb/linespec.c +++ b/gdb/linespec.c @@ -319,11 +319,11 @@ static VEC (symbolp) *find_label_symbols (struct linespec_state *self, VEC (symbolp) **label_funcs_ret, const char *name); -void find_linespec_symbols (struct linespec_state *self, - VEC (symtab_p) *file_symtabs, - const char *name, - VEC (symbolp) **symbols, - VEC (minsym_and_objfile_d) **minsyms); +static void find_linespec_symbols (struct linespec_state *self, + VEC (symtab_p) *file_symtabs, + const char *name, + VEC (symbolp) **symbols, + VEC (minsym_and_objfile_d) **minsyms); static struct line_offset linespec_parse_variable (struct linespec_state *self, @@ -2948,7 +2948,7 @@ find_function_symbols (struct linespec_state *state, /* Find all symbols named NAME in FILE_SYMTABS, returning debug symbols in SYMBOLS and minimal symbols in MINSYMS. */ -void +static void find_linespec_symbols (struct linespec_state *state, VEC (symtab_p) *file_symtabs, const char *name, -- 2.7.4