mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 01:28:46 +00:00
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:
@@ -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 *);
|
||||
|
||||
Reference in New Issue
Block a user