binutils-gdb/sim/cris
Sergei Trofimovich 33b90f59f3 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.
2022-06-15 23:12:56 +01:00
..
arch.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
arch.h Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
ChangeLog-2021 sim: rename ChangeLog files to ChangeLog-2021 2021-08-17 20:27:36 -04:00
cpuall.h Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
cpuv10.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
cpuv10.h Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
cpuv32.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
cpuv32.h Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
cris-sim.h sim: cris: migrate to standard uintXX_t types 2022-01-06 01:17:38 -05:00
cris-tmpl.c sim: cris: migrate to standard uintXX_t types 2022-01-06 01:17:38 -05:00
crisv10f.c sim: cris: migrate to standard uintXX_t types 2022-01-06 01:17:38 -05:00
crisv32f.c sim: cris: migrate to standard uintXX_t types 2022-01-06 01:17:38 -05:00
decodev10.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
decodev10.h Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
decodev32.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
decodev32.h Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
dv-cris_900000xx.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
dv-cris.c sim: cris: migrate to standard uintXX_t types 2022-01-06 01:17:38 -05:00
dv-rv.c sim: cris: migrate to standard uintXX_t types 2022-01-06 01:17:38 -05:00
local.mk Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
Makefile.in Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
mloop.in Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
modelv10.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
modelv32.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
rvdummy.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
semcrisv10f-switch.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
semcrisv32f-switch.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
sim-if.c sim: fix BFD_VMA format arguments on 32-bit hosts [PR gdb/29184] 2022-06-15 23:12:56 +01:00
sim-main.h Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
traps.c sim: remove use of PTR 2022-05-13 14:32:54 +09:30