diff options
Diffstat (limited to 'bfd/libecoff.h')
-rw-r--r-- | bfd/libecoff.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/libecoff.h b/bfd/libecoff.h index 5a55073..b6c6948 100644 --- a/bfd/libecoff.h +++ b/bfd/libecoff.h @@ -72,7 +72,7 @@ struct ecoff_backend_data (bfd *, struct internal_filehdr *, struct internal_aouthdr *); /* Read an element from an archive at a given file position. This is needed because OSF/1 3.2 uses a weird archive format. */ - bfd *(*get_elt_at_filepos) (bfd *, file_ptr); + bfd *(*get_elt_at_filepos) (bfd *, file_ptr, struct bfd_link_info *); }; /* ECOFF targets don't support COFF long section names, so this |