aboutsummaryrefslogtreecommitdiff
path: root/gdb/somread.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/somread.c')
-rw-r--r--gdb/somread.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/somread.c b/gdb/somread.c
index 3d93c5e..cc36042 100644
--- a/gdb/somread.c
+++ b/gdb/somread.c
@@ -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 */
};