From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf1-x430.google.com (mail-pf1-x430.google.com [IPv6:2607:f8b0:4864:20::430]) by sourceware.org (Postfix) with ESMTPS id EFEE83858406 for ; Tue, 9 Nov 2021 21:43:28 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org EFEE83858406 Received: by mail-pf1-x430.google.com with SMTP id c4so674362pfj.2 for ; Tue, 09 Nov 2021 13:43:28 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=qI0hADAcZshuXu2oXXrmfzSmBz+Uk9YOwSw9CKu2T98=; b=r5ZQQv2RK8WW4559/QOgMYbjqEWANX8V6F912EFB0J4o8N0OQS/85F99O5vALr9eR2 SYNUhSNdKm+SKrIAKMrZq3OScdpstFUvOtB78hapBl/A6JB0IuaauM780jiPYpBi66zs k+9GsLZZgc4YTJunFkK6xL+FAbug/tDak6ExaCkczQZTu0QsCeZl55kslfSy0/Q63i4C WkPDqVCQVzGPAOmUlm311f2yZx4zzC5Z88PpPuSFlI+SizmpbvNAc9wENTNUlGt6MeLz jLNolT1d5Gpisn8XKQKVRgEJBBysWiqFTTZOxfLr2imUt1OuE4P8uSa5ptBehBEMSBtQ q/vg== X-Gm-Message-State: AOAM530RVA7s9YBXs2H9z//Ww+xc6AB73JXJfULJZ7xOB5ac3haM9OHA qL8WY8jnVKh/O4xtblphkPyD9Fdgj/ygopqACcfdZoBzU+A= X-Google-Smtp-Source: ABdhPJyRgybmcr2drH3wEA0nTG27l45/eHU5Vdh3WPnMJSHtMkE4eWAqS0BMHKD/tTFnvegcocBnzcnKrb7hROV2uvo= X-Received: by 2002:a63:8042:: with SMTP id j63mr8553366pgd.225.1636494204812; Tue, 09 Nov 2021 13:43:24 -0800 (PST) MIME-Version: 1.0 References: <20211109133826.92402-1-hjl.tools@gmail.com> <87sfw510hl.fsf@esperi.org.uk> In-Reply-To: <87sfw510hl.fsf@esperi.org.uk> From: "H.J. Lu" Date: Tue, 9 Nov 2021 13:42:48 -0800 Message-ID: Subject: Re: [PATCH] doc/ctf-spec.texi: Remove "@validatemenus off" To: Nick Alcock Cc: Binutils Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-3023.3 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: binutils@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Binutils mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Nov 2021 21:43:30 -0000 On Tue, Nov 9, 2021 at 1:29 PM Nick Alcock wrote: > > On 9 Nov 2021, H. J. Lu stated: > > > Remove @validatemenus from ctf-spec.texi, which has been removed from > > texinfo by > > Thanks! But... does this mean we have to write all texinfo menus > explicitly again, or does it mean we don't need to do it at all, ever? > From your change, it seems it's the latter. > > (If the latter... wonderful! If the former, I curse the world.) I am not a texinfo expert. Since @validatemenus isn't used in GCC, glibc nor binutils texinfo file, I assume that it isn't needed. -- H.J.