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 8913B3858C27 for ; Tue, 2 Nov 2021 23:58:52 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 8913B3858C27 Received: from pps.filterd (m0098413.ppops.net [127.0.0.1]) by mx0b-001b2d01.pphosted.com (8.16.1.2/8.16.1.2) with SMTP id 1A2Nl4Fq024127; Tue, 2 Nov 2021 23:58:44 GMT Received: from ppma02dal.us.ibm.com (a.bd.3ea9.ip4.static.sl-reverse.com [169.62.189.10]) by mx0b-001b2d01.pphosted.com with ESMTP id 3c3fac04j0-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 02 Nov 2021 23:58:44 +0000 Received: from pps.filterd (ppma02dal.us.ibm.com [127.0.0.1]) by ppma02dal.us.ibm.com (8.16.1.2/8.16.1.2) with SMTP id 1A2NguQ4022005; Tue, 2 Nov 2021 23:58:44 GMT Received: from b03cxnp08026.gho.boulder.ibm.com (b03cxnp08026.gho.boulder.ibm.com [9.17.130.18]) by ppma02dal.us.ibm.com with ESMTP id 3c22tsf17p-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 02 Nov 2021 23:58:43 +0000 Received: from b03ledav003.gho.boulder.ibm.com (b03ledav003.gho.boulder.ibm.com [9.17.130.234]) by b03cxnp08026.gho.boulder.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id 1A2Nwg8d34865598 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Tue, 2 Nov 2021 23:58:42 GMT Received: from b03ledav003.gho.boulder.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 663B86A04F; Tue, 2 Nov 2021 23:58:42 +0000 (GMT) Received: from b03ledav003.gho.boulder.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id CE0636A04D; Tue, 2 Nov 2021 23:58:41 +0000 (GMT) Received: from lexx (unknown [9.160.166.237]) by b03ledav003.gho.boulder.ibm.com (Postfix) with ESMTP; Tue, 2 Nov 2021 23:58:41 +0000 (GMT) Message-ID: <1ea9acfe0f21e4b430867d75c8b8529b3a27d197.camel@vnet.ibm.com> Subject: Re: [PATCH] sim: ppc: use silent build rules here too From: will schmidt To: Mike Frysinger , gdb-patches@sourceware.org Date: Tue, 02 Nov 2021 18:58:40 -0500 In-Reply-To: <20211031092705.5744-1-vapier@gentoo.org> References: <20211031092705.5744-1-vapier@gentoo.org> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.28.5 (3.28.5-16.el8) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-TM-AS-GCONF: 00 X-Proofpoint-GUID: Q3iMaTUM19S5YA_edTzcxk_BnE-u-7A4 X-Proofpoint-ORIG-GUID: Q3iMaTUM19S5YA_edTzcxk_BnE-u-7A4 X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.790,Hydra:6.0.425,FMLib:17.0.607.475 definitions=2021-11-02_08,2021-11-02_01,2020-04-07_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 impostorscore=0 mlxscore=0 lowpriorityscore=0 phishscore=0 clxscore=1011 bulkscore=0 suspectscore=0 priorityscore=1501 spamscore=0 mlxlogscore=999 adultscore=0 malwarescore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2110150000 definitions=main-2111020122 X-Spam-Status: No, score=-5.9 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_EF, RCVD_IN_MSPIKE_H4, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_PASS, TXREP 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, 02 Nov 2021 23:58:53 -0000 On Sun, 2021-10-31 at 05:27 -0400, Mike Frysinger via Gdb-patches wrote: > The ppc codebase is unique and doesn't leverage common/, so have to > add silent rules to it specifically. Hi, I may have evidence to the contrary. :-) I don't see any changes here or in the recent patches that I can specifically identify as troublesome, but something seems fishy between sim/ppc/libsim.a and sim/common/libcommon.a ; I'm seeing this error during recent build attempts on ppc64le, sometime since late last week. /home/willschm/install/bin/ld: ../sim/ppc/libsim.a(callback.o):(.toc+0x10): undefined reference to `cb_init_errno_map' /home/willschm/install/bin/ld: ../sim/ppc/libsim.a(callback.o):(.toc+0x18): undefined reference to `cb_init_signal_map' /home/willschm/install/bin/ld: ../sim/ppc/libsim.a(callback.o):(.toc+0x20): undefined reference to `cb_init_open_map' The 'missing' symbols appear to be located in sim/common/libcommon.a Thanks, -Will > --- > sim/ppc/Makefile.in | 96 ++++++++++++++++++++++--------------------- > -- > sim/ppc/dgen.c | 2 + > sim/ppc/igen.c | 2 + > 3 files changed, 50 insertions(+), 50 deletions(-)