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. a1c7835a2f1755e815a662e2d6caeb6f9e1b1ecc


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  a1c7835a2f1755e815a662e2d6caeb6f9e1b1ecc (commit)
      from  976411d6b6aa5cae05259eb92b87a04262052e09 (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=a1c7835a2f1755e815a662e2d6caeb6f9e1b1ecc

commit a1c7835a2f1755e815a662e2d6caeb6f9e1b1ecc
Author: Yao Qi <yao@codesourcery.com>
Date:   Fri Jul 25 19:35:23 2014 +0800

    Update comments to operator_check
    
    Hello,
    I happen to read the code and find the comments to operator_check are
    incorrect.  This patch is to fix the comments per my understanding.
    The comments and field operator_check was added by this patch
    
      https://sourceware.org/ml/gdb-patches/2010-04/msg00556.html
    
    but the inconsistency between code and comments wasn't pointed out during
    the review.
    
    gdb:
    
    2014-07-30  Yao Qi  <yao@codesourcery.com>
    
    	* parser-defs.h (struct exp_descriptor) <operator_check>: Update
    	comments.
    	* parse.c (exp_iterate): Update comments.

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

Summary of changes:
 gdb/ChangeLog     |    6 ++++++
 gdb/parse.c       |   12 ++++++------
 gdb/parser-defs.h |   16 ++++++++--------
 3 files changed, 20 insertions(+), 14 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]