From 645ba68105ee79511a79386811dd932be8becafa Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Thu, 19 Mar 2020 11:47:45 +1030 Subject: setup_archive parameter mismatch * elfcomm.c (setup_archive): Make file_size an off_t. Comment. * elfcomm.h (setup_archive): Update prototype. --- binutils/elfcomm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'binutils/elfcomm.h') diff --git a/binutils/elfcomm.h b/binutils/elfcomm.h index 731d3db..8d962f2 100644 --- a/binutils/elfcomm.h +++ b/binutils/elfcomm.h @@ -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 *); -- cgit v1.1