commit | be7d229ad43c7bb1b75693b87790504894220b55 | [log] [tgz] |
---|---|---|
author | Alan Modra <amodra@gmail.com> | Fri Aug 12 17:38:08 2022 +0930 |
committer | Alan Modra <amodra@gmail.com> | Sat Aug 13 14:11:27 2022 +0930 |
tree | 266b1e8dfb125a27037dfd6ea35f5497f23139af | |
parent | 928c411de46e876edd545c3bc0d8bd6a663d0c8f [diff] |
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.