diff options
Diffstat (limited to 'gdb/dstread.c')
-rw-r--r-- | gdb/dstread.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/dstread.c b/gdb/dstread.c index faa375d..f0d2a98 100644 --- a/gdb/dstread.c +++ b/gdb/dstread.c @@ -177,6 +177,8 @@ dst_end_symtab (objfile) symtab->free_ptr = 0; symtab->filename = last_source_file; symtab->dirname = NULL; + symtab->debugformat = obsavestring ("Apollo DST", 10, + &objfile -> symbol_obstack); lv = line_vector; lv->nitems = line_vector_index; symtab->linetable = (struct linetable *) |