* breakpoint.h (struct bp_location): Change type of section
[deliverable/binutils-gdb.git] / gdb / linespec.c
index d00149da5c04e9051996aef55609d4a3bf53affc..8020cb539a6726305d556ca8d86dbf00edb0d8c5 100644 (file)
@@ -1849,8 +1849,8 @@ minsym_found (int funfirstline, struct minimal_symbol *msymbol)
   values.sals = (struct symtab_and_line *)
     xmalloc (sizeof (struct symtab_and_line));
   values.sals[0] = find_pc_sect_line (SYMBOL_VALUE_ADDRESS (msymbol),
-                                     (struct bfd_section *) 0, 0);
-  values.sals[0].section = SYMBOL_BFD_SECTION (msymbol);
+                                     (struct obj_section *) 0, 0);
+  values.sals[0].section = SYMBOL_OBJ_SECTION (msymbol);
 
   /* The minimal symbol might point to a function descriptor;
      resolve it to the actual code address instead.  */
This page took 0.023771 seconds and 4 git commands to generate.