summaryrefslogtreecommitdiff
path: root/gdb/somsolib.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-01-09 18:30:32 +0000
committerAndrew Cagney <cagney@redhat.com>2003-01-09 18:30:32 +0000
commitcf0396f62d4a996a788bf15632d59f46476da6b5 (patch)
tree13d17da3bdffb70ad993bc6cfef63cb37d879a0a /gdb/somsolib.h
parentc27bdee1cd22bf097ccf987f2b13d6e70c2759b8 (diff)
downloadgdb-cf0396f62d4a996a788bf15632d59f46476da6b5.tar.gz
2003-01-09 Andrew Cagney <ac131313@redhat.com>
* somsolib.h: Fix function indentation. * disasm.c, buildsym.c, buildsym.h: Eliminate PTR. * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ. * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ. * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ. * somsolib.c, inftarg.c: Remove assignment in if conditional.
Diffstat (limited to 'gdb/somsolib.h')
-rw-r--r--gdb/somsolib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/somsolib.h b/gdb/somsolib.h
index 4b23760199c..60118b28bf7 100644
--- a/gdb/somsolib.h
+++ b/gdb/somsolib.h
@@ -36,8 +36,8 @@ extern void som_solib_add (char *, int, struct target_ops *, int);
extern CORE_ADDR som_solib_get_got_by_pc (CORE_ADDR);
-extern int
-som_solib_section_offsets (struct objfile *, struct section_offsets *);
+extern int som_solib_section_offsets (struct objfile *,
+ struct section_offsets *);
/* Function to be called when the inferior starts up, to discover the names
of shared libraries that are dynamically linked, the base addresses to