diff options
Diffstat (limited to 'gdb/mipsread.c')
-rw-r--r-- | gdb/mipsread.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/mipsread.c b/gdb/mipsread.c index 4ef817e..093313e 100644 --- a/gdb/mipsread.c +++ b/gdb/mipsread.c @@ -399,6 +399,7 @@ static struct sym_fns ecoff_sym_fns = default_symfile_segments, /* sym_segments: Get segment information from a file. */ NULL, /* sym_read_linetable */ + default_symfile_relocate, /* sym_relocate: Relocate a debug section. */ NULL /* next: pointer to next struct sym_fns */ }; |