diff options
author | Tristan Gingold <gingold@adacore.com> | 2011-06-27 08:41:00 +0000 |
---|---|---|
committer | Tristan Gingold <gingold@adacore.com> | 2011-06-27 08:41:00 +0000 |
commit | 4c95ab762cbc17e3221e4cc38e728e665576793f (patch) | |
tree | db69273599930cdda71538ce2a40b1932d7bb230 /bfd/bfd-in2.h | |
parent | 62a35308be34436a66993d20f36146cb4ebc500b (diff) | |
download | gdb-4c95ab762cbc17e3221e4cc38e728e665576793f.zip gdb-4c95ab762cbc17e3221e4cc38e728e665576793f.tar.gz gdb-4c95ab762cbc17e3221e4cc38e728e665576793f.tar.bz2 |
2011-06-27 Tristan Gingold <gingold@adacore.com>
* cache.c: Include bfd_stdint.h.
(cache_bmmap): Change profile. Return region start and size.
* bfdio.c (struct bfd_iovec): Change bmmap profile.
(bfd_mmap): Change profile and adjust. Update comment.
(memory_bmmap): Change profile.
* opncls.c (opncls_bmmap): Change profile.
* vms-lib.c (vms_lib_bmmap): Likewise.
* libbfd.h: Regenerate.
* bfd-in2.h: Regenerate.
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r-- | bfd/bfd-in2.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index 3c071ba..672c293 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -1143,7 +1143,8 @@ long bfd_get_mtime (bfd *abfd); file_ptr bfd_get_size (bfd *abfd); void *bfd_mmap (bfd *abfd, void *addr, bfd_size_type len, - int prot, int flags, file_ptr offset); + int prot, int flags, file_ptr offset, + void **map_addr, bfd_size_type *map_len); /* Extracted from bfdwin.c. */ /* Extracted from section.c. */ |