* dwarf2read.c (dw2_find_symbol_file): Don't crash if there are no files.
[deliverable/binutils-gdb.git] / gdb / machoread.c
index 8a6b500e0283a237b56c1788003924c7467eef49..1986f54ca0d9d362ede16f02c3ade5594df8df18 100644 (file)
@@ -1032,6 +1032,7 @@ static const struct sym_fns macho_sym_fns = {
   default_symfile_segments,    /* Get segment information from a file.  */
   NULL,
   macho_symfile_relocate,      /* Relocate a debug section.  */
+  NULL,                                /* sym_get_probes */
   &psym_functions
 };
 
This page took 0.023348 seconds and 4 git commands to generate.