Replace the MSYMBOL_*_NAME macros with member functions
[deliverable/binutils-gdb.git] / gdb / compile / compile-c-symbols.c
index 9545caac1e3a57f2eeaa8e3d763532896a5e0ad2..abd0aeabab7971c066615d799839987ffcc2e88e 100644 (file)
@@ -308,7 +308,7 @@ convert_symbol_bmsym (compile_c_instance *context,
     }
 
   sym_type = context->convert_type (type);
-  decl = context->plugin ().build_decl (MSYMBOL_NATURAL_NAME (msym),
+  decl = context->plugin ().build_decl (msym->natural_name (),
                                        kind, sym_type, NULL, addr,
                                        NULL, 0);
   context->plugin ().bind (decl, 1 /* is_global */);
This page took 0.0251 seconds and 4 git commands to generate.