diff options
Diffstat (limited to 'gdb/mipsread.c')
-rw-r--r-- | gdb/mipsread.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/mipsread.c b/gdb/mipsread.c index 093313e..cb186b1 100644 --- a/gdb/mipsread.c +++ b/gdb/mipsread.c @@ -42,6 +42,8 @@ #include "elf/internal.h" #include "elf/mips.h" +#include "psymtab.h" + static void read_alphacoff_dynamic_symtab (struct section_offsets *, struct objfile *objfile); @@ -400,6 +402,7 @@ static struct sym_fns ecoff_sym_fns = a file. */ NULL, /* sym_read_linetable */ default_symfile_relocate, /* sym_relocate: Relocate a debug section. */ + &psym_functions, NULL /* next: pointer to next struct sym_fns */ }; |