From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 89609 invoked by alias); 22 Mar 2018 13:31:55 -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 89599 invoked by uid 89); 22 Mar 2018 13:31:55 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.1 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 spammy=in! X-HELO: mx0a-001b2d01.pphosted.com Received: from mx0a-001b2d01.pphosted.com (HELO mx0a-001b2d01.pphosted.com) (148.163.156.1) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 22 Mar 2018 13:31:53 +0000 Received: from pps.filterd (m0098396.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.22/8.16.0.22) with SMTP id w2MDUMKQ076375 for ; Thu, 22 Mar 2018 09:31:51 -0400 Received: from e31.co.us.ibm.com (e31.co.us.ibm.com [32.97.110.149]) by mx0a-001b2d01.pphosted.com with ESMTP id 2gvda00krh-1 (version=TLSv1.2 cipher=AES256-SHA256 bits=256 verify=NOT) for ; Thu, 22 Mar 2018 09:31:51 -0400 Received: from localhost by e31.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 22 Mar 2018 07:31:50 -0600 Received: from b03cxnp07029.gho.boulder.ibm.com (9.17.130.16) by e31.co.us.ibm.com (192.168.1.131) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Thu, 22 Mar 2018 07:31:47 -0600 Received: from b03ledav006.gho.boulder.ibm.com (b03ledav006.gho.boulder.ibm.com [9.17.130.237]) by b03cxnp07029.gho.boulder.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id w2MDVkTQ11796932; Thu, 22 Mar 2018 06:31:46 -0700 Received: from b03ledav006.gho.boulder.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 30585C6047; Thu, 22 Mar 2018 07:31:46 -0600 (MDT) Received: from pedro.localdomain (unknown [9.18.235.226]) by b03ledav006.gho.boulder.ibm.com (Postfix) with ESMTP id ED174C603E; Thu, 22 Mar 2018 07:31:45 -0600 (MDT) Received: by pedro.localdomain (Postfix, from userid 1000) id D85BE3C4E97; Thu, 22 Mar 2018 10:31:44 -0300 (-03) From: Pedro Franco de Carvalho To: Ulrich Weigand Cc: gdb-patches@sourceware.org Subject: Re: [PATCH] [PowerPC] Fix stwux and stdux masks in skip_prologue In-Reply-To: <20180316200501.BF11CD803C6@oc3748833570.ibm.com> References: <20180316200501.BF11CD803C6@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-8235-0000-0000-00000D32867B 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.01006758; UDB=6.00512622; IPR=6.00786046; MB=3.00020181; MTD=3.00000008; XFM=3.00000015; UTC=2018-03-22 13:31:48 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 18032213-8236-0000-0000-00004029FD6F Message-Id: <871sgcuthb.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/msg00419.txt.bz2 Ulrich Weigand writes: > This is OK. Checked in! Thanks.