From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx0a-001b2d01.pphosted.com (mx0a-001b2d01.pphosted.com [148.163.156.1]) by sourceware.org (Postfix) with ESMTPS id C64D6387085D for ; Thu, 25 Jun 2020 19:18:17 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org C64D6387085D Received: from pps.filterd (m0098399.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id 05PJ37mH096756 for ; Thu, 25 Jun 2020 15:18:17 -0400 Received: from ppma04dal.us.ibm.com (7a.29.35a9.ip4.static.sl-reverse.com [169.53.41.122]) by mx0a-001b2d01.pphosted.com with ESMTP id 31vbn7h49u-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Thu, 25 Jun 2020 15:18:16 -0400 Received: from pps.filterd (ppma04dal.us.ibm.com [127.0.0.1]) by ppma04dal.us.ibm.com (8.16.0.42/8.16.0.42) with SMTP id 05PJ9hjl011491 for ; Thu, 25 Jun 2020 19:18:16 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 31uurqa3ec-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Thu, 25 Jun 2020 19:18:16 +0000 Received: from b01ledav005.gho.pok.ibm.com (b01ledav005.gho.pok.ibm.com [9.57.199.110]) by b01cxnp23033.gho.pok.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id 05PJIFuU53150116 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 25 Jun 2020 19:18:15 GMT Received: from b01ledav005.gho.pok.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 4BB14AE060; Thu, 25 Jun 2020 19:18:15 +0000 (GMT) Received: from b01ledav005.gho.pok.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id D4DBAAE05C; Thu, 25 Jun 2020 19:18:14 +0000 (GMT) Received: from linux.ibm.com (unknown [9.65.199.156]) by b01ledav005.gho.pok.ibm.com (Postfix) with ESMTP; Thu, 25 Jun 2020 19:18:14 +0000 (GMT) From: Tulio Magno Quites Machado Filho To: Matheus Castanho , libc-alpha@sourceware.org Subject: Re: [PATCH] powerpc: Add support for POWER10 In-Reply-To: <000f9683-c6c2-a043-4afa-f2756404f6c4@linux.ibm.com> References: <20200625001020.254521-1-tuliom@linux.ibm.com> <000f9683-c6c2-a043-4afa-f2756404f6c4@linux.ibm.com> User-Agent: Notmuch/0.29.1 (http://notmuchmail.org) Emacs/26.3 (x86_64-redhat-linux-gnu) Date: Thu, 25 Jun 2020 16:18:13 -0300 Message-ID: <87imffj6oa.fsf@linux.ibm.com> MIME-Version: 1.0 Content-Type: text/plain X-TM-AS-GCONF: 00 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.216, 18.0.687 definitions=2020-06-25_15:2020-06-25, 2020-06-25 signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 malwarescore=0 spamscore=0 adultscore=0 impostorscore=0 mlxscore=0 phishscore=0 priorityscore=1501 cotscore=-2147483648 suspectscore=0 bulkscore=0 clxscore=1015 lowpriorityscore=0 mlxlogscore=906 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2004280000 definitions=main-2006250113 X-Spam-Status: No, score=-11.1 required=5.0 tests=BAYES_00, GIT_PATCH_0, KAM_DMARC_STATUS, KAM_NUMSUBJECT, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Jun 2020 19:18:19 -0000 Matheus Castanho via Libc-alpha writes: > On 6/24/20 9:10 PM, Tulio Magno Quites Machado Filho via Libc-alpha wrote: >> diff --git a/sysdeps/powerpc/powerpc64/be/power10/Implies b/sysdeps/powerpc/powerpc64/be/power10/Implies >> new file mode 100644 >> index 0000000000..2a4fe87b9e >> --- /dev/null >> +++ b/sysdeps/powerpc/powerpc64/be/power10/Implies >> @@ -0,0 +1,3 @@ >> +powerpc/powerpc64/power10 > > This directory does not exist. So should it or should this line be removed? Having it there is not an issue, but I plan to remove it in order to reduce the amount of warnings when configuring glibc. >> diff --git a/sysdeps/powerpc/powerpc64/be/power10/fpu/Implies b/sysdeps/powerpc/powerpc64/be/power10/fpu/Implies >> new file mode 100644 >> index 0000000000..01e4a5a3f6 >> --- /dev/null >> +++ b/sysdeps/powerpc/powerpc64/be/power10/fpu/Implies >> @@ -0,0 +1,2 @@ >> +powerpc/powerpc64/power10/fpu > > The same applies here. Directory does not exist. Ack. >> diff --git a/sysdeps/powerpc/powerpc64/le/power10/Implies b/sysdeps/powerpc/powerpc64/le/power10/Implies >> new file mode 100644 >> index 0000000000..37f19d3553 >> --- /dev/null >> +++ b/sysdeps/powerpc/powerpc64/le/power10/Implies >> @@ -0,0 +1 @@ >> +powerpc/powerpc64/le/power9 > > For BE you also add [...]/be/power9/fpu. Should this also be the case > here for LE? powerpc/powerpc64/le/power9/fpu does not exist. Likewise for powerpc/powerpc64/be/power9/fpu. Let me remove it there. Thanks! -- Tulio Magno