From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 48269 invoked by alias); 30 Mar 2016 14:50:13 -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 46561 invoked by uid 89); 30 Mar 2016 14:50:12 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=farm, Pierre, H*MI:sk:2016033, HContent-Transfer-Encoding:8bit X-HELO: mail-pf0-f177.google.com Received: from mail-pf0-f177.google.com (HELO mail-pf0-f177.google.com) (209.85.192.177) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Wed, 30 Mar 2016 14:50:01 +0000 Received: by mail-pf0-f177.google.com with SMTP id e128so23781301pfe.3 for ; Wed, 30 Mar 2016 07:50:01 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:cc:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=htzZRNmgtWI8EUolEXCkYSVFtjSQwsFTdEIsTXHoFLQ=; b=KatFCKec6YA+WtfmD32RFWjjM5oxyq+OgJjKUChBOxHx3jqquU9vp6HVj3teSGG0xF 2m3fe06nkdYUVDt0N8yPyRCvx1S9GUJeDk3q2q5pmAJZLShT4HlkfR42Tjkk6/daJuy8 9c5oPQAB31/e0Br7l/H7Yt4+qVh8yY/UlmLhZFG7vIRWyLhW2H1O8HBhoys19ZsHl1E0 i82Do+Em6ShRL8+g/CPlGs3KdT8tUk4/NPcm2uMJP8iVwPgwy7evHSB2hICrVxrNWpD5 ijt5ldz0Q6Jb1Puad4b9OOW6/+7KRiEb9vSEouAtBH0h3ic+b1yn+Fu9wrTvG/rKjRpW a5Ww== X-Gm-Message-State: AD7BkJIjAT+L/D6pabIRi//iYoBxTfWBTSbTlruDdMIhXjiTwphxZagA+IiUn6gPksTAXw== X-Received: by 10.98.32.23 with SMTP id g23mr13913019pfg.74.1459349399550; Wed, 30 Mar 2016 07:49:59 -0700 (PDT) Received: from [127.0.0.1] (power-aix.osuosl.org. [140.211.15.154]) by smtp.gmail.com with ESMTPSA id z13sm6638581pfi.5.2016.03.30.07.49.57 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 30 Mar 2016 07:49:58 -0700 (PDT) Subject: Re: [PATCH 2/4 v2] IPA: Add alloc_jump_pad_buffer target hook. To: Ulrich Weigand , =?UTF-8?Q?Marcin_Ko=c5=9bcielnicki?= References: <20160330113811.E5E0C7704@oc7340732750.ibm.com> Cc: gdb-patches@sourceware.org, pierre.langlois@arm.com, yao.qi@linaro.org From: Yao Qi Message-ID: <56FBE793.2010804@gmail.com> Date: Wed, 30 Mar 2016 14:50:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <20160330113811.E5E0C7704@oc7340732750.ibm.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2016-03/txt/msg00565.txt.bz2 Hi Ulrich, On 30/03/16 12:38, Ulrich Weigand wrote: >> Right. I've tested on i386 and x86_64. Unfortunately I have no means >> >of testing on aarch64 - could someone lend a hand here? > Pierre or Yao ... you've been working in this area recently, could you > have a look at Marcin's patch and give it a test? Thanks! > No problem, I'll do a test on my aarch64 box, and let you know the result. Do you want me to test this single patch or the whole patch series? b.t.w, there are some aarch64 linux boxes on gcc compile farm and you can use them. See https://gcc.gnu.org/wiki/CompileFarm -- Yao (齐尧)