diff options
author | Tom Rix <trix@redhat.com> | 2001-09-06 15:20:00 +0000 |
---|---|---|
committer | Tom Rix <trix@redhat.com> | 2001-09-06 15:20:00 +0000 |
commit | 40a964c7a4f51248a1244df49f34667de953b50c (patch) | |
tree | 3ebd33b648408bf79b5309264b3ab95e689c49ae /bfd/bfd-in.h | |
parent | 4b9f58a7f467b0cd0da6edd9fcd7585ccf7af39e (diff) | |
download | gdb-40a964c7a4f51248a1244df49f34667de953b50c.tar.gz |
Fix import symbols for AIX.
Diffstat (limited to 'bfd/bfd-in.h')
-rw-r--r-- | bfd/bfd-in.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/bfd/bfd-in.h b/bfd/bfd-in.h index 6d4293ee982..079761fc279 100644 --- a/bfd/bfd-in.h +++ b/bfd/bfd-in.h @@ -722,10 +722,9 @@ extern boolean bfd_xcoff_link_record_set bfd_size_type)); extern boolean bfd_xcoff_import_symbol PARAMS ((bfd *, struct bfd_link_info *, struct bfd_link_hash_entry *, - bfd_vma, const char *, const char *, const char *)); + bfd_vma, const char *, const char *, const char *, unsigned int)); extern boolean bfd_xcoff_export_symbol - PARAMS ((bfd *, struct bfd_link_info *, struct bfd_link_hash_entry *, - boolean)); + PARAMS ((bfd *, struct bfd_link_info *, struct bfd_link_hash_entry *)); extern boolean bfd_xcoff_link_count_reloc PARAMS ((bfd *, struct bfd_link_info *, const char *)); extern boolean bfd_xcoff_record_link_assignment |