lookup_symbol_in_block: Renamed from lookup_symbol_aux_block.
[deliverable/binutils-gdb.git] / gdb / symtab.h
index 1d9525863096d1c91796778decacdce4046df507..5564dbe6ccba376db6fc3ed6d838fc24e568c6fc 100644 (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.  */
This page took 0.025886 seconds and 4 git commands to generate.