binutils-gdb/sim/cris
Mike Frysinger 199b67ca04 sim: cris: change temp var name slightly to avoid shadowing
Rename the temp var to avoid shadowing another one:

.../sim/cris/semcrisv10f-switch.c:11032:22: error: declaration of ‘tmp_tmpb’ shadows a previous local [-Werror=shadow=compatible-local]
11032 |   tmp_tmpb = ({   SI tmp_tmpb;
      |                      ^~~~~~~~
.../sim/cris/semcrisv10f-switch.c:11031:24: note: shadowed declaration is here
11031 |   tmp_tmpres = ({   SI tmp_tmpb;
      |                        ^~~~~~~~
2024-01-06 23:30:43 -05:00
..
arch.c
arch.h
ChangeLog-2021
cpuall.h
cpuv10.c
cpuv10.h
cpuv32.c
cpuv32.h
cris-sim.h
cris-tmpl.c sim: cris: fix -Wimplicit-fallthrough warnings 2023-12-21 01:59:22 -05:00
crisv10f.c sim: cris: fix -Wunused-variable warnings 2023-12-19 05:51:10 -05:00
crisv32f.c
decodev10.c sim: cgen: regenerate decode tables 2023-12-24 04:07:32 -05:00
decodev10.h
decodev32.c sim: cgen: regenerate decode tables 2023-12-24 04:07:32 -05:00
decodev32.h
dv-cris_900000xx.c
dv-cris.c
dv-rv.c sim: cris: fix -Wunused-variable warnings 2023-12-19 05:51:10 -05:00
local.mk sim: warnings: rework individual flag disable into dedicated vars 2023-12-23 01:21:23 -05:00
mloop.in sim: cris: fix -Wshadow=local warnings 2023-12-22 23:29:19 -05:00
modelv10.c
modelv32.c
rvdummy.c sim: cris: rvdummy: delete unused variable 2023-12-24 05:26:49 -05:00
semcrisv10f-switch.c sim: cris: change temp var name slightly to avoid shadowing 2024-01-06 23:30:43 -05:00
semcrisv32f-switch.c sim: cris: change temp var name slightly to avoid shadowing 2024-01-06 23:30:43 -05:00
sim-if.c sim: cris: fix -Wshadow=local warnings 2023-12-22 23:29:19 -05:00
sim-main.h sim: signal: mark signal callback funcs as noreturn since they don't return 2023-12-21 01:59:22 -05:00
traps.c sim: cris: fix -Wimplicit-fallthrough warnings 2023-12-21 01:59:22 -05:00