Remove use of bfd_uint64_t and similar
authorAlan Modra <amodra@gmail.com>
Fri, 27 May 2022 03:07:21 +0000 (12:37 +0930)
committerAlan Modra <amodra@gmail.com>
Fri, 27 May 2022 12:38:59 +0000 (22:08 +0930)
commit0e3c1eebb22e0ade28b619fb41f42d66ed6fb145
tree8a886ac9438d7e9268807c07585eef11a146714d
parentaa9b5dbc0f30855aa23034cbd78a1f2025cb9fa9
Remove use of bfd_uint64_t and similar

Requiring C99 means that uses of bfd_uint64_t can be replaced with
uint64_t, and similarly for bfd_int64_t, BFD_HOST_U_64_BIT, and
BFD_HOST_64_BIT.  This patch does that, removes #ifdef BFD_HOST_*
and tidies a few places that print 64-bit values.
45 files changed:
bfd/aix386-core.c
bfd/bfd-in.h
bfd/bfd-in2.h
bfd/coff-rs6000.c
bfd/coff-x86_64.c
bfd/cpu-ia64-opc.c
bfd/dwarf2.c
bfd/elf32-score.c
bfd/elf64-ia64-vms.c
bfd/elflink.c
bfd/elfxx-ia64.c
bfd/hppabsd-core.c
bfd/hpux-core.c
bfd/irix-core.c
bfd/libbfd.c
bfd/mach-o.c
bfd/mach-o.h
bfd/netbsd-core.c
bfd/osf-core.c
bfd/ptrace-core.c
bfd/sco5-core.c
bfd/targets.c
bfd/trad-core.c
bfd/vms-alpha.c
binutils/nm.c
binutils/od-macho.c
binutils/prdbg.c
binutils/readelf.c
gas/config/tc-arm.c
gas/config/tc-csky.c
gas/config/tc-sparc.c
gas/config/tc-tilegx.c
gas/config/tc-tilepro.c
gas/config/tc-z80.c
gas/config/te-vms.c
gas/config/te-vms.h
gdb/findcmd.c
gdb/tilegx-tdep.c
gprof/gmon_io.c
include/elf/nfp.h
include/opcode/csky.h
include/opcode/ia64.h
opcodes/csky-dis.c
opcodes/csky-opc.h
opcodes/ia64-dis.c