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


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  a8bdc56b4e36451f197f9522e2bbfcc39c5d90dd (commit)
      from  91b522404e7eee8b4101bccabc29821792e6a627 (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=a8bdc56b4e36451f197f9522e2bbfcc39c5d90dd

commit a8bdc56b4e36451f197f9522e2bbfcc39c5d90dd
Author: Tom Tromey <tromey@redhat.com>
Date:   Tue Jul 15 12:08:54 2014 -0600

    rewrite make-target-delegates matching code
    
    This patch rewrites the make-target-delegates matching code a little
    bit.  The result is functionally the same (the output has some small
    whitespace differences), but the new code is more forgiving regarding
    the formatting of target.h.  In particular now there's no need to
    ensure that the return type and the method name appear on the same
    line.
    
    2014-07-23  Tom Tromey  <tromey@redhat.com>
    
    	* make-target-delegates ($ARGS_PART): Match trailing close paren.
    	($INTRO_PART): Don't match whitespace.
    	($METHOD_TRAILER): Move earlier.  Remove trailing semicolon and
    	argument matching.
    	($METHOD): Add $METHOD_TRAILER.
    	(trim): Rewrite.
    	(scan_target_h): New sub.
    	Change main loop not to collect state.
    	* target-delegates.c: Rebuild.

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

Summary of changes:
 gdb/ChangeLog             |   12 +++++
 gdb/make-target-delegates |   98 ++++++++++++++++++++++++++-------------------
 gdb/target-delegates.c    |   28 ++++++------
 3 files changed, 83 insertions(+), 55 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]