Rename lookup_symbol_global to lookup_global_symbol.
[deliverable/binutils-gdb.git] / gdb / cp-namespace.c
index 898fb5a7d9c3620a3ab31a663c631b05a475ad2d..4366666e325dc05673ef537491dcc2cf8e43e154 100644 (file)
@@ -632,7 +632,7 @@ lookup_symbol_file (const char *name,
     }
   else
     {
-      sym = lookup_symbol_global (name, block, domain);
+      sym = lookup_global_symbol (name, block, domain);
     }
 
   if (sym != NULL)
@@ -692,7 +692,7 @@ lookup_symbol_file (const char *name,
 
       /* Lookup a class named KLASS.  If none is found, there is nothing
         more that can be done.  */
-      klass_sym = lookup_symbol_global (klass, block, domain);
+      klass_sym = lookup_global_symbol (klass, block, domain);
       if (klass_sym == NULL)
        {
          do_cleanups (cleanup);
This page took 0.036913 seconds and 4 git commands to generate.