From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4150 invoked by alias); 20 May 2014 05:19:48 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 4132 invoked by uid 89); 20 May 2014 05:19:47 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 X-HELO: relay1.mentorg.com Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 20 May 2014 05:19:46 +0000 Received: from svr-orw-exc-10.mgc.mentorg.com ([147.34.98.58]) by relay1.mentorg.com with esmtp id 1WmcSk-0004iF-PX from Taimoor_Mirza@mentor.com ; Mon, 19 May 2014 22:19:42 -0700 Received: from SVR-IES-FEM-01.mgc.mentorg.com ([137.202.0.104]) by SVR-ORW-EXC-10.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.4675); Mon, 19 May 2014 22:19:42 -0700 Received: from [137.202.156.220] (137.202.0.76) by SVR-IES-FEM-01.mgc.mentorg.com (137.202.0.104) with Microsoft SMTP Server (TLS) id 14.2.247.3; Tue, 20 May 2014 06:19:40 +0100 Message-ID: <537AE5E9.50306@mentor.com> Date: Tue, 20 May 2014 05:19:00 -0000 From: Taimoor User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Joel Brobecker , tmirza CC: Will Newton , "gdb-patches@sourceware.org" Subject: Re: [PATCH] Fix prologue analysis for ldr.w and ldrd instruction References: <1399448485-1740-1-git-send-email-tmirza@codesourcery.com> <20140507132511.GB4063@adacore.com> <536A5254.3030402@codesourcery.com> <20140519151122.GA24643@adacore.com> In-Reply-To: <20140519151122.GA24643@adacore.com> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2014-05/txt/msg00397.txt.bz2 On 05/19/2014 08:11 PM, Joel Brobecker wrote: > I noticed that there is a new branch on the binutils-gdb repository > called CB-2131, and that branch only contains your patch. Does this > ring a bell to you? Perhaps that's the name of the branch you used > on your end and you pushed it by accident? yes, it was pushed accidentally. It was my local branch that I created to work on this issue and accidentally pushed it before realizing my mistake and pushing changes to origin. I actually got some error message and I thought its not pushed. Anyways, I'll delete this CB-2131 remote branch. Is it Okay? -Taimoor