aboutsummaryrefslogtreecommitdiff
path: root/gdb/python
diff options
context:
space:
mode:
authorSergei Trofimovich <siarheit@google.com>2022-05-21 08:53:50 +0100
committerSergei Trofimovich <siarheit@google.com>2022-06-15 23:12:56 +0100
commit33b90f59f3465041a620ad4f6504a35b578cfc65 (patch)
treecf1aaa6ae6c7eb4a14641e251e58fc04a8463803 /gdb/python
parent9d741cbedb8a7a77bb7c99bbbc363d5af4ba62c2 (diff)
downloadbinutils-33b90f59f3465041a620ad4f6504a35b578cfc65.zip
binutils-33b90f59f3465041a620ad4f6504a35b578cfc65.tar.gz
binutils-33b90f59f3465041a620ad4f6504a35b578cfc65.tar.bz2
sim: fix BFD_VMA format arguments on 32-bit hosts [PR gdb/29184]
Noticed format mismatch when attempted to build gdb on i686-linux-gnu in --enable-64-bit-bfd mode: sim/../../sim/cris/sim-if.c:576:28: error: format '%lx' expects argument of type 'long unsigned int', but argument 4 has type 'bfd_size_type' {aka 'long long unsigned int'} [-Werror=format=] 576 | sim_do_commandf (sd, "memory region 0x%" BFD_VMA_FMT "x,0x%lx", | ^~~~~~~~~~~~~~~~~~~ 577 | interp_load_addr, interpsiz); | ~~~~~~~~~ | | | bfd_size_type {aka long long unsigned int} While at it fixed format string for time-related types.
Diffstat (limited to 'gdb/python')
0 files changed, 0 insertions, 0 deletions