Index: gdb/somread.c |
diff --git a/gdb/somread.c b/gdb/somread.c |
index e621cba9ff26ae45a58533364b4e0def36fdd22a..19a15e21983f0420a4ab6a6bf5876b7d60309720 100644 |
--- a/gdb/somread.c |
+++ b/gdb/somread.c |
@@ -427,6 +427,7 @@ static const struct sym_fns som_sym_fns = |
default_symfile_segments, /* Get segment information from a file. */ |
NULL, |
default_symfile_relocate, /* Relocate a debug section. */ |
+ NULL, /* sym_get_probes */ |
&psym_functions |
}; |