Replace elf_vma with uint64_t
authorAlan Modra <amodra@gmail.com>
Fri, 12 Aug 2022 07:44:37 +0000 (17:14 +0930)
committerAlan Modra <amodra@gmail.com>
Sat, 13 Aug 2022 04:41:27 +0000 (14:11 +0930)
commit928c411de46e876edd545c3bc0d8bd6a663d0c8f
treede43e9c88fad869d9ade2eb7608185ca0faee923
parent901dd67d0d68ac5e0be145d137533f03de495272
Replace elf_vma with uint64_t

This patch replaces all uses of elf_vma with uint64_t, removes
tests of sizeof (elf_vma), and does a little tidying of
byte_get_little_endian and byte_get_big_endian.
binutils/elfcomm.c
binutils/elfcomm.h
binutils/readelf.c