Add missing prototypes for build in ppx-aix.
authorJoel Brobecker <brobecker@gnat.com>
Mon, 12 Mar 2012 15:57:19 +0000 (15:57 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Mon, 12 Mar 2012 15:57:19 +0000 (15:57 +0000)
gdb/ChangeLog:
2012-03-12  Chris January  <chris.january@allinea.com>

        * aix-thread.c (_initialize_aix_thread): Add prototype.
        * rs6000-nat.c (_initialize_rs6000_nat): Ditto.
        * xcoffsolib.c (_initialize_xcoffsolib): Ditto.

gdb/ChangeLog
gdb/aix-thread.c
gdb/rs6000-nat.c
gdb/xcoffsolib.c

index 98d380e..a42c007 100644 (file)
@@ -1,3 +1,9 @@
+2012-03-12  Chris January  <chris.january@allinea.com>
+
+       * aix-thread.c (_initialize_aix_thread): Add prototype.
+       * rs6000-nat.c (_initialize_rs6000_nat): Ditto.
+       * xcoffsolib.c (_initialize_xcoffsolib): Ditto.
+
 2012-03-12  Joel Brobecker  <brobecker@adacore.com>
 
        * amd64bsd-nat.c: Move #include of "amd64bsd-nat.h" after
index 0a9fae3..3cdab48 100644 (file)
@@ -1829,6 +1829,8 @@ init_aix_thread_ops (void)
 /* Module startup initialization function, automagically called by
    init.c.  */
 
+void _initialize_aix_thread (void);
+
 void
 _initialize_aix_thread (void)
 {
index 31ef64a..117ca01 100644 (file)
@@ -1214,6 +1214,8 @@ find_toc_address (CORE_ADDR pc)
 }
 \f
 
+void _initialize_rs6000_nat (void);
+
 void
 _initialize_rs6000_nat (void)
 {
index 0a4f5fe..46cf808 100644 (file)
@@ -158,6 +158,8 @@ sharedlibrary_command (char *pattern, int from_tty)
   }
 }
 
+void _initialize_xcoffsolib (void);
+
 void
 _initialize_xcoffsolib (void)
 {