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


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  efc889c1a86826b6619485bf379467daaea1ad3e (commit)
      from  60d77146a249ae9b51d7ce98930cdbedb2cfa352 (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=efc889c1a86826b6619485bf379467daaea1ad3e

commit efc889c1a86826b6619485bf379467daaea1ad3e
Author: Yao Qi <yao@codesourcery.com>
Date:   Tue Jun 24 21:47:14 2014 +0800

    Move local variables to inner block
    
    dummy_frame_sniffer has two local variables dummyframe and this_id,
    but they are only used in the if block below.  This patch is to move
    them into the inner block.
    
    gdb:
    
    2014-06-26  Yao Qi  <yao@codesourcery.com>
    
    	* dummy-frame.c (dummy_frame_sniffer): Move local variables
    	dummyframe and this_id into inner block below.

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

Summary of changes:
 gdb/ChangeLog     |    5 +++++
 gdb/dummy-frame.c |    7 +++----
 2 files changed, 8 insertions(+), 4 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]