mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-18 03:27:52 +08:00
lookup_symbol_in_block: Renamed from lookup_symbol_aux_block.
gdb/ChangeLog: * symtab.c (lookup_symbol_in_block): Renamed from lookup_symbol_aux_block. All callers updated.
This commit is contained in:
@ -628,7 +628,7 @@ lookup_symbol_file (const char *name,
|
||||
const struct block *global_block = block_global_block (block);
|
||||
|
||||
if (global_block != NULL)
|
||||
sym = lookup_symbol_aux_block (name, global_block, domain);
|
||||
sym = lookup_symbol_in_block (name, global_block, domain);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user