]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - sim/d10v/ChangeLog
sim: d10v: fix signal updates
authorMike Frysinger <vapier@gentoo.org>
Fri, 3 Apr 2015 00:15:43 +0000 (20:15 -0400)
committerMike Frysinger <vapier@gentoo.org>
Fri, 3 Apr 2015 00:40:11 +0000 (20:40 -0400)
commitb366059a5b384ed822e44a6407b35ab1386b925f
tree8e30b6bbd9b448481fc187c3cef33d2d71938c90
parentef6f73553efece92e797b138cf02aaacce19574a
sim: d10v: fix signal updates

Way back in aba6488e0b73756f31f154d12a228baa82a68d8a, a bunch of signal
defines were changed to TARGET_SIGNAL_xxx.  For d10v, the transition was
incomplete which lead to sim_stop_reason using the new set but sim_resume
still using the old set.  Which meant in some cases, the sim would never
actually stop.

Convert all the remaining SIGxxx defines in here to TARGET_SIGNAL_xxx.
This has the nice side effect of fixing the testsuite.
sim/d10v/ChangeLog
sim/d10v/interp.c