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


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  cac395eae4d97d9f59c5e588e4e662f2ae6cdfeb (commit)
      from  791849751dd82722d4cfaae844e1fdbed445af5a (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=cac395eae4d97d9f59c5e588e4e662f2ae6cdfeb

commit cac395eae4d97d9f59c5e588e4e662f2ae6cdfeb
Author: Taimoor Mirza <tmirza@codesourcery.com>
Date:   Fri May 16 11:39:05 2014 +0500

    Fix prologue analysis for ldr.w and ldrd instruction
    
    Prologue analysis for ldr.w and ldrd instruction obtains offset from
    first two bytes that contains opcode of instruction. It should obtain
    offset from next two bytes that actually contain operands.
    
           * arm-tdep.c (thumb_analyze_prologue): Fix offset calculation for
    	ldr.w and ldrd instructions.
    
    Signed-off-by: Taimoor Mirza <tmirza@codesourcery.com>

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

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