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:
parent
649c7061d4
commit
e1aca11ede
@ -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
|
||||
|
@ -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)
|
||||
{
|
||||
|
@ -1214,6 +1214,8 @@ find_toc_address (CORE_ADDR pc)
|
||||
}
|
||||
|
||||
|
||||
void _initialize_rs6000_nat (void);
|
||||
|
||||
void
|
||||
_initialize_rs6000_nat (void)
|
||||
{
|
||||
|
@ -158,6 +158,8 @@ sharedlibrary_command (char *pattern, int from_tty)
|
||||
}
|
||||
}
|
||||
|
||||
void _initialize_xcoffsolib (void);
|
||||
|
||||
void
|
||||
_initialize_xcoffsolib (void)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user