Index: gdb/mipsread.c |
diff --git a/gdb/mipsread.c b/gdb/mipsread.c |
index 5790730f3f14e0b99591c4eab1eea7e93c2d53c5..23ceece652081b0f7f3202c483691f530800e4ab 100644 |
--- a/gdb/mipsread.c |
+++ b/gdb/mipsread.c |
@@ -401,6 +401,7 @@ static const struct sym_fns ecoff_sym_fns = |
default_symfile_segments, /* Get segment information from a file. */ |
NULL, |
default_symfile_relocate, /* Relocate a debug section. */ |
+ NULL, /* sym_probe_fns */ |
&psym_functions |
}; |