]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - bfd/bfdio.c
Change bfd_get_size/bfd_get_file_size to ufile_ptr
authorH.J. Lu <hjl.tools@gmail.com>
Wed, 28 Jun 2017 18:00:13 +0000 (11:00 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Wed, 28 Jun 2017 18:01:21 +0000 (11:01 -0700)
commit47fdcf63c04b5c220974affc8ff1d9ef8a041919
treeedb5303ef9da47d2786c33f950721cbb70f44d68
parent6e75794e9da0e12b44c36272e16d18449d25a03d
Change bfd_get_size/bfd_get_file_size to ufile_ptr

bfd_get_size and bfd_get_file_size should return the unsigned file
size.  Otherwise they return negative values for file >= 2GB with
32-bit ufile_ptr.

bfd/

* bfd-in2.h: Regenerated.
* bfdio.c (bfd_get_size): Change return type to ufile_ptr.
(bfd_get_file_size): Likewise.

binutils/

* objdump.c (dump_relocs_in_section): Cast to ufile_ptr when
comparing against bfd_get_file_size return.
bfd/ChangeLog
bfd/bfd-in2.h
bfd/bfdio.c
binutils/ChangeLog
binutils/objdump.c