Add missing prototypes for build in ppx-aix.

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.
This commit is contained in:
Joel Brobecker 2012-03-12 15:57:19 +00:00
parent 649c7061d4
commit e1aca11ede
4 changed files with 12 additions and 0 deletions

View 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

View 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)
{

View File

@ -1214,6 +1214,8 @@ find_toc_address (CORE_ADDR pc)
}
void _initialize_rs6000_nat (void);
void
_initialize_rs6000_nat (void)
{

View File

@ -158,6 +158,8 @@ sharedlibrary_command (char *pattern, int from_tty)
}
}
void _initialize_xcoffsolib (void);
void
_initialize_xcoffsolib (void)
{