From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 104121 invoked by alias); 21 Nov 2017 11:10:33 -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 104027 invoked by uid 89); 21 Nov 2017 11:10:20 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=BAYES_00,FREEMAIL_FROM,KB_WAM_FROM_NAME_SINGLEWORD,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=Hx-spam-relays-external:sk:static., H*RU:sk:static., Hx-languages-length:361, H*r:sk:clients X-HELO: mail-wm0-f49.google.com Received: from mail-wm0-f49.google.com (HELO mail-wm0-f49.google.com) (74.125.82.49) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 21 Nov 2017 11:10:15 +0000 Received: by mail-wm0-f49.google.com with SMTP id b189so2473386wmd.5 for ; Tue, 21 Nov 2017 03:10:15 -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=mSapzqjtioHodueuriloMNI5OPt3q6xi9luD/D3XSIc=; b=oUSY4S6ZmrplH8Q9fiiuRR4/CC4pgq/3+voK1d/tnfqJGKY2FoQhz2kRo+ZrBxxCe6 S0ssZ4lHpypYkdn1wXOI667AVLZ+gVrhxJjmBky11qnQhauzLhINWfAknm96yx2rzPxX tUk1WmoA+tRmNfh3T+9V2MPxsAs+FHcxAcy3SCypbCj0fBnuSonLTvVBRVmOkU9EaN5x tU/TeVY6lIodpLQ6m3KhNACtEuWrKpazetrFwZyvw1o41UEYDObLHSxzpMlte4j2B0/f 0eAFct2uQ26RYwneM600OyN4FI+/Al9RI3tASjkUS4JW9gNgq60iXMqYXyv2eNxSWR9G KIVg== X-Gm-Message-State: AJaThX61ynuiHmGBXQQfwy91/K50hjMnX4+sb0l1jgiquu1QVkZCs6Az zqGtOVT1V+pGS6+vYrc8jhOleQ== X-Google-Smtp-Source: AGs4zMZqwlI1G7wjRdzgb9nywT4UcTMDppGmFUo785PlPPNeOZhukvrDRdnDSb2lNBdWO2KU9b2z/Q== X-Received: by 10.28.239.12 with SMTP id n12mr905587wmh.140.1511262613684; Tue, 21 Nov 2017 03:10:13 -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 90sm18057744wrp.93.2017.11.21.03.10.12 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Tue, 21 Nov 2017 03:10:13 -0800 (PST) From: Yao Qi To: Joel Brobecker Cc: gdb-patches@sourceware.org Subject: Re: time to create the GDB 8.1.x branch? References: <20171120191510.clz2ywdyknuftzrh@adacore.com> Date: Tue, 21 Nov 2017 11:10:00 -0000 In-Reply-To: <20171120191510.clz2ywdyknuftzrh@adacore.com> (Joel Brobecker's message of "Mon, 20 Nov 2017 11:15:10 -0800") Message-ID: <86mv3fsx9r.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/msg00430.txt.bz2 Joel Brobecker writes: > Are there any changes that would be worth waiting for before we branch > 8.1? If not, I plan on creating the branch next Monday (Nov 27th). I'd like to finish my armv8 tagged pointer support by 8.1 release, but it shouldn't block creating 8.1 branch. --=20 Yao (=E9=BD=90=E5=B0=A7)