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


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  b7576e5cf47c6212c0bc1613e74a4c35bc2941d7 (commit)
      from  00cac886aa4ddbd05105f6aa82280ef8f7f9dce6 (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=b7576e5cf47c6212c0bc1613e74a4c35bc2941d7

commit b7576e5cf47c6212c0bc1613e74a4c35bc2941d7
Author: Yao Qi <yao@codesourcery.com>
Date:   Fri Sep 19 16:37:07 2014 +0800

    Fix typo in thumb_in_function_epilogue_p
    
    This patch fixes a typo in the bit mask I've made in my previous code
    refactor.  If PC is in the register list, the bit 8 is one, so bit
    mask 0xff00 should be used.  Current condition is a constant false.
    
    gdb:
    
    2014-09-24  Yao Qi  <yao@codesourcery.com>
    
    	* arm-tdep.c (thumb_in_function_epilogue_p): Fix typo in the
    	bitmask.

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

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