diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-01-19 04:06:47 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-01-19 04:06:47 +0000 |
commit | 5f1bd68891dd8e3feffa2d27f045a4705f1c1cc6 (patch) | |
tree | 44284ff70e5bc94cfa994da5ac1de57a528778ce /gdb/somread.c | |
parent | 3569346cb66b76281b8e9a095c1f455ade9f58d2 (diff) | |
download | gdb-5f1bd68891dd8e3feffa2d27f045a4705f1c1cc6.tar.gz |
2003-01-18 Andrew Cagney <ac131313@redhat.com>
* cris-tdep.c: Fix function declaration indentation.
* dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
* mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
* rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
* symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
* xcoffread.c, config/pa/tm-hppa.h: Ditto.
* config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
Diffstat (limited to 'gdb/somread.c')
-rw-r--r-- | gdb/somread.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gdb/somread.c b/gdb/somread.c index 38e35b2e7bb..6ba95a65b94 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 */ |