]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - sim/cr16/interp.c
Don't use BFD_VMA_FMT in gdb and sim
authorAlan Modra <amodra@gmail.com>
Thu, 4 Aug 2022 03:18:05 +0000 (12:48 +0930)
committerAlan Modra <amodra@gmail.com>
Fri, 5 Aug 2022 22:33:16 +0000 (08:03 +0930)
commit29136be7df3418fc09555eeac5dde6b43106e9be
tree5ceeb60bbc9ed5226833523f60444c8ed3e6b641
parent99c902690493e35aad16b2083bad34cf79c366bf
Don't use BFD_VMA_FMT in gdb and sim

Like commit b82817674f, this replaces BFD_VMA_FMT "x" in sim/ with
PRIx64 and casts to promote bfd_vma to uint64_t.  The one file using
BFD_VMA_FMT in gdb/ instead now uses hex_string, and a typo in the
warning message is fixed.
gdb/windows-tdep.c
sim/common/cgen-trace.c
sim/common/sim-load.c
sim/cr16/interp.c
sim/cris/sim-if.c
sim/d10v/interp.c
sim/erc32/func.c
sim/m32c/load.c
sim/rl78/load.c
sim/rx/load.c