From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 85419 invoked by alias); 22 Mar 2018 13:31:03 -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 85330 invoked by uid 89); 22 Mar 2018 13:30:56 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.5 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 spammy= X-HELO: mx0a-001b2d01.pphosted.com Received: from mx0b-001b2d01.pphosted.com (HELO mx0a-001b2d01.pphosted.com) (148.163.158.5) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 22 Mar 2018 13:30:54 +0000 Received: from pps.filterd (m0098414.ppops.net [127.0.0.1]) by mx0b-001b2d01.pphosted.com (8.16.0.22/8.16.0.22) with SMTP id w2MDURQg087728 for ; Thu, 22 Mar 2018 09:30:44 -0400 Received: from e14.ny.us.ibm.com (e14.ny.us.ibm.com [129.33.205.204]) by mx0b-001b2d01.pphosted.com with ESMTP id 2gvbbxx47c-1 (version=TLSv1.2 cipher=AES256-SHA256 bits=256 verify=NOT) for ; Thu, 22 Mar 2018 09:30:40 -0400 Received: from localhost by e14.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 22 Mar 2018 09:30:11 -0400 Received: from b01cxnp23034.gho.pok.ibm.com (9.57.198.29) by e14.ny.us.ibm.com (146.89.104.201) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Thu, 22 Mar 2018 09:30:10 -0400 Received: from b01ledav005.gho.pok.ibm.com (b01ledav005.gho.pok.ibm.com [9.57.199.110]) by b01cxnp23034.gho.pok.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id w2MDU98K45678746; Thu, 22 Mar 2018 13:30:09 GMT Received: from b01ledav005.gho.pok.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id E065CAE04B; Thu, 22 Mar 2018 09:31:42 -0400 (EDT) Received: from pedro.localdomain (unknown [9.18.235.226]) by b01ledav005.gho.pok.ibm.com (Postfix) with ESMTP id B4BBCAE034; Thu, 22 Mar 2018 09:31:42 -0400 (EDT) Received: by pedro.localdomain (Postfix, from userid 1000) id BC2A53C4E35; Thu, 22 Mar 2018 10:30:07 -0300 (-03) From: Pedro Franco de Carvalho To: Ulrich Weigand Cc: gdb-patches@sourceware.org Subject: Re: [PATCH] [PowerPC] Detect when LR is saved through frame pointer In-Reply-To: <20180315204219.54398D804A7@oc3748833570.ibm.com> References: <20180315204219.54398D804A7@oc3748833570.ibm.com> Date: Thu, 22 Mar 2018 13:31:00 -0000 MIME-Version: 1.0 Content-Type: text/plain X-TM-AS-GCONF: 00 x-cbid: 18032213-0052-0000-0000-000002CD69AB X-IBM-SpamModules-Scores: X-IBM-SpamModules-Versions: BY=3.00008722; HX=3.00000241; KW=3.00000007; PH=3.00000004; SC=3.00000255; SDB=6.01006757; UDB=6.00512621; IPR=6.00786046; MB=3.00020181; MTD=3.00000008; XFM=3.00000015; UTC=2018-03-22 13:30:11 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 18032213-0053-0000-0000-00005C13EEE6 Message-Id: <874ll8utk0.fsf@linux.vnet.ibm.com> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2018-03-22_07:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 priorityscore=1501 malwarescore=0 suspectscore=1 phishscore=0 bulkscore=0 spamscore=0 clxscore=1015 lowpriorityscore=0 impostorscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1709140000 definitions=main-1803220160 X-IsSubscribed: yes X-SW-Source: 2018-03/txt/msg00418.txt.bz2 Ulrich Weigand writes: > This is OK. > > Thanks, > Ulrich Checked in, thanks!