]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - sim/mn10300/ChangeLog
sim: mn10300: delete unused exception/exited/debug state
authorMike Frysinger <vapier@gentoo.org>
Tue, 9 Jun 2015 14:27:09 +0000 (22:27 +0800)
committerMike Frysinger <vapier@gentoo.org>
Thu, 11 Jun 2015 11:29:16 +0000 (07:29 -0400)
commit96eaf29ec4df2f81be180cfeabdb9b26492e8264
treec932689d97c73ecbef453ed63f22ace3f6f72f8d
parentb0e4c8a581c689da0c3e7319c03a8cc60d64a2f2
sim: mn10300: delete unused exception/exited/debug state

The syscall path was the only code checking the custom exception state
after recent cleanups.  Once we change that to the common engine halt
function, we can delete that state entirely.

This also helps highlight some other dead code that we can cull.
sim/mn10300/ChangeLog
sim/mn10300/interp.c
sim/mn10300/mn10300_sim.h
sim/mn10300/op_utils.c