diff options
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r-- | bfd/bfd-in2.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index 3f2d93b..72462af 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -6783,6 +6783,9 @@ struct bfd /* Pointer to structure which contains architecture information. */ const struct bfd_arch_info *arch_info; + /* Used by mmap_iovec. */ + int mmap_fd; + file_ptr mmap_size; /* Stuff only useful for archives. */ void *arelt_data; struct bfd *my_archive; /* The containing archive BFD. */ |