diff options
Diffstat (limited to 'gdb/somread.c')
-rw-r--r-- | gdb/somread.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/somread.c b/gdb/somread.c index c7beaba..3d93c5e 100644 --- a/gdb/somread.c +++ b/gdb/somread.c @@ -437,6 +437,7 @@ static struct sym_fns som_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 */ }; |