From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx0b-001b2d01.pphosted.com (mx0b-001b2d01.pphosted.com [148.163.158.5]) by sourceware.org (Postfix) with ESMTPS id 3F7F73858D35 for ; Tue, 8 Mar 2022 18:41:08 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 3F7F73858D35 Received: from pps.filterd (m0098421.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.1.2/8.16.1.2) with SMTP id 228H1HQq031165; Tue, 8 Mar 2022 18:41:07 GMT Received: from ppma04wdc.us.ibm.com (1a.90.2fa9.ip4.static.sl-reverse.com [169.47.144.26]) by mx0a-001b2d01.pphosted.com with ESMTP id 3ep0bd86ux-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 08 Mar 2022 18:41:07 +0000 Received: from pps.filterd (ppma04wdc.us.ibm.com [127.0.0.1]) by ppma04wdc.us.ibm.com (8.16.1.2/8.16.1.2) with SMTP id 228IRwoP022238; Tue, 8 Mar 2022 18:41:06 GMT Received: from b03cxnp08027.gho.boulder.ibm.com (b03cxnp08027.gho.boulder.ibm.com [9.17.130.19]) by ppma04wdc.us.ibm.com with ESMTP id 3ekyg9exv6-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 08 Mar 2022 18:41:06 +0000 Received: from b03ledav004.gho.boulder.ibm.com (b03ledav004.gho.boulder.ibm.com [9.17.130.235]) by b03cxnp08027.gho.boulder.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id 228If5oI16646818 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Tue, 8 Mar 2022 18:41:05 GMT Received: from b03ledav004.gho.boulder.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 37C3B78067; Tue, 8 Mar 2022 18:41:05 +0000 (GMT) Received: from b03ledav004.gho.boulder.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id DB42478066; Tue, 8 Mar 2022 18:41:04 +0000 (GMT) Received: from li-e362e14c-2378-11b2-a85c-87d605f3c641.ibm.com (unknown [9.211.79.233]) by b03ledav004.gho.boulder.ibm.com (Postfix) with ESMTP; Tue, 8 Mar 2022 18:41:04 +0000 (GMT) Message-ID: From: Carl Love To: Joel Brobecker , gdb-patches@sourceware.org, cel@us.ibm.com Cc: Rogerio Alves Date: Tue, 08 Mar 2022 10:41:04 -0800 In-Reply-To: References: <479011be1a832692f38293ebf6f9cc0fd18315fa.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-GUID: Q3iqbxEId2vXKGY6qw6WX320L5JOP88s X-Proofpoint-ORIG-GUID: Q3iqbxEId2vXKGY6qw6WX320L5JOP88s Subject: RE: [PATCH] Powerpc fix for gdb.base/ending-run.exp X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.816,Hydra:6.0.425,FMLib:17.11.64.514 definitions=2022-03-08_07,2022-03-04_01,2022-02-23_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 clxscore=1015 mlxscore=0 priorityscore=1501 suspectscore=0 phishscore=0 lowpriorityscore=0 malwarescore=0 mlxlogscore=999 spamscore=0 impostorscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2202240000 definitions=main-2203080095 X-Spam-Status: No, score=-6.0 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_EF, RCVD_IN_MSPIKE_H5, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_NONE, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) 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: Tue, 08 Mar 2022 18:41:09 -0000 Joel: On Mon, 2022-03-07 at 15:59 -0800, Carl Love wrote: > Per above, the second change does appear to be unecessary. What to > do > about the first change? I haven't been able to sort out why I can't > compile gdb to match the distro behaviour. Maybe this patch really > isn't needed but it would be really nice to understand how to > reproduce > the distro behaviour. If you have any thoughts as to how to > configure > my build of gdb to achieve this that would be interesting. > > Thanks for your time looking at the patch. The error occurs on Ubuntu on Power 10. Per a suggestion, I tested the patch on a Red Hat distro. The test passes fine there. Ubuntu puts the debug info symbols in separate packages from the development packages. I have been thru the list of available packages and tried installing all the relavent packages to no avail. The guess is with the proper symbols available on Ubuntu, the test will pass without my patch. Just don't know what the missing package is. Carl