binutils-gdb/sim/cris
Mike Frysinger d47f5b30d8 sim: delete dead current_state globals
The global current_state handle to the current simulator state is a
design idea that was half implemented, but never really cleaned up.
The point was to have a global variable pointing to the state so that
funcs could more quickly & easily access the state anywhere.  We've
instead moved in the direction of passing state around everywhere and
don't have any intention of moving back.

I also can't find any references to gdb using this variable, or to
cgen related "dump_regs" functions, both of which were used in the
comments related to this code.
2016-01-02 10:27:56 -05:00
..
aclocal.m4
arch.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
arch.h GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
ChangeLog sim: delete dead current_state globals 2016-01-02 10:27:56 -05:00
config.in sim: punt WITH_DEVICES & tconfig.h support 2015-12-26 20:38:31 -05:00
configure sim: cris/m68hc11: move default endian/alignment to configure 2015-12-30 21:01:58 -05:00
configure.ac sim: cris/m68hc11: move default endian/alignment to configure 2015-12-30 21:01:58 -05:00
cpuall.h GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
cpuv10.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
cpuv10.h GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
cpuv32.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
cpuv32.h GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
cris-desc.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
cris-desc.h GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
cris-opc.h GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
cris-sim.h GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
cris-tmpl.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
crisv10f.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
crisv32f.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
decodev10.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
decodev10.h GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
decodev32.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
decodev32.h GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
dv-cris_900000xx.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
dv-cris.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
dv-rv.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
Makefile.in GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
mloop.in GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
modelv10.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
modelv32.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
rvdummy.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
semcrisv10f-switch.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
semcrisv32f-switch.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
sim-if.c sim: delete dead current_state globals 2016-01-02 10:27:56 -05:00
sim-main.h GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
traps.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00