* config/mn10300-eval.exp: New file to support MN10300 eval board.
[deliverable/binutils-gdb.git] / gdb / dstread.c
index faa375ddacea8c701eafdbf28d31e4653951a992..f0d2a980623ff321e982cfa7449dab3ba60032b3 100644 (file)
@@ -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 *)
This page took 0.025532 seconds and 4 git commands to generate.