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


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  d8be293957340f1cbe16d65d78d64aebc01df18f (commit)
      from  7d0d9d2bee341b1e88c559c476f15fc24b6de346 (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=d8be293957340f1cbe16d65d78d64aebc01df18f

commit d8be293957340f1cbe16d65d78d64aebc01df18f
Author: Tom Tromey <tromey@redhat.com>
Date:   Fri Jul 25 09:20:03 2014 -0600

    properly parenthesize two macros
    
    I happened to notice that a couple of macros in target.h weren't
    properly using parens and as a result had a strange definition.
    
    This patch adds the parens and then fixes the macros to be written as
    must have been intended.
    
    Tested by rebuilding.
    I'm pushing this as obvious.
    
    2014-07-25  Tom Tromey  <tromey@redhat.com>
    
    	* target.h (target_stopped_data_address)
    	(target_watchpoint_addr_within_range): Use "->", not ".".  Fix
    	parentheses.

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

Summary of changes:
 gdb/ChangeLog |    6 ++++++
 gdb/target.h  |    4 ++--
 2 files changed, 8 insertions(+), 2 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]