aboutsummaryrefslogtreecommitdiff
path: root/gdb/somread.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/somread.c')
-rw-r--r--gdb/somread.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/gdb/somread.c b/gdb/somread.c
index 38e35b2..6ba95a6 100644
--- a/gdb/somread.c
+++ b/gdb/somread.c
@@ -45,11 +45,10 @@ 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_symtab_read (bfd *, struct objfile *,
+ struct section_offsets *);
-static void
-som_symfile_offsets (struct objfile *, struct section_addr_info *);
+static void som_symfile_offsets (struct objfile *, struct section_addr_info *);
/* FIXME: These should really be in a common header somewhere */