This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gdb and binutils branch master updated. e7f0d979dd5cc4f8b658df892e93db69d6d660b7


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  e7f0d979dd5cc4f8b658df892e93db69d6d660b7 (commit)
      from  7b3fd68b73e17e7e2441b4bb208040e3ea480698 (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=e7f0d979dd5cc4f8b658df892e93db69d6d660b7

commit e7f0d979dd5cc4f8b658df892e93db69d6d660b7
Author: Yao Qi <yao@codesourcery.com>
Date:   Tue Dec 10 21:59:20 2013 +0800

    Fix a bug in matching notifications.
    
    Due to copy-n-paste, the problem caused PR remote/15974 also exists
    in gdbserver.  This patch fixes it in the same way.  Patch to fix
    remote/15974 can be found:
    
      https://sourceware.org/ml/gdb-patches/2013-12/msg00014.html
    
    gdb/gdbserver:
    
    2013-12-11  Yao Qi  <yao@codesourcery.com>
    
    	* notif.c (handle_notif_ack): Return 0 if no notification
    	matches.

-----------------------------------------------------------------------

Summary of changes:
 gdb/gdbserver/ChangeLog |    5 +++++
 gdb/gdbserver/notif.c   |   15 +++++++++------
 2 files changed, 14 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
gdb and binutils


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]