Replace SYMBOL_*_NAME accessors with member functions
[deliverable/binutils-gdb.git] / gdb / ctfread.c
index 0e80150394a1636c7eaf960b1b9cef198a60770d..c5f9130c6a827744ff9593a24c1d92d539734b11 100644 (file)
@@ -1230,7 +1230,7 @@ psymtab_to_symtab (struct partial_symtab *pst)
       if (sym == NULL)
        continue;
 
-      set_symbol_address (ccp->of, sym, SYMBOL_LINKAGE_NAME (sym));
+      set_symbol_address (ccp->of, sym, sym->linkage_name ());
     }
 
   pst->readin = 1;
This page took 0.026241 seconds and 4 git commands to generate.