From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 94265 invoked by alias); 22 Nov 2017 16:00:34 -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 94255 invoked by uid 89); 22 Nov 2017 16:00:33 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=BAYES_00,FREEMAIL_FROM,KAM_NUMSUBJECT,KB_WAM_FROM_NAME_SINGLEWORD,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=H*r:sk:static. X-HELO: mail-wr0-f169.google.com Received: from mail-wr0-f169.google.com (HELO mail-wr0-f169.google.com) (209.85.128.169) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 22 Nov 2017 16:00:32 +0000 Received: by mail-wr0-f169.google.com with SMTP id 11so11612474wrb.6 for ; Wed, 22 Nov 2017 08:00:32 -0800 (PST) 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=ewouNVRKIpIU+DIZo1nppgKsrNQilH7LC4isnR4uWL8=; b=Cmcg7FKxlmki/HBrSa84qVr1LCqRaF2tJcfr6EpYOcbQIvxbxTbuTs+5EuqWgEDRA4 A4e0/GEPcJNCNQftlq7j3t380oKS3ZuOhCKs8JSFwDdFmiFOUSpVvXaZDRZNyeiGXXgF Stay8QVHEH+KXKX39M0vXUL0+CNjF3KD87SPB/Z4+XR9rsHdxV1JY99UHUU0LwPCZn98 SyZwZZoNPOE+4lkhHb1N045ZZqCKXm4jNa5wBDBEU6r2oXzFdLuLj7HzxaHvcUnWuf2P g5xq6hfwgfTbJNE/qxk6gou1aeg0SHgJ5kF3rvvPeEgxpZ/0AthG/q9Asv1BkHY/lfSI yA7g== X-Gm-Message-State: AJaThX4H1tWsAZxHTBhp61Q6EBYJEq7AD2Y5UddofFeTV/hvWt9owe47 /+NOAbCnSaxWBNNn1gXXdzb1bg== X-Google-Smtp-Source: AGs4zMZ+nHQFbTA2M1Th+3/PgWe58VspCTto1Y3juWEmBd7J3RfsdtBhglLiPAYuCTlZ+jJhfvK9aA== X-Received: by 10.223.166.235 with SMTP id t98mr17953491wrc.251.1511366430587; Wed, 22 Nov 2017 08:00:30 -0800 (PST) Received: from E107787-LIN (static.42.136.251.148.clients.your-server.de. [148.251.136.42]) by smtp.gmail.com with ESMTPSA id o80sm4056349wmg.6.2017.11.22.08.00.29 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Wed, 22 Nov 2017 08:00:30 -0800 (PST) From: Yao Qi To: Alan Hayward Cc: "gdb-patches\@sourceware.org" , nd Subject: Re: [PATCH 3/4] Use flexible target descriptors for aarch64 References: <86h8ugyenj.fsf@gmail.com> <8EE70574-8937-414B-9903-0E427D388B07@arm.com> <86a7zzwrs5.fsf@gmail.com> <86zi7eqps4.fsf@gmail.com> Date: Wed, 22 Nov 2017 16:00:00 -0000 In-Reply-To: <86zi7eqps4.fsf@gmail.com> (Yao Qi's message of "Wed, 22 Nov 2017 15:47:07 +0000") Message-ID: <86shd6qp5w.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-11/txt/msg00498.txt.bz2 Hi Alan, When you post the new version of patches, could you post the whole series in the same email thread? These four patches are not in the same thread, so I have to go through my inbox to find them one by one. --=20 Yao (=E9=BD=90=E5=B0=A7)