summaryrefslogtreecommitdiff
path: root/bfd/bfd.c
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2015-04-12 08:12:18 -0700
committerH.J. Lu <hjl.tools@gmail.com>2016-07-13 13:31:17 -0700
commit727aa8de0510fc89c2e021452ad35d2c5f7b2c21 (patch)
tree1eed88528204a4ce9ddc93acdf20d0e790b9f294 /bfd/bfd.c
parent37567a2cdd8823c5700ec83b757179083446bf07 (diff)
downloadbinutils-gdb-727aa8de0510fc89c2e021452ad35d2c5f7b2c21.tar.gz
Diffstat (limited to 'bfd/bfd.c')
-rw-r--r--bfd/bfd.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/bfd.c b/bfd/bfd.c
index 806b9fb33f5..1d92e0f0e54 100644
--- a/bfd/bfd.c
+++ b/bfd/bfd.c
@@ -283,6 +283,10 @@ CODE_FRAGMENT
. {* 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. *}