From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 35917 invoked by alias); 20 Dec 2019 06:15:32 -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 35894 invoked by uid 89); 20 Dec 2019 06:15:32 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-9.9 required=5.0 tests=AWL,BAYES_00,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.1 spammy=2019-12-20 X-HELO: mail.efficios.com Received: from mail.efficios.com (HELO mail.efficios.com) (167.114.142.138) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 20 Dec 2019 06:15:30 +0000 Received: from localhost (ip6-localhost [IPv6:::1]) by mail.efficios.com (Postfix) with ESMTP id 5D8E068FB57; Fri, 20 Dec 2019 01:15:28 -0500 (EST) Received: from mail.efficios.com ([IPv6:::1]) by localhost (mail02.efficios.com [IPv6:::1]) (amavisd-new, port 10032) with ESMTP id bEfbj7rHkZYb; Fri, 20 Dec 2019 01:15:28 -0500 (EST) Received: from localhost (ip6-localhost [IPv6:::1]) by mail.efficios.com (Postfix) with ESMTP id 21AA168FB4A; Fri, 20 Dec 2019 01:15:28 -0500 (EST) DKIM-Filter: OpenDKIM Filter v2.10.3 mail.efficios.com 21AA168FB4A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=efficios.com; s=default; t=1576822528; bh=KitHyXkgiARiJ+lq8P5PAFbG6CyUMG6D4jyz9XEqwvQ=; h=To:From:Message-ID:Date:MIME-Version; b=fBPe6H9yWpKM456rwo1vgAhPCqpEYZXOfKoNltZX/JzCpMNOw8lqZuPFzK2pikg8L 2DLdNet18IvVDH2l2bPqHn4QNvgKezXejEax8O248AWsTnvgfpxRIy/gETRVHzO3uI Fj+1ALdhwj6yXbIrQ6Jo4CzjVvUbeFups4ti+BlGKKYDKlbbojkMNQ/QCPcJxGd3G+ t/x7p4/SNugZbY08+3esfP14lRuXXOh7RcnjFy8jDwbffx2vbotHSUi1PysR/buglj EaVfp+wmSlnQBhlsmFv5tvw7m0YVDQDrRiBbsP2MIyNhazH0Viz/AMIFCZrD4LwENs PkFSFo75DWb/w== Received: from mail.efficios.com ([IPv6:::1]) by localhost (mail02.efficios.com [IPv6:::1]) (amavisd-new, port 10026) with ESMTP id Q5_6V3Jw1bp6; Fri, 20 Dec 2019 01:15:28 -0500 (EST) Received: from [10.0.0.11] (unknown [192.222.164.54]) by mail.efficios.com (Postfix) with ESMTPSA id EFAEE68FB3E; Fri, 20 Dec 2019 01:15:27 -0500 (EST) Subject: Re: [pushed] Update gdb.base/default.exp for GDB 10 To: Joel Brobecker Cc: gdb-patches@sourceware.org References: <20191218214658.8437-1-simon.marchi@efficios.com> <20191220052910.GA13665@adacore.com> From: Simon Marchi Message-ID: Date: Fri, 20 Dec 2019 06:15:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.3.0 MIME-Version: 1.0 In-Reply-To: <20191220052910.GA13665@adacore.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2019-12/txt/msg00848.txt.bz2 On 2019-12-20 12:29 a.m., Joel Brobecker wrote: > Grumpf. Sorry about that, Simon. I need to update my scripts to deal > with that. I will put that on my list. No problem. It's nice if you can do it as part of the release process, but otherwise it's not a big deal for anybody to update it when we notice it fails, like I did. Simon