mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-17 04:43:17 +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:
@ -1104,13 +1104,13 @@ extern struct symbol *lookup_symbol_global (const char *name,
|
||||
const struct block *block,
|
||||
const domain_enum domain);
|
||||
|
||||
/* Lookup a symbol within the block BLOCK.
|
||||
/* Lookup a symbol in block BLOCK.
|
||||
Upon success sets BLOCK_FOUND and fixes up the symbol's section
|
||||
if necessary. */
|
||||
|
||||
extern struct symbol *lookup_symbol_aux_block (const char *name,
|
||||
const struct block *block,
|
||||
const domain_enum domain);
|
||||
extern struct symbol *lookup_symbol_in_block (const char *name,
|
||||
const struct block *block,
|
||||
const domain_enum domain);
|
||||
|
||||
/* Look up the `this' symbol for LANG in BLOCK. Return the symbol if
|
||||
found, or NULL if not found. */
|
||||
|
Reference in New Issue
Block a user