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:
Doug Evans
2014-11-06 23:04:15 -08:00
parent 24d864bb95
commit d1a2d36d58
4 changed files with 14 additions and 9 deletions

View File

@ -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. */