From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2439 invoked by alias); 9 Aug 2017 16:04:10 -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 2422 invoked by uid 89); 9 Aug 2017 16:04:09 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=H*r:sk:static. X-HELO: mail-it0-f52.google.com Received: from mail-it0-f52.google.com (HELO mail-it0-f52.google.com) (209.85.214.52) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 09 Aug 2017 16:04:08 +0000 Received: by mail-it0-f52.google.com with SMTP id m34so72284iti.1 for ; Wed, 09 Aug 2017 09:04:08 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-transfer-encoding; bh=Yxp3BOPTb1INcMv238p/R+ZOpBtt6/NzOZW8+iZk+OU=; b=WeKM8drmOuB64JAFokGt1IqGsvpFo5oDogCO2GMeCU4cFNIj+0ECpXgMQ2KKtZ7gjv w4F5R1Gx2wDs4hWSkY5J3yxjO7wSiEPmeRhWZTlLKU7ug9dDlkX29r3QpJobKxRPrn/p L5Zx+iiBGG/rotyLCkw+uooqt6kyakXKk41ugYNO+pVPC5BFdewrj7uxTpmNWajquEsq iByBhiw8YEn45udBbeTA14iJsVQ7M5vXbcmtXmQBxYsoO+grlWYQ59H26L1O+bjYIUKY WctPlU7NpAw/bO7uPy8n1kM4giAgmJ/2FWBZ1BkIiU5pI+LC4Pcmwpe/C8V+dGnAg0Uq 9Asw== X-Gm-Message-State: AHYfb5j2phtzKllrvJicAe2wuBJ7Kw+NYRjby9gopo5Ljih36H5c/9dV yuFy5j3BXBxBYG9X X-Received: by 10.36.70.79 with SMTP id j76mr7562174itb.54.1502294646509; Wed, 09 Aug 2017 09:04:06 -0700 (PDT) Received: from E107787-LIN (static.42.136.251.148.clients.your-server.de. [148.251.136.42]) by smtp.gmail.com with ESMTPSA id q19sm1999295iod.10.2017.08.09.09.04.05 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Wed, 09 Aug 2017 09:04:06 -0700 (PDT) From: Yao Qi To: Jiong Wang Cc: GDB Subject: Re: [AArch64][5/6] Implement gdbarch_core_read_description References: <864ltgzuqc.fsf@gmail.com> <2848920b-e1be-0c00-d9f6-4737055e33a1@foss.arm.com> <5b77a77e-e0e0-a420-6f8e-ae8c3e967d68@foss.arm.com> Date: Wed, 09 Aug 2017 16:04:00 -0000 In-Reply-To: <5b77a77e-e0e0-a420-6f8e-ae8c3e967d68@foss.arm.com> (Jiong Wang's message of "Wed, 9 Aug 2017 16:43:10 +0100") Message-ID: <86zib8ybgw.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2017-08/txt/msg00188.txt.bz2 Jiong Wang writes: > "auxv.h" to declare target_auxv_search and "elf/common.h" to define AT_HW= CAP > (I miss read the buildbot error message as something like missing > "HWCAP_APIA"...) > Is it because the buildbot error message is too scary? :) > This patch was splitted from patch 6, I forget to move those two header f= iles to > this patch. > > Attached patch fixed this and passed gdb cross build, OK for master? Yes, please. --=20 Yao (=E9=BD=90=E5=B0=A7)