summaryrefslogtreecommitdiff
path: root/bfd/libxcoff.h
diff options
context:
space:
mode:
authorTom Rix <trix@redhat.com>2001-09-06 15:20:01 +0000
committerTom Rix <trix@redhat.com>2001-09-06 15:20:01 +0000
commit57341321b344331102e86ade23e4cdad1da78e95 (patch)
tree4a722e849f76cd1330f4e0e6ccb5de7b9c074eaa /bfd/libxcoff.h
parenta99477be53a7e7391fe28b6101018e2a7d6f2dd2 (diff)
downloadbinutils-redhat-57341321b344331102e86ade23e4cdad1da78e95.tar.gz
Fix import symbols for AIX.
Diffstat (limited to 'bfd/libxcoff.h')
-rw-r--r--bfd/libxcoff.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/bfd/libxcoff.h b/bfd/libxcoff.h
index 83a65924c6..cbc0bfca94 100644
--- a/bfd/libxcoff.h
+++ b/bfd/libxcoff.h
@@ -248,10 +248,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