aboutsummaryrefslogtreecommitdiff
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
commit17fe2d6e138aefd5654b15de0c7ff7eef081851b (patch)
treee1c8c24eb78546d53ffd4b1c088011f7558f8088 /gdb/somread.c
parentd29b835cdb86c333d597d1b1982294b7c4e6141c (diff)
downloadfsf-binutils-gdb-17fe2d6e138aefd5654b15de0c7ff7eef081851b.zip
fsf-binutils-gdb-17fe2d6e138aefd5654b15de0c7ff7eef081851b.tar.gz
fsf-binutils-gdb-17fe2d6e138aefd5654b15de0c7ff7eef081851b.tar.bz2
* 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 b6f3004..e65bdcc 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);