old-cross-binutils/sim
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
..
arm remove PARAMS from sim 2014-01-07 09:17:05 -07:00
avr Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
bfin remove PARAMS from sim 2014-01-07 09:17:05 -07:00
common remove VA_* macros from sim 2014-01-07 09:17:05 -07:00
cr16 remove PARAMS from sim 2014-01-07 09:17:05 -07:00
cris Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
d10v remove PARAMS from sim 2014-01-07 09:17:05 -07:00
erc32 remove PARAMS from sim 2014-01-07 09:17:05 -07:00
frv Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
h8300 sim: delete duplicate SIGINT handling 2014-02-17 18:32:45 -05:00
igen Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
iq2000 Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
lm32 Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
m32c Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
m32r Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
m68hc11 Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
mcore sim: delete duplicate SIGINT handling 2014-02-17 18:32:45 -05:00
microblaze sim: delete duplicate SIGINT handling 2014-02-17 18:32:45 -05:00
mips remove PARAMS from sim 2014-01-07 09:17:05 -07:00
mn10300 Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
moxie sim: delete duplicate SIGINT handling 2014-02-17 18:32:45 -05:00
msp430 Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
ppc sim: ppc: drop $(LIBS) from psim dependency 2014-02-17 17:12:59 -05:00
rl78 Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
rx Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
sh sim: delete duplicate SIGINT handling 2014-02-17 18:32:45 -05:00
sh64 Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
testsuite Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
v850 remove PARAMS from sim 2014-01-07 09:17:05 -07:00
.gitignore sim: ignore generated hw-config.h 2011-01-05 17:17:44 +00:00
ChangeLog remove VA_* macros from sim 2014-01-07 09:17:05 -07:00
configure * msp430: New Directory. 2013-06-21 10:59:14 +00:00
configure.ac sim: unify target->subdir handling for default tests 2010-04-26 16:23:24 +00:00
configure.tgt * msp430: New Directory. 2013-06-21 10:59:14 +00:00
MAINTAINERS * MAINTAINERS: Update my email address. 2012-11-05 22:08:10 +00:00
Makefile.in Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
README-HACKING remove PARAMS from sim 2014-01-07 09:17:05 -07:00