NEWS: Mention new sim --map-info flag.
[deliverable/binutils-gdb.git] / gdb / coffread.c
index 7f1ecd0debd7965fe3098003cf6848e750ea318d..3d4dd6091c599ae2499926d4af2ae7b1e0502a30 100644 (file)
@@ -2126,7 +2126,7 @@ coff_read_enum_type (int index, int length, int lastsym,
 
 /* Register our ability to parse symbols for coff BFD files. */
 
-static struct sym_fns coff_sym_fns =
+static const struct sym_fns coff_sym_fns =
 {
   bfd_target_coff_flavour,
   coff_new_init,               /* sym_new_init: init anything gbl to entire symtab */
@@ -2138,8 +2138,7 @@ static struct sym_fns coff_sym_fns =
                                   a file.  */
   NULL,                         /* sym_read_linetable  */
   default_symfile_relocate,    /* sym_relocate: Relocate a debug section.  */
-  &psym_functions,
-  NULL                         /* next: pointer to next struct sym_fns */
+  &psym_functions
 };
 
 void
This page took 0.023471 seconds and 4 git commands to generate.