From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 109477 invoked by alias); 20 Jan 2017 16:17:03 -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 109411 invoked by uid 89); 20 Jan 2017 16:16:59 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-HELO: mail-yw0-f172.google.com Received: from mail-yw0-f172.google.com (HELO mail-yw0-f172.google.com) (209.85.161.172) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 20 Jan 2017 16:16:59 +0000 Received: by mail-yw0-f172.google.com with SMTP id w75so92688449ywg.1 for ; Fri, 20 Jan 2017 08:16:59 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=EQcrpRt3XBZKurv3Ig3ymtFALtDoHPhJBoJrnKF9ThM=; b=Z2HVdJj2ky9O/a3gRC0faHdghnsk1gMpAeHm6Pxjp93ZM/FDmmI9nyGOhIXWg+V1+X orADCyf/khhpbHTfbGJt1rziNLWQCGBHkrW2arR9YR5p1OED91JLKKD57rG1NrMrGxQv R1/QCpHoM/NTvJh4ulCthz9upQNG5ohGkyrPBOpmSLmFRFQ4gPNrf8/rIXk75aSla2G8 jmDK6rM0zIXR+VIje4a14htq4s97xX6qKLu61IFmJPDnaCzQWeeczVkMh3G2tXAjHKWJ WJ0E71L/Z0AlB8bSgxkbHdZZddcRn1QQO73YK3C7+KzdxPKrmAu6BpGJJ0cAwMhqsnJm vlKg== X-Gm-Message-State: AIkVDXKdtGMuhIrTQ5/YJDS1p6ozmvNG76F/4vEnbc0GOTCzmGhlGnoP5HflslIhivj6wqqYaBoWUuLZsS5CCQ== X-Received: by 10.55.217.16 with SMTP id u16mr13648905qki.161.1484929018150; Fri, 20 Jan 2017 08:16:58 -0800 (PST) MIME-Version: 1.0 Received: by 10.12.140.194 with HTTP; Fri, 20 Jan 2017 08:16:57 -0800 (PST) In-Reply-To: <20170116153449.GJ28060@E107787-LIN> References: <20170116103750.ordall4risshlrnx@adacore.com> <20170116153449.GJ28060@E107787-LIN> From: Yao Qi Date: Fri, 20 Jan 2017 16:17:00 -0000 Message-ID: Subject: Re: gdb-7.12.1 update (2017-01-16) To: Joel Brobecker Cc: "gdb-patches@sourceware.org" , Yao Qi Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2017-01/txt/msg00421.txt.bz2 On Mon, Jan 16, 2017 at 3:34 PM, Yao Qi wrote: > These 6 patches include refactor and test cases, so we don't need to > backport all of them to 7.12 branch. I'd like to give a different fix > for 7.12 branch. I'll post a fix tomorrow. The patch for 7.12 branch is pushed in. --=20 Yao (=E9=BD=90=E5=B0=A7)