gdb/testsuite/
[binutils-gdb.git] / gdb / somread.c
index 3d93c5ee2a881ce6c5bb252214eb65c790bde5cc..cc36042ca8b296bcceaedf3be5705fc3cb8a5923 100644 (file)
@@ -32,6 +32,7 @@
 #include "demangle.h"
 #include "som.h"
 #include "libhppa.h"
+#include "psymtab.h"
 
 #include "solib-som.h"
 
@@ -438,6 +439,7 @@ static struct sym_fns som_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 */
 };