From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16744 invoked by alias); 4 Apr 2019 21:22:33 -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 16599 invoked by uid 89); 4 Apr 2019 21:22:32 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-4.3 required=5.0 tests=AWL,BAYES_00,KHOP_DYNAMIC,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.1 spammy=tomorrow 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; Thu, 04 Apr 2019 21:22:31 +0000 Received: from pps.filterd (m0098410.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.27/8.16.0.27) with SMTP id x34LJEaa127400 for ; Thu, 4 Apr 2019 17:22:29 -0400 Received: from e15.ny.us.ibm.com (e15.ny.us.ibm.com [129.33.205.205]) by mx0a-001b2d01.pphosted.com with ESMTP id 2rnpx2qhde-1 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=NOT) for ; Thu, 04 Apr 2019 17:22:29 -0400 Received: from localhost by e15.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 4 Apr 2019 22:22:28 +0100 Received: from b01cxnp22034.gho.pok.ibm.com (9.57.198.24) by e15.ny.us.ibm.com (146.89.104.202) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; (version=TLSv1/SSLv3 cipher=AES256-GCM-SHA384 bits=256/256) Thu, 4 Apr 2019 22:22:25 +0100 Received: from b01ledav004.gho.pok.ibm.com (b01ledav004.gho.pok.ibm.com [9.57.199.109]) by b01cxnp22034.gho.pok.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id x34LMOAo22413358 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 4 Apr 2019 21:22:25 GMT Received: from b01ledav004.gho.pok.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id D4877112063; Thu, 4 Apr 2019 21:22:24 +0000 (GMT) Received: from b01ledav004.gho.pok.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id A3DA0112061; Thu, 4 Apr 2019 21:22:24 +0000 (GMT) Received: from pedro.localdomain (unknown [9.80.207.179]) by b01ledav004.gho.pok.ibm.com (Postfix) with ESMTP; Thu, 4 Apr 2019 21:22:24 +0000 (GMT) Received: by pedro.localdomain (Postfix, from userid 1000) id 219E23C0B06; Thu, 4 Apr 2019 18:22:01 -0300 (-03) From: Pedro Franco de Carvalho To: Peter Bergner , Alan Hayward Cc: "gdb-patches\@sourceware.org" , nd Subject: Re: [PATCH 2/2] gdbserver: Add linux_get_hwcap In-Reply-To: <4b84367d-bae9-55ef-4878-de585ee3b85d@linux.ibm.com> References: <20190325120542.92123-1-alan.hayward@arm.com> <20190325120542.92123-2-alan.hayward@arm.com> <4b84367d-bae9-55ef-4878-de585ee3b85d@linux.ibm.com> Date: Thu, 04 Apr 2019 21:22:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable x-cbid: 19040421-0068-0000-0000-000003B0B6CE X-IBM-SpamModules-Scores: X-IBM-SpamModules-Versions: BY=3.00010873; HX=3.00000242; KW=3.00000007; PH=3.00000004; SC=3.00000284; SDB=6.01184373; UDB=6.00620135; IPR=6.00965127; MB=3.00026298; MTD=3.00000008; XFM=3.00000015; UTC=2019-04-04 21:22:26 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 19040421-0069-0000-0000-0000480B8DBA Message-Id: <87wok931qe.fsf@linux.vnet.ibm.com> X-IsSubscribed: yes X-SW-Source: 2019-04/txt/msg00079.txt.bz2 Hi Peter, Peter Bergner writes: > You have removed ppc_get_auxv(), but I'm still seeing uses of it that > function which are causing build errors (powerpc64le-linux): > > /home/bergner/binutils/binutils-gdb/gdb/gdbserver/linux-ppc-low.c: In fun= ction =E2=80=98int is_elfv2_inferior()=E2=80=99: > /home/bergner/binutils/binutils-gdb/gdb/gdbserver/linux-ppc-low.c:1113:8:= error: =E2=80=98ppc_get_auxv=E2=80=99 was not declared in this scope > if (!ppc_get_auxv (AT_PHDR, &phdr)) > > Peter I should be able to post a patch to fix this tomorrow (there is some discussion for this elsewhere in the thread). -- Pedo Franco de Carvalho