Re: Deprecate a.out support for NetBSD targets
[binutils-gdb.git] / gdb / mipsread.c
index 052b31c70dbccb8c7ff1fba2498dbbdd3582cf6f..b51af3eeaa609811d7800cfe4d2dfddb1f5556a5 100644 (file)
@@ -369,14 +369,12 @@ static const struct sym_fns ecoff_sym_fns =
   mipscoff_new_init,           /* init anything gbl to entire symtab */
   mipscoff_symfile_init,       /* read initial info, setup for sym_read() */
   mipscoff_symfile_read,       /* read a symbol file into symtab */
-  NULL,                                /* sym_read_psymbols */
   mipscoff_symfile_finish,     /* finished with file, cleanup */
   default_symfile_offsets,     /* dummy FIXME til implem sym reloc */
   default_symfile_segments,    /* Get segment information from a file.  */
   NULL,
   default_symfile_relocate,    /* Relocate a debug section.  */
   NULL,                                /* sym_probe_fns */
-  &psym_functions
 };
 
 void _initialize_mipsread ();