Don't use bfd_vma in readelf.c
authorAlan Modra <amodra@gmail.com>
Fri, 12 Aug 2022 08:17:43 +0000 (17:47 +0930)
committerAlan Modra <amodra@gmail.com>
Sat, 13 Aug 2022 04:41:27 +0000 (14:11 +0930)
commit625d49fce79d6154de07edc00b36335e7e7a0479
treef00af91a42560b88fa925260b847009ef642a779
parentbe7d229ad43c7bb1b75693b87790504894220b55
Don't use bfd_vma in readelf.c

This replaces bfd_vma with uint64_t in readelf, defines BFD64
unconditionally, removes tests of BFD64 and sizeof (bfd_vma), and
removes quite a few now unnecessary casts.
binutils/readelf.c