Don't use bfd_size_type in readelf.c and dwarf.c
authorAlan Modra <amodra@gmail.com>
Fri, 12 Aug 2022 08:08:08 +0000 (17:38 +0930)
committerAlan Modra <amodra@gmail.com>
Sat, 13 Aug 2022 04:41:27 +0000 (14:11 +0930)
commitbe7d229ad43c7bb1b75693b87790504894220b55
tree266b1e8dfb125a27037dfd6ea35f5497f23139af
parent928c411de46e876edd545c3bc0d8bd6a663d0c8f
Don't use bfd_size_type in readelf.c and dwarf.c

Replacing bfd_size_type with dwarf_size_type or uint64_t is mostly
cosmetic.  The point of the change is to avoid use of a BFD type
in readelf, where we'd like to keep as independent of BFD as
possible.  Also, the patch is a step towards using standard types.
binutils/dwarf.c
binutils/readelf.c