From f606139ae8aa873f6294aaf3bf599d18c3025023 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Tue, 23 Dec 2014 07:24:48 -0800 Subject: Add langdef arg to la_lookup_symbol_nonlocal. gdb/ChangeLog: * language.h (struct language_defn) : New arg language_defn. All uses updated. --- gdb/language.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gdb/language.h') diff --git a/gdb/language.h b/gdb/language.h index aa07d8d..2a47e64 100644 --- a/gdb/language.h +++ b/gdb/language.h @@ -262,7 +262,8 @@ struct language_defn the part of symbol lookup where C looks up static and global variables. */ - struct symbol *(*la_lookup_symbol_nonlocal) (const char *, + struct symbol *(*la_lookup_symbol_nonlocal) (const struct language_defn *, + const char *, const struct block *, const domain_enum); -- cgit v1.1