]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - sim/cris/ChangeLog
sim: device_error: punt
authorMike Frysinger <vapier@gentoo.org>
Fri, 25 Dec 2015 07:13:18 +0000 (02:13 -0500)
committerMike Frysinger <vapier@gentoo.org>
Fri, 25 Dec 2015 07:18:16 +0000 (02:18 -0500)
commit42a3af5688cd41550e2b517f676f03f2842e615b
tree5592399da0fca61cddc8f1c761d9bbd01b6dc412
parent9e8e7dd966670c80f3b71f8cf7e07f2843b33e80
sim: device_error: punt

Only four targets implement this function, and three of them do nothing.
The 4th merely calls abort.  Since calls to this function are followed
by calls to sim_hw_abort or sim_io_error, this is largely useless.  In
the two places where we don't, replace the call with sim_engine_abort.
We want to kill off the WITH_DEVICES logic in favor of WITH_HW, so this
is a good first step.
12 files changed:
sim/bfin/ChangeLog
sim/bfin/devices.c
sim/common/ChangeLog
sim/common/sim-core.c
sim/common/sim-core.h
sim/common/sim-n-core.h
sim/cris/ChangeLog
sim/cris/devices.c
sim/frv/ChangeLog
sim/frv/devices.c
sim/m32r/ChangeLog
sim/m32r/devices.c