gdb
[deliverable/binutils-gdb.git] / gdb / coffread.c
index ba413ade3658d1b51f8705453e8151c791ec8842..55dd84b5c659d44b41bf57b0898606d029e4787a 100644 (file)
@@ -45,6 +45,8 @@
 
 #include "coff-pe-read.h"
 
+#include "psymtab.h"
+
 extern void _initialize_coffread (void);
 
 struct coff_symfile_info
@@ -2129,6 +2131,7 @@ static struct sym_fns coff_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 */
 };
 
This page took 0.023552 seconds and 4 git commands to generate.