From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 74085 invoked by alias); 5 Apr 2019 17:23:02 -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 74073 invoked by uid 89); 5 Apr 2019 17:23:02 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-3.7 required=5.0 tests=AWL,BAYES_00,KHOP_DYNAMIC,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.1 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; Fri, 05 Apr 2019 17:23:01 +0000 Received: from pps.filterd (m0098393.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.27/8.16.0.27) with SMTP id x35HEWXu072483 for ; Fri, 5 Apr 2019 13:22:59 -0400 Received: from e16.ny.us.ibm.com (e16.ny.us.ibm.com [129.33.205.206]) by mx0a-001b2d01.pphosted.com with ESMTP id 2rpauf9mav-1 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=NOT) for ; Fri, 05 Apr 2019 13:22:58 -0400 Received: from localhost by e16.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 5 Apr 2019 18:22:57 +0100 Received: from b01cxnp22034.gho.pok.ibm.com (9.57.198.24) by e16.ny.us.ibm.com (146.89.104.203) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; (version=TLSv1/SSLv3 cipher=AES256-GCM-SHA384 bits=256/256) Fri, 5 Apr 2019 18:22:55 +0100 Received: from b01ledav006.gho.pok.ibm.com (b01ledav006.gho.pok.ibm.com [9.57.199.111]) by b01cxnp22034.gho.pok.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id x35HMsP518022506 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Fri, 5 Apr 2019 17:22:55 GMT Received: from b01ledav006.gho.pok.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 9F406AC060; Fri, 5 Apr 2019 17:22:54 +0000 (GMT) Received: from b01ledav006.gho.pok.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 7979FAC059; Fri, 5 Apr 2019 17:22:54 +0000 (GMT) Received: from pedro.localdomain (unknown [9.85.171.202]) by b01ledav006.gho.pok.ibm.com (Postfix) with ESMTP; Fri, 5 Apr 2019 17:22:54 +0000 (GMT) Received: by pedro.localdomain (Postfix, from userid 1000) id EA2BB3C0F8B; Fri, 5 Apr 2019 14:22:51 -0300 (-03) From: Pedro Franco de Carvalho To: Ulrich Weigand Cc: Alan Hayward , Simon Marchi , "gdb-patches\@sourceware.org" , nd , anton@linux.ibm.com Subject: Re: [PATCH 2/2] gdbserver: Add linux_get_hwcap In-Reply-To: <20190405163946.2DB32D802DA@oc3748833570.ibm.com> References: <20190405163946.2DB32D802DA@oc3748833570.ibm.com> Date: Fri, 05 Apr 2019 17:23:00 -0000 MIME-Version: 1.0 Content-Type: text/plain x-cbid: 19040517-0072-0000-0000-000004160E8B X-IBM-SpamModules-Scores: X-IBM-SpamModules-Versions: BY=3.00010874; HX=3.00000242; KW=3.00000007; PH=3.00000004; SC=3.00000284; SDB=6.01184772; UDB=6.00620374; IPR=6.00965514; MB=3.00026307; MTD=3.00000008; XFM=3.00000015; UTC=2019-04-05 17:22:57 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 19040517-0073-0000-0000-00004BB8F620 Message-Id: <871s2gcqok.fsf@linux.vnet.ibm.com> X-IsSubscribed: yes X-SW-Source: 2019-04/txt/msg00089.txt.bz2 Ulrich Weigand writes: > This is OK. > > Thanks, > Ulrich Thanks! I checked this in. -- Pedro Franco de Carvalho