From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30890 invoked by alias); 9 Aug 2017 16:40:23 -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 28923 invoked by uid 89); 9 Aug 2017 16:40:22 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD autolearn=no version=3.3.2 spammy=god X-HELO: foss.arm.com Received: from foss.arm.com (HELO foss.arm.com) (217.140.101.70) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 09 Aug 2017 16:40:21 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 769D380D; Wed, 9 Aug 2017 09:40:20 -0700 (PDT) Received: from [10.2.206.198] (e104437-lin.cambridge.arm.com [10.2.206.198]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id E54593F540; Wed, 9 Aug 2017 09:40:19 -0700 (PDT) Subject: Re: [AArch64][5/6] Implement gdbarch_core_read_description To: Yao Qi Cc: GDB References: <864ltgzuqc.fsf@gmail.com> <2848920b-e1be-0c00-d9f6-4737055e33a1@foss.arm.com> <5b77a77e-e0e0-a420-6f8e-ae8c3e967d68@foss.arm.com> <86zib8ybgw.fsf@gmail.com> From: Jiong Wang Message-ID: <65de1747-f920-dae9-4e6c-00bdbc31cca5@foss.arm.com> Date: Wed, 09 Aug 2017 16:40:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <86zib8ybgw.fsf@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2017-08/txt/msg00191.txt.bz2 On 09/08/17 17:03, Yao Qi wrote: > Jiong Wang writes: > >> "auxv.h" to declare target_auxv_search and "elf/common.h" to define AT_HWCAP >> (I miss read the buildbot error message as something like missing >> "HWCAP_APIA"...) >> > Is it because the buildbot error message is too scary? :) I was chuckle to myself after pushing the patch, the suddenly pop-up of buildbot error message with "unfortunate" in the summary let me feel I got a sentence and was nervously hurried to scroll down to the bottom, oh, my god, it's lifetime... > >> This patch was splitted from patch 6, I forget to move those two header files to >> this patch. >> >> Attached patch fixed this and passed gdb cross build, OK for master? > Yes, please. >