From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id aFimLdpV9F/fPAAAWB0awg (envelope-from ) for ; Tue, 05 Jan 2021 07:04:42 -0500 Received: by simark.ca (Postfix, from userid 112) id AC7E41F0AA; Tue, 5 Jan 2021 07:04:42 -0500 (EST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,RDNS_NONE,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.2 Received: from sourceware.org (unknown [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id 4D1441E552 for ; Tue, 5 Jan 2021 07:04:42 -0500 (EST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 921DB385F012; Tue, 5 Jan 2021 12:04:41 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 921DB385F012 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1609848281; bh=z9cU+RVKuOzwwZVIJ7xbQi0/oxYTaMPPK0Xh0JDEFxo=; h=References:In-Reply-To:Date:Subject:To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=efsW4uqVxPCBD+ckOjWM0xdOB8Cpa5+jfYMByY+97w7jqSfbMur+znA9/OhrL/1+Y lX79vALHbIT5KurQnufpJ8mrz3sEThLT59WPi5QzfMPGinO7eQgHoA3Lai92oIXf1Q XQIyI3qrqfo3db4P+LZI8xt/CX+NxLY0J0aAsI3A= Received: from mail-qv1-xf2e.google.com (mail-qv1-xf2e.google.com [IPv6:2607:f8b0:4864:20::f2e]) by sourceware.org (Postfix) with ESMTPS id 7F997385F012 for ; Tue, 5 Jan 2021 12:04:38 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 7F997385F012 Received: by mail-qv1-xf2e.google.com with SMTP id p5so14519600qvs.7 for ; Tue, 05 Jan 2021 04:04:38 -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:references:in-reply-to:from:date :message-id:subject:to:cc; bh=z9cU+RVKuOzwwZVIJ7xbQi0/oxYTaMPPK0Xh0JDEFxo=; b=Znv+8MIDdwFDaBnDB+Z7G87xwDmKzvjfRKtxdgytjK6g0IkpNNjAvrUypSD7//qiNR hzvGspPI80LxSPWOLUbDEoGybLTPKBJ5c+BV3qVCEkEE2M76jynqS4XBnmrPqlZR3MQi M+aSKJeB2FQ80dEf+GMShaNCKCogPjVIqTtxxnoT0qlcP4vspfzc7EFexgOOOThY6Psh cGYnZyQn90rakZmafm1SLh5AuEOyZP6mw5/wTmKjSlBVqMPBe6T/AnQfrjE4QTRIFVD4 2LOKdLHUfkYBBl2il2jaHjOoJnnvAcAsToGxbmFSvTxHuCJwxmRqROW3V2Ca/+XfSxj9 twWw== X-Gm-Message-State: AOAM5321odNrHye9hp36XPIG4JurYoIAV9Rbel8mfMMCyVeeYz8pWCh/ bKpOOQ//FMP8NLVE4Ea5qPmvT9fXRFOKSUjkzUnj3kZSaYH24Rl4 X-Google-Smtp-Source: ABdhPJzVM1ziqRZAun3KSAsRTRnABU1NVzO/9V+HbqMMjFu41F/XZUTHYdRS3S1AbDb/3JAUxyAYHNNb//EL7yElsu8= X-Received: by 2002:a0c:fb0d:: with SMTP id c13mr80201265qvp.1.1609848277948; Tue, 05 Jan 2021 04:04:37 -0800 (PST) MIME-Version: 1.0 References: <75a780c2-303b-8ecc-1b94-ba2ed8a7e87e@jguk.org> <87mtxrqptc.fsf@igel.home> <42a8039f-c601-9b05-74e0-16a3473219d4@jguk.org> In-Reply-To: <42a8039f-c601-9b05-74e0-16a3473219d4@jguk.org> Date: Tue, 5 Jan 2021 13:04:01 +0100 Message-ID: Subject: Re: gdb tenth edition now eleventh edition? To: Jonny Grant Content-Type: text/plain; charset="UTF-8" X-BeenThere: gdb@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Christian Biesinger via Gdb Reply-To: Christian Biesinger Cc: Reuben Thomas via Gdb , Andreas Schwab Errors-To: gdb-bounces@sourceware.org Sender: "Gdb" On Sat, Jan 2, 2021 at 5:21 PM Jonny Grant wrote: > On 02/01/2021 16:14, Andreas Schwab wrote: > > On Jan 02 2021, Jonny Grant wrote: > > > >> Should that say "Eleventh Edition" ? > > > > See commit 26829f2babc. > > > > Andreas. > > I searched here, but it doesn't find. > > https://sourceware.org/git/?p=binutils-gdb.git&a=search&h=HEAD&st=commit&s=26829f2babc This is the commit: https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=26829f2babc Christian