diff options
Diffstat (limited to 'gdb/dbxread.c')
-rw-r--r-- | gdb/dbxread.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/dbxread.c b/gdb/dbxread.c index f0129f6..95f8cd8 100644 --- a/gdb/dbxread.c +++ b/gdb/dbxread.c @@ -3513,6 +3513,7 @@ static struct sym_fns aout_sym_fns = default_symfile_offsets, /* sym_offsets: parse user's offsets to internal form */ default_symfile_segments, /* sym_segments: Get segment information from a file. */ + NULL, /* sym_read_linetable */ NULL /* next: pointer to next struct sym_fns */ }; |