PR breakpoint/12803
[deliverable/binutils-gdb.git] / gdb / solib.c
index 819eb7dab75d16fb752e62b1f88ee34dfe19ce05..a9f46e00099a931aceb4923373d25e5c11be23bd 100644 (file)
@@ -648,7 +648,8 @@ solib_read_symbols (struct so_list *so, int flags)
          sap = build_section_addr_info_from_section_table (so->sections,
                                                            so->sections_end);
          so->objfile = symbol_file_add_from_bfd (so->abfd,
-                                                 flags, sap, OBJF_SHARED);
+                                                 flags, sap, OBJF_SHARED,
+                                                 NULL);
          so->objfile->addr_low = so->addr_low;
          free_section_addr_info (sap);
        }
This page took 0.023199 seconds and 4 git commands to generate.