commit | 625d49fce79d6154de07edc00b36335e7e7a0479 | [log] [tgz] |
---|---|---|
author | Alan Modra <amodra@gmail.com> | Fri Aug 12 17:47:43 2022 +0930 |
committer | Alan Modra <amodra@gmail.com> | Sat Aug 13 14:11:27 2022 +0930 |
tree | f00af91a42560b88fa925260b847009ef642a779 | |
parent | be7d229ad43c7bb1b75693b87790504894220b55 [diff] |
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.