binutils-gdb/sim/cris
Mike Frysinger 3a27554104 sim: mloop: mark a few conditionally used funcs as unused
These are marked inline, so building w/gcc at higher optimization
levels will automatically discard them.  But building with -O0 will
trigger unused function warnings, so fix that.

The common before/after cover functions in the common mloop generator
are not used by all architecture ports.  Doesn't seem to be a hard
requirement, so marking them optional (i.e. unused) is fine.

The cris execute function is conditionally used depending on the
fast-build mode settings, so mark it unused too.
2021-11-03 01:19:43 -04:00
..
arch.c sim: namespace sim_machs 2021-06-30 01:52:51 -04:00
arch.h
ChangeLog-2021 sim: rename ChangeLog files to ChangeLog-2021 2021-08-17 20:27:36 -04:00
cpuall.h
cpuv10.c sim: cgen: delete unused record_trace_results functions 2021-06-28 11:25:21 -04:00
cpuv10.h
cpuv32.c sim: cgen: delete unused record_trace_results functions 2021-06-28 11:25:21 -04:00
cpuv32.h
cris-sim.h sim: cris: fix a few missing prototype warnings 2021-06-24 23:52:06 -04:00
cris-tmpl.c sim: switch config.h usage to defs.h 2021-05-16 22:38:41 -04:00
crisv10f.c sim: switch config.h usage to defs.h 2021-05-16 22:38:41 -04:00
crisv32f.c sim: switch config.h usage to defs.h 2021-05-16 22:38:41 -04:00
decodev10.c sim: bpf/cris: include cgen-mem in decoders 2021-06-27 10:54:06 -04:00
decodev10.h
decodev32.c sim: bpf/cris: include cgen-mem in decoders 2021-06-27 10:54:06 -04:00
decodev32.h
dv-cris_900000xx.c sim: switch config.h usage to defs.h 2021-05-16 22:38:41 -04:00
dv-cris.c sim: switch config.h usage to defs.h 2021-05-16 22:38:41 -04:00
dv-rv.c sim: assume sys/select.h always exists 2021-06-12 22:19:30 -04:00
local.mk sim: hoist cgen mloop rules up to common builds 2021-11-02 22:59:07 -04:00
Makefile.in sim: hoist cgen mloop rules up to common builds 2021-11-02 22:59:07 -04:00
mloop.in sim: mloop: mark a few conditionally used funcs as unused 2021-11-03 01:19:43 -04:00
modelv10.c
modelv32.c
rvdummy.c sim: assume sys/select.h always exists 2021-06-12 22:19:30 -04:00
semcrisv10f-switch.c
semcrisv32f-switch.c
sim-if.c sim: move default model to the runtime sim state 2021-06-30 02:57:45 -04:00
sim-main.h sim: cgen: invert sim_state storage for cgen ports 2021-05-17 00:46:32 -04:00
traps.c sim: cris: fix a few missing prototype warnings 2021-06-24 23:52:06 -04:00