gdb/
[deliverable/binutils-gdb.git] / gdb / mipsread.c
index 1cd32996dcc43b8e3b77518e831385be49746be5..23ceece652081b0f7f3202c483691f530800e4ab 100644 (file)
@@ -1,7 +1,6 @@
 /* Read a symbol table in MIPS' format (Third-Eye).
 
-   Copyright (C) 1986, 1987, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996,
-   1998, 1999, 2000, 2001, 2003, 2004, 2007, 2008, 2009, 2010, 2011
+   Copyright (C) 1986-1987, 1989-1996, 1998-2001, 2003-2004, 2007-2012
    Free Software Foundation, Inc.
 
    Contributed by Alessandro Forin (af@cs.cmu.edu) at CMU.  Major work
@@ -402,6 +401,7 @@ static const struct sym_fns ecoff_sym_fns =
   default_symfile_segments,    /* Get segment information from a file.  */
   NULL,
   default_symfile_relocate,    /* Relocate a debug section.  */
+  NULL,                                /* sym_probe_fns */
   &psym_functions
 };
 
This page took 0.023565 seconds and 4 git commands to generate.