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 79007386F824 for ; Fri, 26 Jun 2020 20:48:15 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 79007386F824 Received: from pps.filterd (m0098394.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id 05QKXIf6086301 for ; Fri, 26 Jun 2020 16:48:14 -0400 Received: from ppma01dal.us.ibm.com (83.d6.3fa9.ip4.static.sl-reverse.com [169.63.214.131]) by mx0a-001b2d01.pphosted.com with ESMTP id 31vx92cjvk-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Fri, 26 Jun 2020 16:48:14 -0400 Received: from pps.filterd (ppma01dal.us.ibm.com [127.0.0.1]) by ppma01dal.us.ibm.com (8.16.0.42/8.16.0.42) with SMTP id 05QKiFAO010086 for ; Fri, 26 Jun 2020 20:48:13 GMT Received: from b01cxnp22033.gho.pok.ibm.com (b01cxnp22033.gho.pok.ibm.com [9.57.198.23]) by ppma01dal.us.ibm.com with ESMTP id 31uurv47p9-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Fri, 26 Jun 2020 20:48:13 +0000 Received: from b01ledav003.gho.pok.ibm.com (b01ledav003.gho.pok.ibm.com [9.57.199.108]) by b01cxnp22033.gho.pok.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id 05QKmCOo39453094 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Fri, 26 Jun 2020 20:48:13 GMT Received: from b01ledav003.gho.pok.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id E47A5B2065; Fri, 26 Jun 2020 20:48:12 +0000 (GMT) Received: from b01ledav003.gho.pok.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 7F00CB205F; Fri, 26 Jun 2020 20:48:12 +0000 (GMT) Received: from [9.163.30.179] (unknown [9.163.30.179]) by b01ledav003.gho.pok.ibm.com (Postfix) with ESMTP; Fri, 26 Jun 2020 20:48:12 +0000 (GMT) Subject: Re: [PATCHv2] powerpc: Add support for POWER10 To: Tulio Magno Quites Machado Filho , libc-alpha@sourceware.org References: <87ftaikc1i.fsf@linux.ibm.com> <20200625230116.301613-1-tuliom@linux.ibm.com> From: Paul E Murphy Message-ID: <07563377-b007-60eb-f2b7-42cadf9d25cb@linux.ibm.com> Date: Fri, 26 Jun 2020 15:48:11 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.9.0 MIME-Version: 1.0 In-Reply-To: <20200625230116.301613-1-tuliom@linux.ibm.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-TM-AS-GCONF: 00 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.216, 18.0.687 definitions=2020-06-26_12:2020-06-26, 2020-06-26 signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 mlxscore=0 suspectscore=0 lowpriorityscore=0 mlxlogscore=763 clxscore=1015 impostorscore=0 phishscore=0 spamscore=0 adultscore=0 malwarescore=0 priorityscore=1501 bulkscore=0 cotscore=-2147483648 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2004280000 definitions=main-2006260146 X-Spam-Status: No, score=-10.5 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: Fri, 26 Jun 2020 20:48:16 -0000 On 6/25/20 6:01 PM, Tulio Magno Quites Machado Filho wrote: > Changes since v1: > - Remove 2 directories from Implies. Added another directory that was > missing. > - Listed power10 in preconfigure.ac > > ---8<--- > > 1. Add the directories to hold POWER10 files. > > 2. Print the correct values for AT_PLATFORM and AT_BASE_PLATFORM. > > 3. Let submachine=power10 be set automatically. This patch LGTM. > diff --git a/sysdeps/powerpc/powerpc64/le/power10/Implies b/sysdeps/powerpc/powerpc64/le/power10/Implies > new file mode 100644 > index 0000000000..9e1b787348 > --- /dev/null > +++ b/sysdeps/powerpc/powerpc64/le/power10/Implies > @@ -0,0 +1,2 @@ > +powerpc/powerpc64/le/power9/fpu OK, this is the newly added path mentioned above. > diff --git a/sysdeps/powerpc/preconfigure b/sysdeps/powerpc/preconfigure > diff --git a/sysdeps/powerpc/preconfigure.ac b/sysdeps/powerpc/preconfigure.ac OK