forked from Imagelibrary/binutils-gdb
Add langdef arg to la_lookup_symbol_nonlocal.
gdb/ChangeLog: * language.h (struct language_defn) <la_lookup_symbol_nonlocal>: New arg language_defn. All uses updated.
This commit is contained in:
@@ -5585,7 +5585,8 @@ ada_lookup_symbol (const char *name, const struct block *block0,
|
||||
}
|
||||
|
||||
static struct symbol *
|
||||
ada_lookup_symbol_nonlocal (const char *name,
|
||||
ada_lookup_symbol_nonlocal (const struct language_defn *langdef,
|
||||
const char *name,
|
||||
const struct block *block,
|
||||
const domain_enum domain)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user