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
4 changed files with 12 additions and 0 deletions
|
@ -158,6 +158,8 @@ sharedlibrary_command (char *pattern, int from_tty)
|
|||
}
|
||||
}
|
||||
|
||||
void _initialize_xcoffsolib (void);
|
||||
|
||||
void
|
||||
_initialize_xcoffsolib (void)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue