From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 103954 invoked by alias); 22 Aug 2018 18:03:29 -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 103944 invoked by uid 89); 22 Aug 2018 18:03:28 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-4.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 spammy=HContent-Transfer-Encoding:8bit X-HELO: mail-qk0-f177.google.com Received: from mail-qk0-f177.google.com (HELO mail-qk0-f177.google.com) (209.85.220.177) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 22 Aug 2018 18:03:27 +0000 Received: by mail-qk0-f177.google.com with SMTP id c126-v6so1837399qkd.7 for ; Wed, 22 Aug 2018 11:03:27 -0700 (PDT) Return-Path: Received: from [10.11.216.72] (nat-pool-rdu-t.redhat.com. [66.187.233.202]) by smtp.gmail.com with ESMTPSA id n25-v6sm1159966qtp.94.2018.08.22.11.03.24 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 22 Aug 2018 11:03:24 -0700 (PDT) Subject: Re: GDB 8.2 release 2018-08-21 status update To: Simon Marchi , Joel Brobecker Cc: kevinb@redhat.com, palves@redhat.com, gdb-patches@sourceware.org References: <20180821175136.GA3365@adacore.com> <824305ad1fc16d3f1d8b06bec9a2f3df@polymtl.ca> <20180821205443.GD24065@adacore.com> <5ff104ab692788a4ee00cddd89888cb4@polymtl.ca> From: Stan Cox Message-ID: <22e97ad0-42ce-53cf-7a0e-72bb8d0125c0@redhat.com> Date: Wed, 22 Aug 2018 18:03:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <5ff104ab692788a4ee00cddd89888cb4@polymtl.ca> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-SW-Source: 2018-08/txt/msg00554.txt.bz2 On 08/22/2018 12:07 PM, Simon Marchi wrote: > It seems like both of these are caused by a small thinko in that commit. >  I posted a patch here: Doh! Thanks for finding that!