Replace SYMBOL_SET_LINKAGE_NAME with a member function
[deliverable/binutils-gdb.git] / gdb / xcoffread.c
index 4ea9b0b5bddc24b27a9f14fb78d5f88084f0b34a..eaa77fd4915482d4766e8d167f90ef42ba7ef374 100644 (file)
@@ -1574,7 +1574,7 @@ process_xcoff_symbol (struct coff_symbol *cs, struct objfile *objfile)
          will be patched with the type from its stab entry later on in
          patch_block_stabs (), unless the file was compiled without -g.  */
 
-      SYMBOL_SET_LINKAGE_NAME (sym, SYMNAME_ALLOC (name, symname_alloced));
+      sym->set_linkage_name (SYMNAME_ALLOC (name, symname_alloced));
       SYMBOL_TYPE (sym) = objfile_type (objfile)->nodebug_text_symbol;
 
       SYMBOL_ACLASS_INDEX (sym) = LOC_BLOCK;
This page took 0.024125 seconds and 4 git commands to generate.