From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 72652 invoked by alias); 31 Mar 2016 13:42:59 -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 72637 invoked by uid 89); 31 Mar 2016 13:42:58 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=H*MI:sk:2016033 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; Thu, 31 Mar 2016 13:42:56 +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 F14861AA47; Thu, 31 Mar 2016 13:42:52 +0000 (UTC) Received: from [10.102.239.226] (unknown [213.58.148.146]) by hogfather.0x04.net (Postfix) with ESMTPSA id 83CD7580114; Thu, 31 Mar 2016 15:42:51 +0200 (CEST) Subject: Re: [PATCH 2/4 v3] IPA: Add alloc_jump_pad_buffer target hook. To: Ulrich Weigand References: <20160331113820.6DC6FCA06@oc7340732750.ibm.com> Cc: gdb-patches@sourceware.org From: =?UTF-8?Q?Marcin_Ko=c5=9bcielnicki?= Message-ID: <56FD2955.3030706@0x04.net> Date: Thu, 31 Mar 2016 13:42: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: <20160331113820.6DC6FCA06@oc7340732750.ibm.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2016-03/txt/msg00597.txt.bz2 On 31/03/16 13:38, Ulrich Weigand wrote: > >> gdb/gdbserver/ChangeLog: >> >> * linux-aarch64-ipa.c: Add and includes. >> (alloc_jump_pad_buffer): New function. >> * linux-amd64-ipa.c: Add include. >> (alloc_jump_pad_buffer): New function. >> * linux-i386-ipa.c (alloc_jump_pad_buffer): New function. >> * linux-s390-ipa.c: Add and includes. >> (alloc_jump_pad_buffer): New function. >> * tracepoint.c (getauxval) [!HAVE_GETAUXVAL]: New function. >> (initialize_tracepoint): Delegate to alloc_jump_pad_buffer. >> * tracepoint.h (alloc_jump_pad_buffer): New prototype. >> (getauxval) [!HAVE_GETAUXVAL]: New prototype. > > This is OK. > > Thanks, > Ulrich > Thanks, pushed.