diff options
Diffstat (limited to 'gdb/coffread.c')
-rw-r--r-- | gdb/coffread.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/coffread.c b/gdb/coffread.c index 7ff53b7..dcd17d3 100644 --- a/gdb/coffread.c +++ b/gdb/coffread.c @@ -2139,6 +2139,8 @@ static struct sym_fns coff_sym_fns = coff_symfile_read, /* sym_read: read a symbol file into symtab */ coff_symfile_finish, /* sym_finish: finished with file, cleanup */ default_symfile_offsets, /* sym_offsets: xlate external to internal form */ + default_symfile_segments, /* sym_segments: Get segment information from + a file. */ NULL /* next: pointer to next struct sym_fns */ }; |