mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-29 04:53:56 +08:00
Also update recursive call to d_lookup_symbol_imports.
This commit is contained in:
parent
30a6a7f035
commit
e08db6db1d
@ -485,7 +485,7 @@ d_lookup_symbol_imports (const char *scope, const char *name,
|
||||
name_scope++;
|
||||
sym = d_lookup_symbol_imports (current->import_src,
|
||||
name + name_scope,
|
||||
block, domain, 0);
|
||||
block, domain);
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -495,7 +495,7 @@ d_lookup_symbol_imports (const char *scope, const char *name,
|
||||
current->import_src as MODULE to direct the search
|
||||
towards the imported module. */
|
||||
sym = d_lookup_symbol_imports (current->import_src,
|
||||
name, block, domain, 0);
|
||||
name, block, domain);
|
||||
}
|
||||
current->searched = 0;
|
||||
discard_cleanups (searched_cleanup);
|
||||
|
Loading…
Reference in New Issue
Block a user