diff options
author | Joel Brobecker <brobecker@gnat.com> | 2012-03-12 15:57:19 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2012-03-12 15:57:19 +0000 |
commit | e1aca11ede8b3722285f500f6efd050c24f2967b (patch) | |
tree | 4801723071df6548833b9150631ac6c6a6f0ac61 /gdb/xcoffsolib.c | |
parent | 649c7061d4463e9f0ce6989e066b02f22b7d9f74 (diff) | |
download | gdb-e1aca11ede8b3722285f500f6efd050c24f2967b.zip gdb-e1aca11ede8b3722285f500f6efd050c24f2967b.tar.gz gdb-e1aca11ede8b3722285f500f6efd050c24f2967b.tar.bz2 |
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.
Diffstat (limited to 'gdb/xcoffsolib.c')
-rw-r--r-- | gdb/xcoffsolib.c | 2 |
1 files changed, 2 insertions, 0 deletions
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) { |