From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 102340 invoked by alias); 29 Mar 2019 23:12:49 -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 102327 invoked by uid 89); 29 Mar 2019 23:12:48 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=BAYES_00,KHOP_DYNAMIC,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=no version=3.3.1 spammy=H*x:version, sk:Ulrich, sk:ulrich, sk:ulrich. X-HELO: mx0a-001b2d01.pphosted.com Received: from mx0b-001b2d01.pphosted.com (HELO mx0a-001b2d01.pphosted.com) (148.163.158.5) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 29 Mar 2019 23:12:47 +0000 Received: from pps.filterd (m0098416.ppops.net [127.0.0.1]) by mx0b-001b2d01.pphosted.com (8.16.0.27/8.16.0.27) with SMTP id x2TN435L087738 for ; Fri, 29 Mar 2019 19:12:46 -0400 Received: from e06smtp02.uk.ibm.com (e06smtp02.uk.ibm.com [195.75.94.98]) by mx0b-001b2d01.pphosted.com with ESMTP id 2rhu8eb3sj-1 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=NOT) for ; Fri, 29 Mar 2019 19:12:45 -0400 Received: from localhost by e06smtp02.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 29 Mar 2019 23:12:44 -0000 Received: from b06cxnps4074.portsmouth.uk.ibm.com (9.149.109.196) by e06smtp02.uk.ibm.com (192.168.101.132) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; (version=TLSv1/SSLv3 cipher=AES256-GCM-SHA384 bits=256/256) Fri, 29 Mar 2019 23:12:41 -0000 Received: from d06av22.portsmouth.uk.ibm.com (d06av22.portsmouth.uk.ibm.com [9.149.105.58]) by b06cxnps4074.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id x2TNCeiF37879814 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Fri, 29 Mar 2019 23:12:40 GMT Received: from d06av22.portsmouth.uk.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 67C754C04E; Fri, 29 Mar 2019 23:12:40 +0000 (GMT) Received: from d06av22.portsmouth.uk.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 5410F4C044; Fri, 29 Mar 2019 23:12:40 +0000 (GMT) Received: from oc3748833570.ibm.com (unknown [9.145.174.51]) by d06av22.portsmouth.uk.ibm.com (Postfix) with ESMTP; Fri, 29 Mar 2019 23:12:40 +0000 (GMT) Received: by oc3748833570.ibm.com (Postfix, from userid 1000) id B13C9D802BE; Sat, 30 Mar 2019 00:12:39 +0100 (CET) Subject: Re: [PATCH 2/2] gdbserver: Add linux_get_hwcap To: Alan.Hayward@arm.com (Alan Hayward) Date: Fri, 29 Mar 2019 23:12:00 -0000 From: "Ulrich Weigand" Cc: simark@simark.ca (Simon Marchi), gdb-patches@sourceware.org (gdb-patches@sourceware.org), nd@arm.com (nd) In-Reply-To: <5644210E-638E-4EE9-924F-7A62B7A74E7C@arm.com> from "Alan Hayward" at Mar 28, 2019 11:35:04 AM MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit x-cbid: 19032923-0008-0000-0000-000002D41C5A X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 19032923-0009-0000-0000-000022401D2C Message-Id: <20190329231239.B13C9D802BE@oc3748833570.ibm.com> X-SW-Source: 2019-03/txt/msg00755.txt.bz2 Alan Hayward wrote: > I’ll send out a new OBV patch with the AT_HWCAP2 added in the same way. Thanks for fixing this issue. Now the build gets one file further and then fails again :-) gdb/gdbserver/linux-ppc-low.c: In function 'int is_elfv2_inferior()': gdb/gdbserver/linux-ppc-low.c:1113:8: error: 'ppc_get_auxv' was not declared in this scope if (!ppc_get_auxv (AT_PHDR, &phdr)) This is because of: * linux-ppc-low.c (ppc_get_auxv): Remove function. You removed two callers of this function, but one more remains ... Bye, Ulrich -- Dr. Ulrich Weigand GNU/Linux compilers and toolchain Ulrich.Weigand@de.ibm.com