Rename lookup_symbol_global to lookup_global_symbol.
[deliverable/binutils-gdb.git] / gdb / symtab.c
index e2a1e56f6608d26b25f9d82b2a7876a69dd25328..2aae04c99db80b77fccb386a4d1642f8317b7db8 100644 (file)
@@ -1800,7 +1800,7 @@ basic_lookup_symbol_nonlocal (const char *name,
   if (sym != NULL)
     return sym;
 
-  return lookup_symbol_global (name, block, domain);
+  return lookup_global_symbol (name, block, domain);
 }
 
 /* See symtab.h.  */
@@ -1861,7 +1861,7 @@ lookup_symbol_global_iterator_cb (struct objfile *objfile,
 /* See symtab.h.  */
 
 struct symbol *
-lookup_symbol_global (const char *name,
+lookup_global_symbol (const char *name,
                      const struct block *block,
                      const domain_enum domain)
 {
This page took 0.024254 seconds and 4 git commands to generate.