setup_archive parameter mismatch

* elfcomm.c (setup_archive): Make file_size an off_t.  Comment.
	* elfcomm.h (setup_archive): Update prototype.
This commit is contained in:
Alan Modra
2020-03-19 11:47:45 +10:30
parent cdf236890c
commit 645ba68105
3 changed files with 13 additions and 3 deletions

View File

@@ -74,7 +74,7 @@ extern char *adjust_relative_path (const char *, const char *, unsigned long);
/* Read the symbol table and long-name table from an archive. */
extern int setup_archive (struct archive_info *, const char *, FILE *,
bfd_size_type, bfd_boolean, bfd_boolean);
off_t, bfd_boolean, bfd_boolean);
/* Open and setup a nested archive, if not already open. */
extern int setup_nested_archive (struct archive_info *, const char *);