From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 129419 invoked by alias); 23 Oct 2018 18:46:19 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 129217 invoked by uid 89); 23 Oct 2018 18:46:08 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.0 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,KHOP_DYNAMIC,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 spammy= X-HELO: mx0a-001b2d01.pphosted.com Received: from mx0a-001b2d01.pphosted.com (HELO mx0a-001b2d01.pphosted.com) (148.163.156.1) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 23 Oct 2018 18:46:06 +0000 Received: from pps.filterd (m0098409.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.22/8.16.0.22) with SMTP id w9NIj57Y095249 for ; Tue, 23 Oct 2018 14:46:05 -0400 Received: from e35.co.us.ibm.com (e35.co.us.ibm.com [32.97.110.153]) by mx0a-001b2d01.pphosted.com with ESMTP id 2na96kg1dr-1 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=NOT) for ; Tue, 23 Oct 2018 14:46:04 -0400 Received: from localhost by e35.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 23 Oct 2018 12:46:03 -0600 Received: from b03cxnp08028.gho.boulder.ibm.com (9.17.130.20) by e35.co.us.ibm.com (192.168.1.135) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; (version=TLSv1/SSLv3 cipher=AES256-GCM-SHA384 bits=256/256) Tue, 23 Oct 2018 12:46:01 -0600 Received: from b03ledav004.gho.boulder.ibm.com (b03ledav004.gho.boulder.ibm.com [9.17.130.235]) by b03cxnp08028.gho.boulder.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id w9NIjw4r9961546 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 23 Oct 2018 11:45:58 -0700 Received: from b03ledav004.gho.boulder.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 8B3FB78068; Tue, 23 Oct 2018 18:45:58 +0000 (GMT) Received: from b03ledav004.gho.boulder.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 600A87805F; Tue, 23 Oct 2018 18:45:58 +0000 (GMT) Received: from pedro.localdomain (unknown [9.18.235.38]) by b03ledav004.gho.boulder.ibm.com (Postfix) with ESMTP; Tue, 23 Oct 2018 18:45:58 +0000 (GMT) Received: by pedro.localdomain (Postfix, from userid 1000) id E2DC73C03FD; Tue, 23 Oct 2018 15:45:55 -0300 (-03) From: Pedro Franco de Carvalho To: Pedro Alves , gdb-patches@sourceware.org Cc: uweigand@de.ibm.com Subject: Re: [PATCH v5 11/12] [PowerPC] Reject tdescs with VSX and no FPU or Altivec In-Reply-To: References: <20181022223242.7858-1-pedromfc@linux.ibm.com> <20181022223242.7858-12-pedromfc@linux.ibm.com> Date: Tue, 23 Oct 2018 18:46:00 -0000 MIME-Version: 1.0 Content-Type: text/plain x-cbid: 18102318-0012-0000-0000-000016CD5EE7 X-IBM-SpamModules-Scores: X-IBM-SpamModules-Versions: BY=3.00009922; HX=3.00000242; KW=3.00000007; PH=3.00000004; SC=3.00000268; SDB=6.01106931; UDB=6.00573270; IPR=6.00887015; MB=3.00023875; MTD=3.00000008; XFM=3.00000015; UTC=2018-10-23 18:46:02 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 18102318-0013-0000-0000-000054DBF869 Message-Id: <875zxslcws.fsf@linux.vnet.ibm.com> X-IsSubscribed: yes X-SW-Source: 2018-10/txt/msg00518.txt.bz2 Pedro Alves writes: >> It isn't clear from the standard features documentation that these are >> requirements. > > Is that something that should be fixed? Yes, I can update the documentation to make this a requiremnt. Can I do it in a separate patch? Thanks! -- Pedro Franco de Carvalho