binutils-gdb/sim/sh
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
gencode.c 2007-09-24 Andrew Stubbs <andrew.stubbs@st.com> 2007-10-08 11:51:31 +00:00
interp.c sim: delete duplicate SIGINT handling 2014-02-17 18:32:45 -05:00
syscall.h include/gdb: 2003-10-15 12:30:47 +00:00
tconfig.in Initial creation of sourceware repository 1999-04-16 01:35:26 +00:00