* breakpoint.c (parse_breakpoint_sals): Fix description.
[deliverable/binutils-gdb.git] / gdb / mipsread.c
index b1713b3d104473e850197e566dd9e130469cb5db..697f784ed567f3d9736286f71bf3dd5d06ed3f73 100644 (file)
@@ -1,7 +1,7 @@
 /* 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
+   1998, 1999, 2000, 2001, 2003, 2004, 2007, 2008, 2009, 2010, 2011
    Free Software Foundation, Inc.
 
    Contributed by Alessandro Forin (af@cs.cmu.edu) at CMU.  Major work
@@ -92,7 +92,7 @@ mipscoff_symfile_read (struct objfile *objfile, int symfile_flags)
   read_alphacoff_dynamic_symtab (objfile->section_offsets, objfile);
 
   /* Install any minimal symbols that have been collected as the current
-     minimal symbols for this objfile. */
+     minimal symbols for this objfile.  */
 
   install_minimal_symbols (objfile);
   do_cleanups (back_to);
@@ -110,7 +110,7 @@ mipscoff_symfile_finish (struct objfile *objfile)
    standard COFF section.  The ELF format for the symbols differs from
    the format defined in elf/external.h.  It seems that a normal ELF
    32-bit format is used, and the representation only changes because
-   longs are 64-bit on the alpha. In addition, the handling of
+   longs are 64-bit on the alpha.  In addition, the handling of
    text/data section indices for symbols is different from the ELF
    ABI.  As the BFD linker currently does not support dynamic linking
    on the alpha, there seems to be no reason to pollute BFD with
@@ -341,7 +341,7 @@ read_alphacoff_dynamic_symtab (struct section_offsets *section_offsets,
        }
       else
        {
-         /* Symbols defined in the executable itself. We only care
+         /* Symbols defined in the executable itself.  We only care
             about them if this is a stripped executable, otherwise
             they have been retrieved from the normal symbol table
             already.  */
@@ -393,15 +393,14 @@ read_alphacoff_dynamic_symtab (struct section_offsets *section_offsets,
 static const struct sym_fns ecoff_sym_fns =
 {
   bfd_target_ecoff_flavour,
-  mipscoff_new_init,           /* sym_new_init: init anything gbl to entire symtab */
-  mipscoff_symfile_init,       /* sym_init: read initial info, setup for sym_read() */
-  mipscoff_symfile_read,       /* sym_read: read a symbol file into symtab */
-  mipscoff_symfile_finish,     /* sym_finish: finished with file, cleanup */
-  default_symfile_offsets,     /* sym_offsets: dummy FIXME til implem sym reloc */
-  default_symfile_segments,    /* sym_segments: Get segment information from
-                                  a file.  */
-  NULL,                         /* sym_read_linetable */
-  default_symfile_relocate,    /* sym_relocate: Relocate a debug section.  */
+  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 */
+  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.  */
   &psym_functions
 };
 
This page took 0.024907 seconds and 4 git commands to generate.