Run --gc-sections tests only if supported.
[deliverable/binutils-gdb.git] / gdb / somread.c
index fbbe3564d003363a7c24bd7425b51b7dc1c0d51c..70fc3a38c9c1700354efcd0d54cd3949e877cf71 100644 (file)
 
 #include "solib-som.h"
 
-/*
-
-   LOCAL FUNCTION
-
-   som_symtab_read -- read the symbol table of a SOM file
-
-   SYNOPSIS
-
-   void som_symtab_read (bfd *abfd, struct objfile *objfile,
-   struct section_offsets *section_offsets)
-
-   DESCRIPTION
+/* Read the symbol table of a SOM file.
 
    Given an open bfd, a base address to relocate symbols to, and a
    flag that specifies whether or not this bfd is for an executable
    or not (may be shared library for example), add all the global
-   function and data symbols to the minimal symbol table.
- */
+   function and data symbols to the minimal symbol table.  */
 
 static void
 som_symtab_read (bfd *abfd, struct objfile *objfile,
@@ -433,6 +421,7 @@ static const struct sym_fns som_sym_fns =
   som_new_init,                        /* init anything gbl to entire symtab */
   som_symfile_init,            /* read initial info, setup for sym_read() */
   som_symfile_read,            /* read a symbol file into symtab */
+  NULL,                                /* sym_read_psymbols */
   som_symfile_finish,          /* finished with file, cleanup */
   som_symfile_offsets,         /* Translate ext. to int. relocation */
   default_symfile_segments,    /* Get segment information from a file.  */
This page took 0.024905 seconds and 4 git commands to generate.