gdb and binutils branch master updated. 4395285e33e6d67c8a82db744ebfd041034b005a
qiyao@sourceware.org
qiyao@sourceware.org
Thu Jun 26 08:03: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 4395285e33e6d67c8a82db744ebfd041034b005a (commit)
from cbac4466d7e683855ff72897919791442d5ef756 (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=4395285e33e6d67c8a82db744ebfd041034b005a
commit 4395285e33e6d67c8a82db744ebfd041034b005a
Author: Yao Qi <yao@codesourcery.com>
Date: Thu Jun 26 14:25:22 2014 +0800
Typo fix in signal_pass initialization
When I read the code, I happen to see this:
signal_pass = (unsigned char *)
xmalloc (sizeof (signal_program[0]) * numsigs);
^^^^^^^^^^^^^^
It is a typo, and this patch is to fix it.
gdb:
2014-06-26 Yao Qi <yao@codesourcery.com>
* infrun.c (_initialize_infrun): Replace "signal_program[0]"
with "signal_pass[0]" in the initialization of signal_pass.
-----------------------------------------------------------------------
Summary of changes:
gdb/ChangeLog | 5 +++++
gdb/infrun.c | 2 +-
2 files changed, 6 insertions(+), 1 deletions(-)
hooks/post-receive
--
gdb and binutils
More information about the Gdb-cvs
mailing list