Replace some symbol accessor macros with functions.
[deliverable/binutils-gdb.git] / gdb / symmisc.c
index 5e0cc7a8d3ac97002d1fd0b3e20960dbedc0499e..3b6639df6515f0c42d0f9594ec0650af54e1262d 100644 (file)
@@ -466,7 +466,7 @@ print_symbol (void *args)
   struct symbol *symbol = ((struct print_symbol_args *) args)->symbol;
   int depth = ((struct print_symbol_args *) args)->depth;
   struct ui_file *outfile = ((struct print_symbol_args *) args)->outfile;
-  struct obj_section *section = SYMBOL_OBJ_SECTION (SYMBOL_OBJFILE (symbol),
+  struct obj_section *section = SYMBOL_OBJ_SECTION (symbol_objfile (symbol),
                                                    symbol);
 
   print_spaces (depth, outfile);
This page took 0.025532 seconds and 4 git commands to generate.