From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22139 invoked by alias); 23 Dec 2010 12:08:55 -0000 Received: (qmail 22111 invoked by uid 22791); 23 Dec 2010 12:08:48 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 23 Dec 2010 12:08:44 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 2F7372BACB0; Thu, 23 Dec 2010 07:08:43 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id bZN2JNtpHqlH; Thu, 23 Dec 2010 07:08:43 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id BB8CA2BAB95; Thu, 23 Dec 2010 07:08:42 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id AFD6A1457B3; Thu, 23 Dec 2010 13:08:30 +0100 (CET) Date: Thu, 23 Dec 2010 18:29:00 -0000 From: Joel Brobecker To: Yao Qi Cc: gdb-patches@sourceware.org Subject: Re: [patch, arm] Skip insns generated by -fstack-protector Message-ID: <20101223120830.GW2596@adacore.com> References: <4D00DD81.6000008@codesourcery.com> <20101223040224.GO2596@adacore.com> <4D130C30.8030506@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4D130C30.8030506@codesourcery.com> User-Agent: Mutt/1.5.20 (2009-06-14) 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: 2010-12/txt/msg00435.txt.bz2 > gdb/ > * arm-tdep.c (thumb_analyze_prologue): Move some code ... > (EXTRACT_MOVW_MOVT_IMM_T): ... here. New macro. > (EXTRACT_MOVW_MOVT_IMM_A): New macro. > (arm_analyze_load_stack_chk_guard): New. > (arm_skip_stack_protector): New. > (arm_skip_prologue): Adjust post_prologue_pc by arm_skip_stack_protector. OK to commit - just watch out that the last line of the ChangeLog entry seems a little too long.... -- Joel