Replace some symbol accessor macros with functions.
[deliverable/binutils-gdb.git] / gdb / mdebugread.c
index bcbd9b0d7886419c0e8892ed69ba3436bd532fb3..ed5d1d1b5b7794ce6f7095c22af9688610734af5 100644 (file)
@@ -4596,7 +4596,7 @@ mylookup_symbol (char *name, const struct block *block,
 static void
 add_symbol (struct symbol *s, struct symtab *symtab, struct block *b)
 {
-  SYMBOL_SYMTAB (s) = symtab;
+  symbol_set_symtab (s, symtab);
   dict_add_symbol (BLOCK_DICT (b), s);
 }
 
This page took 0.02592 seconds and 4 git commands to generate.