From e1aca11ede8b3722285f500f6efd050c24f2967b Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Mon, 12 Mar 2012 15:57:19 +0000 Subject: Add missing prototypes for build in ppx-aix. gdb/ChangeLog: 2012-03-12 Chris January * aix-thread.c (_initialize_aix_thread): Add prototype. * rs6000-nat.c (_initialize_rs6000_nat): Ditto. * xcoffsolib.c (_initialize_xcoffsolib): Ditto. --- gdb/xcoffsolib.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gdb/xcoffsolib.c') diff --git a/gdb/xcoffsolib.c b/gdb/xcoffsolib.c index 0a4f5fe..46cf808 100644 --- a/gdb/xcoffsolib.c +++ b/gdb/xcoffsolib.c @@ -158,6 +158,8 @@ sharedlibrary_command (char *pattern, int from_tty) } } +void _initialize_xcoffsolib (void); + void _initialize_xcoffsolib (void) { -- cgit v1.1