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. 4072f9208f12fdd60e68c73807fed4624607d290


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  4072f9208f12fdd60e68c73807fed4624607d290 (commit)
      from  6c659fc2c7cd2da6d2b9a3d7c38597ad3821832a (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=4072f9208f12fdd60e68c73807fed4624607d290

commit 4072f9208f12fdd60e68c73807fed4624607d290
Author: Yao Qi <yao@codesourcery.com>
Date:   Fri Nov 28 16:17:37 2014 +0800

    [arm] compute framereg and framesize when needed
    
    I find local variables framereg and framesize is only used when cache
    isn't NULL.  This patch to move the code into "if (cache)" block.
    
    gdb:
    
    2014-11-29  Yao Qi  <yao@codesourcery.com>
    
    	* arm-tdep.c (arm_analyze_prologue): Move local variables
    	'framereg' and 'framesize' to inner block.  Move code to
    	inner block too.

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

Summary of changes:
 gdb/ChangeLog  |    6 ++++++
 gdb/arm-tdep.c |   33 +++++++++++++++++----------------
 2 files changed, 23 insertions(+), 16 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]