commit | 4810a2d92b9e1a13774c1286cd8a0f718f81abba | [log] [tgz] |
---|---|---|
author | H.J. Lu <hjl.tools@gmail.com> | Wed Mar 13 06:45:16 2024 -0700 |
committer | H.J. Lu <hjl.tools@gmail.com> | Wed Mar 13 06:55:44 2024 -0700 |
tree | ea489f8b4f635d48821bdca606585098e8f560d4 | |
parent | 2e384d4f44f15e560b2a068e0ed866438aaa7cd7 [diff] |
bfd: Use size_t in the BFD mmap interface Change the size type in the BFD mmap interface from bfd_size_type to size_t to be consistent with the size type of the host mmap interface. * bfdio.c (bfd_iovec): Change the bmmap size type to size_t. (bfd_mmap): Likewise. (memory_bmmap): Likewise. * cache.c (cache_bmmap): Change the bmmap size type to size_t. * opncls.c (opncls_bmmap): Change the bmmap size type to size_t. * bfd-in2.h: Regenerated. * libbfd.h: Likewise.