add the cleanup checker
[deliverable/binutils-gdb.git] / gdb / mipsread.c
index 5790730f3f14e0b99591c4eab1eea7e93c2d53c5..e9f04024587211e943773e8fe458ee3d5f4fe654 100644 (file)
@@ -1,7 +1,6 @@
 /* Read a symbol table in MIPS' format (Third-Eye).
 
-   Copyright (C) 1986-1987, 1989-1996, 1998-2001, 2003-2004, 2007-2012
-   Free Software Foundation, Inc.
+   Copyright (C) 1986-2013 Free Software Foundation, Inc.
 
    Contributed by Alessandro Forin (af@cs.cmu.edu) at CMU.  Major work
    by Per Bothner, John Gilmore and Ian Lance Taylor at Cygnus Support.
@@ -401,6 +400,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.029386 seconds and 4 git commands to generate.