binutils-gdb/sim/moxie
Mike Frysinger ef3e8cf7d1 sim: delete duplicate SIGINT handling
Many of the simulators change the SIGINT handler.
E.g., moxie/interp.c:

  sigsave = signal (SIGINT, interrupt);

However, this is unnecessary.
remote-sim.h already provides an API for asynchronously stopping
a sim; and both gdb and the drivers (run.c and nrun.c at least,
I didn't check the others) install a SIGINT handler which
calls this method.

URL: https://sourceware.org/bugzilla/show_bug.cgi?id=16450
Reported-by: Tom Tromey <tromey@redhat.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2014-02-17 18:32:45 -05:00
..
ChangeLog sim: delete duplicate SIGINT handling 2014-02-17 18:32:45 -05:00
Makefile.in Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
aclocal.m4 sim: use AM_MAINTAINER_MODE 2013-06-05 01:42:13 +00:00
config.in Define PACKAGE macro in all sims' config.h. 2012-06-15 17:20:10 +00:00
configure Regenerate sim configure files to pick up support for powerpc64le in 2013-09-23 00:32:27 +00:00
configure.ac sim: rename common/aclocal.m4 to common/acinclude.m4 2011-10-18 00:31:00 +00:00
interp.c sim: delete duplicate SIGINT handling 2014-02-17 18:32:45 -05:00
moxie-gdb.dts [sim] Update old contact info in GPL license notices 2012-12-19 07:18:22 +00:00
sim-main.h Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
sysdep.h Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00