gdb and binutils branch master updated. ef3e8cf7d1d7849c2fb466bdc62b56336739cb90
vapier@sourceware.org
vapier@sourceware.org
Mon Feb 17 23:33:00 GMT 2014
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gdb and binutils".
The branch, master has been updated
via ef3e8cf7d1d7849c2fb466bdc62b56336739cb90 (commit)
from c395f86f51b18695c1b151ed92e41d7b596b0d12 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=ef3e8cf7d1d7849c2fb466bdc62b56336739cb90
commit ef3e8cf7d1d7849c2fb466bdc62b56336739cb90
Author: Mike Frysinger <vapier@gentoo.org>
Date: Mon Feb 17 18:24:10 2014 -0500
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>
-----------------------------------------------------------------------
Summary of changes:
sim/h8300/ChangeLog | 7 +++++++
sim/h8300/compile.c | 14 --------------
sim/mcore/ChangeLog | 6 ++++++
sim/mcore/interp.c | 10 ----------
sim/microblaze/ChangeLog | 6 ++++++
sim/microblaze/interp.c | 10 ----------
sim/moxie/ChangeLog | 6 ++++++
sim/moxie/interp.c | 10 ----------
sim/sh/ChangeLog | 6 ++++++
sim/sh/interp.c | 13 -------------
10 files changed, 31 insertions(+), 57 deletions(-)
hooks/post-receive
--
gdb and binutils
More information about the Gdb-cvs
mailing list