This is the mail archive of the src-cvs@sourceware.org mailing list .


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 CB-2131 created. db87f391a792ee3a58cc8dce10f8e962989ceb0c


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, CB-2131 has been created
        at  db87f391a792ee3a58cc8dce10f8e962989ceb0c (commit)

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=db87f391a792ee3a58cc8dce10f8e962989ceb0c

commit db87f391a792ee3a58cc8dce10f8e962989ceb0c
Author: Taimoor Mirza <tmirza@codesourcery.com>
Date:   Thu May 15 21:51:15 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>

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


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]