From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1067 invoked by alias); 15 May 2014 17:05:11 -0000 Mailing-List: contact src-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: src-cvs-owner@sourceware.org Received: (qmail 1041 invoked by uid 10047); 15 May 2014 17:05:11 -0000 Date: Thu, 15 May 2014 17:05:00 -0000 Message-ID: <20140515170509.1011.qmail@sourceware.org> From: tmirza@sourceware.org To: src-cvs@sourceware.org Subject: gdb and binutils branch CB-2131 created. db87f391a792ee3a58cc8dce10f8e962989ceb0c X-Git-Refname: refs/heads/CB-2131 X-Git-Reftype: branch X-Git-Oldrev: 0000000000000000000000000000000000000000 X-Git-Newrev: db87f391a792ee3a58cc8dce10f8e962989ceb0c X-SW-Source: 2014-q2/txt/msg00014.txt.bz2 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 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 ----------------------------------------------------------------------- hooks/post-receive -- gdb and binutils