summaryrefslogtreecommitdiff
path: root/gdb/somread.c
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2004-12-18 14:21:09 +0000
committerMark Kettenis <kettenis@gnu.org>2004-12-18 14:21:09 +0000
commit0273cdab1963964931d2afd8014c9d03590fd7bc (patch)
treeeb8cae33e2eeb544586e67057b6b72bfd3950703 /gdb/somread.c
parentac8b4c023f617e9552b87adba3e703e00fae0b99 (diff)
downloadgdb-0273cdab1963964931d2afd8014c9d03590fd7bc.tar.gz
* somread.c: Include "solib-som.h".
(som_symfile_init, som_new_init, som_symfile_read, som_symfile_finish, som_symtab_read, som_symfile_offsets): Remove redudant prototypes. * Makefile.in (somread.o): Update dependencies.
Diffstat (limited to 'gdb/somread.c')
-rw-r--r--gdb/somread.c16
1 files changed, 2 insertions, 14 deletions
diff --git a/gdb/somread.c b/gdb/somread.c
index b6f3004f550..e65bdcc98cd 100644
--- a/gdb/somread.c
+++ b/gdb/somread.c
@@ -35,23 +35,11 @@
#include "som.h"
#include "libhppa.h"
-/* Various things we might complain about... */
+#include "solib-som.h"
+/* Prototypes for local functions. */
static int init_import_symbols (struct objfile *objfile);
-static void som_symfile_init (struct objfile *);
-
-static void som_new_init (struct objfile *);
-
-static void som_symfile_read (struct objfile *, int);
-
-static void som_symfile_finish (struct objfile *);
-
-static void som_symtab_read (bfd *, struct objfile *,
- struct section_offsets *);
-
-static void som_symfile_offsets (struct objfile *, struct section_addr_info *);
-
/* FIXME: These should really be in a common header somewhere */
extern void hpread_build_psymtabs (struct objfile *, int);