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. 87f6c4e3e64fe41df2afc45745437e7584fd97f4


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  87f6c4e3e64fe41df2afc45745437e7584fd97f4 (commit)
      from  af19829b117d124842b41da499b3161690bbca1a (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=87f6c4e3e64fe41df2afc45745437e7584fd97f4

commit 87f6c4e3e64fe41df2afc45745437e7584fd97f4
Author: Gary Benson <gbenson@redhat.com>
Date:   Wed Aug 6 13:39:39 2014 +0100

    Rearrange awkwardly-nested conditionals
    
    gdbserver's init_register_cache has some preprocessor conditionals
    awkwardly nested around an if..else block.  This commit moves the
    conditionals inside the braces to make the code more readable.
    
    gdb/gdbserver/
    2014-08-06  Gary Benson  <gbenson@redhat.com>
    
    	* regcache.c (init_register_cache): Move conditionals inside if.

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

Summary of changes:
 gdb/gdbserver/ChangeLog  |    4 ++++
 gdb/gdbserver/regcache.c |   10 ++++------
 2 files changed, 8 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]