]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/somread.c
* coffread.c (coff_sym_fns): Add default_symfile_segments.
[thirdparty/binutils-gdb.git] / gdb / somread.c
index c4f0744716f246c2530f5022974604b6b5f9dab5..199825c911e91f534bd1e1d6b84cef5d208b4a53 100644 (file)
@@ -438,6 +438,8 @@ static struct sym_fns som_sym_fns =
   som_symfile_read,            /* sym_read: read a symbol file into symtab */
   som_symfile_finish,          /* sym_finish: finished with file, cleanup */
   som_symfile_offsets,         /* sym_offsets:  Translate ext. to int. relocation */
+  default_symfile_segments,    /* sym_segments: Get segment information from
+                                  a file.  */
   NULL                         /* next: pointer to next struct sym_fns */
 };