mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-13 13:35:56 +00:00
* psymtab.c (lookup_partial_symbol): Mark definition as static.
This commit is contained in:
parent
4061892649
commit
1843028924
@ -1,3 +1,7 @@
|
||||
2010-06-24 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* psymtab.c (lookup_partial_symbol): Mark definition as static.
|
||||
|
||||
2010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||
Tom Tromey <tromey@redhat.com>
|
||||
|
||||
|
@ -424,7 +424,7 @@ lookup_symbol_aux_psymtabs (struct objfile *objfile,
|
||||
/* Look, in partial_symtab PST, for symbol whose natural name is NAME.
|
||||
Check the global symbols if GLOBAL, the static symbols if not. */
|
||||
|
||||
struct partial_symbol *
|
||||
static struct partial_symbol *
|
||||
lookup_partial_symbol (struct partial_symtab *pst, const char *name,
|
||||
int global, domain_enum domain)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user