From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29770 invoked by alias); 26 Sep 2012 14:38:41 -0000 Received: (qmail 29657 invoked by uid 22791); 26 Sep 2012 14:38:39 -0000 X-SWARE-Spam-Status: No, hits=-4.5 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL X-Spam-Check-By: sourceware.org Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 26 Sep 2012 14:38:27 +0000 Received: from svr-orw-exc-10.mgc.mentorg.com ([147.34.98.58]) by relay1.mentorg.com with esmtp id 1TGsks-0004es-DP from Yao_Qi@mentor.com ; Wed, 26 Sep 2012 07:38:26 -0700 Received: from SVR-ORW-FEM-03.mgc.mentorg.com ([147.34.97.39]) by SVR-ORW-EXC-10.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.4675); Wed, 26 Sep 2012 07:38:26 -0700 Received: from qiyao.dyndns.org (147.34.91.1) by svr-orw-fem-03.mgc.mentorg.com (147.34.97.39) with Microsoft SMTP Server id 14.1.289.1; Wed, 26 Sep 2012 07:38:32 -0700 Message-ID: <5063135D.2040907@codesourcery.com> Date: Wed, 26 Sep 2012 14:38:00 -0000 From: Yao Qi User-Agent: Mozilla/5.0 (X11; Linux i686; rv:14.0) Gecko/20120717 Thunderbird/14.0 MIME-Version: 1.0 To: CC: "gdb-patches@sourceware.org" Subject: Re: [committed] Prologue not set properly for binaries compiled with LLVM compiler (Bug #14419) References: <15949512.300751348669143606.JavaMail.weblogic@epml01> In-Reply-To: <15949512.300751348669143606.JavaMail.weblogic@epml01> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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 X-SW-Source: 2012-09/txt/msg00587.txt.bz2 On 09/26/2012 10:19 PM, KARTHIKVENKATESH BHAT wrote: > Thanks. I have added PR number to Changelog as mentioned. Sorry, the PR number is added in a wrong way. The blank line is missing between your name and PR number. 2012-09-26 Karthik Bhat //<-- here PR breakpoints/14419 * arm-tdep.c (arm_skip_prologue): Extending producer check to support LLVM compiler. -- Yao