From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx0a-001b2d01.pphosted.com (mx0b-001b2d01.pphosted.com [148.163.158.5]) by sourceware.org (Postfix) with ESMTPS id A600838460AE for ; Thu, 30 Jun 2022 15:13:37 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org A600838460AE Received: from pps.filterd (m0098420.ppops.net [127.0.0.1]) by mx0b-001b2d01.pphosted.com (8.17.1.5/8.17.1.5) with ESMTP id 25UF8n6v001432 for ; Thu, 30 Jun 2022 15:13:37 GMT Received: from ppma04dal.us.ibm.com (7a.29.35a9.ip4.static.sl-reverse.com [169.53.41.122]) by mx0b-001b2d01.pphosted.com (PPS) with ESMTPS id 3h1dv3gkm4-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Thu, 30 Jun 2022 15:13:37 +0000 Received: from pps.filterd (ppma04dal.us.ibm.com [127.0.0.1]) by ppma04dal.us.ibm.com (8.16.1.2/8.16.1.2) with SMTP id 25UF6Y2M009067 for ; Thu, 30 Jun 2022 15:13:36 GMT Received: from b01cxnp23033.gho.pok.ibm.com (b01cxnp23033.gho.pok.ibm.com [9.57.198.28]) by ppma04dal.us.ibm.com with ESMTP id 3gwt0bthb6-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Thu, 30 Jun 2022 15:13:36 +0000 Received: from b01ledav004.gho.pok.ibm.com (b01ledav004.gho.pok.ibm.com [9.57.199.109]) by b01cxnp23033.gho.pok.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id 25UFDZ6f46268774 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 30 Jun 2022 15:13:35 GMT Received: from b01ledav004.gho.pok.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id EA289112061; Thu, 30 Jun 2022 15:13:34 +0000 (GMT) Received: from b01ledav004.gho.pok.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 74D87112064; Thu, 30 Jun 2022 15:13:34 +0000 (GMT) Received: from li-e362e14c-2378-11b2-a85c-87d605f3c641.ibm.com (unknown [9.211.68.56]) by b01ledav004.gho.pok.ibm.com (Postfix) with ESMTP; Thu, 30 Jun 2022 15:13:34 +0000 (GMT) Message-ID: <11bf296dab45ef98a5faded473019b020772fd0e.camel@us.ibm.com> Subject: [Ping] [PATCH] Add PowerPC support to gdb.cp/call-method-register.cc From: Carl Love To: gdb-patches@sourceware.org, will schmidt , Ulrich Weigand Date: Thu, 30 Jun 2022 08:13:33 -0700 In-Reply-To: <97038d9f783fc6b65a6a4570f262f2409c6da2af.camel@us.ibm.com> References: <97038d9f783fc6b65a6a4570f262f2409c6da2af.camel@us.ibm.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.28.5 (3.28.5-18.el8) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-TM-AS-GCONF: 00 X-Proofpoint-ORIG-GUID: q6bLbbBiToltih9S5wAcasYUIQupqJsC X-Proofpoint-GUID: q6bLbbBiToltih9S5wAcasYUIQupqJsC X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.883,Hydra:6.0.517,FMLib:17.11.122.1 definitions=2022-06-30_09,2022-06-28_01,2022-06-22_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 malwarescore=0 suspectscore=0 bulkscore=0 lowpriorityscore=0 phishscore=0 priorityscore=1501 mlxscore=0 mlxlogscore=761 adultscore=0 impostorscore=0 clxscore=1015 spamscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2204290000 definitions=main-2206300060 X-Spam-Status: No, score=-12.0 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_EF, GIT_PATCH_0, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_NONE, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jun 2022 15:13:39 -0000 Ping? On Wed, 2022-06-15 at 10:40 -0700, Carl Love wrote: > GDB maintainers: > > This path adds the needed define ASM_REG for PowerPC to the test > program test program gdb.cp/call-method-register.cc. It was tested > on > a Power 10 system with no regression failures. > > Please let me know if this patch is acceptable for mainline. > > Carl Love > > -------------------------------------------------------------- > Add PowerPC support to gdb.cp/call-method-register.cc > > This patch adds the needed define ASM_REG for PowerPC. > > The patch was run on a Power 10 system. The gdb Summary for the run > lists > 2 expected passes, no unexpected failures or untested testcases. > > Please let me know if this patch is acceptable for mainline. > > Carl Love > --- > gdb/testsuite/gdb.cp/call-method-register.cc | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/gdb/testsuite/gdb.cp/call-method-register.cc > b/gdb/testsuite/gdb.cp/call-method-register.cc > index 06e9e53f988..d60fee03701 100644 > --- a/gdb/testsuite/gdb.cp/call-method-register.cc > +++ b/gdb/testsuite/gdb.cp/call-method-register.cc > @@ -19,6 +19,8 @@ > # define ASM_REG "rax" > #elif defined __i386__ > # define ASM_REG "eax" > +#elif defined __powerpc64__ > +# define ASM_REG "r9" > #else > # error "port me" > #endif