From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 100236 invoked by alias); 3 Apr 2016 16:28:22 -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 100223 invoked by uid 89); 3 Apr 2016 16:28:21 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: xyzzy.0x04.net Received: from xyzzy.0x04.net (HELO xyzzy.0x04.net) (159.100.250.38) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 03 Apr 2016 16:28:20 +0000 Received: from hogfather.0x04.net (89-65-66-135.dynamic.chello.pl [89.65.66.135]) by xyzzy.0x04.net (Postfix) with ESMTPS id 1936C1AA57; Sun, 3 Apr 2016 16:28:17 +0000 (UTC) Received: from [192.168.13.108] (89-65-66-135.dynamic.chello.pl [89.65.66.135]) by hogfather.0x04.net (Postfix) with ESMTPSA id 2E3545800FB; Sun, 3 Apr 2016 18:28:17 +0200 (CEST) Subject: Re: [PATCH] IPA: Fix build problem on !HAVE_GETAUXVAL To: Ulrich Weigand References: <20160403162030.1A544CA06@oc7340732750.ibm.com> Cc: gdb-patches@sourceware.org From: =?UTF-8?Q?Marcin_Ko=c5=9bcielnicki?= Message-ID: <570144A1.7050700@0x04.net> Date: Sun, 03 Apr 2016 16:28:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.1 MIME-Version: 1.0 In-Reply-To: <20160403162030.1A544CA06@oc7340732750.ibm.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2016-04/txt/msg00020.txt.bz2 On 03/04/16 18:20, Ulrich Weigand wrote: >> These files need AT_PHDR, which is defined in elf.h. If HAVE_GETAUXVAL >> is set, it's implicitely included by sys/auxv.h. Include it manually >> for the opposite case. >> >> gdb/gdbserver/ChangeLog: >> >> * linux-aarch64-ipa.c: Add include. >> * linux-ppc-ipa.c: Add include. >> * linux-s390-ipa.c: Add include. >> --- >> Here's a fix. Does that sound right? > > This is OK. > > Thanks, > Ulrich > Thanks, pushed.