From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 36367 invoked by alias); 6 Jun 2015 07:37:16 -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 36355 invoked by uid 89); 6 Jun 2015 07:37:15 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.7 required=5.0 tests=AWL,BAYES_50,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 X-HELO: mail-out.m-online.net Received: from mail-out.m-online.net (HELO mail-out.m-online.net) (212.18.0.10) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (CAMELLIA256-SHA encrypted) ESMTPS; Sat, 06 Jun 2015 07:37:13 +0000 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 3m3Xjf2SmVz3hhZN; Sat, 6 Jun 2015 09:37:09 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.68]) by mail.m-online.net (Postfix) with ESMTP id 3m3Xjd4dBKzvh1r; Sat, 6 Jun 2015 09:37:09 +0200 (CEST) Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.68]) (amavisd-new, port 10024) with ESMTP id Bkzi5IddvSc5; Sat, 6 Jun 2015 09:37:08 +0200 (CEST) X-Auth-Info: b88LndCjqEecS2nSvrPfWzPSiWPzup9cgeJVW+caDLnB4BJKAXb9I92xd/E81xv3 Received: from linux.local (p4FE4DC8B.dip0.t-ipconnect.de [79.228.220.139]) by mail.mnet-online.de (Postfix) with ESMTPA; Sat, 6 Jun 2015 09:37:08 +0200 (CEST) Received: by linux.local (Postfix, from userid 501) id 031FF1E58A5; Sat, 6 Jun 2015 09:37:04 +0200 (CEST) From: Andreas Schwab To: Kwok Cheung Yeung Cc: Subject: Re: [PING][PATCH] Improve prologue skipping on PPC32 for variadic functions References: <55722498.3050208@codesourcery.com> X-Yow: I'm also pre-POURED pre-MEDITATED and pre-RAPHAELITE!! Date: Sat, 06 Jun 2015 07:37:00 -0000 In-Reply-To: <55722498.3050208@codesourcery.com> (Kwok Cheung Yeung's message of "Fri, 5 Jun 2015 23:37:12 +0100") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2015-06/txt/msg00090.txt.bz2 Kwok Cheung Yeung writes: > @@ -1210,45 +1214,45 @@ store_param_on_stack_p (unsigned long op, int > framep, int *r0_contains_arg) > } > > /* Save a General Purpose Register on stack. */ > + if ((op & 0xfc1f0003) == 0xf8010000 || /* std Rx,NUM(r1) */ > + (framep && (op & 0xfc1f0000) == 0x901f0000) || /* stw Rx,NUM(r31) */ > + (framep && (op & 0xfc1f0000) == 0x981f0000)) /* stb Rx,NUM(r31) */ Please also fix the formatting (break before the operator, not after). Andreas. -- Andreas Schwab, schwab@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."