From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-il1-x130.google.com (mail-il1-x130.google.com [IPv6:2607:f8b0:4864:20::130]) by sourceware.org (Postfix) with ESMTPS id 7BBCC3858D37 for ; Tue, 12 Apr 2022 12:57:37 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 7BBCC3858D37 Received: by mail-il1-x130.google.com with SMTP id r7so2465520iln.9 for ; Tue, 12 Apr 2022 05:57:37 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=S/WtpnSt30hVvgD/VkVxP05jDoIB8omsN65x2MyvrKQ=; b=XShJdx85y6CMbY3i16X+++GzSz4VC0Gv7l6gSmkqfT8ZPrd3hoTqrHYdZ2ye/w5Ksm 1ZItYADWYK/8qJT8dUsOnQEFQCZpTT7fmSIig1yRi6fNtIJ/0m5LQrlinGx4ILYomumL mxbkA7LoMO7Va+7kGYZFVQcH7oF3nDD8ks7SYxBNFRqveduGafFRs3gU7/TXp1/NR981 wFnfLTkGWquWkQHoF4ieVeWnybYtnV0y7AqTQyl3AiimTkKQ+Hz6XQUHuOUQkAa580mB jvfJU0eSRNCnYpiE7/jdLMJrypXLCnB9z2vWkGPeJBtFNENZc8qgLC4M31nPHZ76JquS 77bA== X-Gm-Message-State: AOAM533unRmJoW0IMPadJ1akZN4vy71MRF+91pwnTd5df66NIA78Xgwd CPW9nXu2VLNVngSDc7nr2N0vgg== X-Google-Smtp-Source: ABdhPJwdmNqHNZfCpCIperHMGNmFw4l/JFHZ3s9v4gt4XTkhf5QxKcq5sEz0nu7QVS/Ioo5yEtAQZw== X-Received: by 2002:a92:c711:0:b0:2ca:30fb:2af0 with SMTP id a17-20020a92c711000000b002ca30fb2af0mr16034783ilp.198.1649768256700; Tue, 12 Apr 2022 05:57:36 -0700 (PDT) Received: from murgatroyd (71-211-154-204.hlrn.qwest.net. [71.211.154.204]) by smtp.gmail.com with ESMTPSA id 4-20020a921804000000b002cbc83c39a4sm500801ily.38.2022.04.12.05.57.35 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 12 Apr 2022 05:57:36 -0700 (PDT) From: Tom Tromey To: Eli Zaretskii via Gdb-patches Cc: Tom Tromey , Eli Zaretskii Subject: Re: [PATCH] Remove "Ada Settings" node from the manual References: <20220314140307.838441-1-tromey@adacore.com> <878rsf909f.fsf@tromey.com> <83mtgv9xx7.fsf@gnu.org> X-Attribution: Tom Date: Tue, 12 Apr 2022 06:57:34 -0600 In-Reply-To: <83mtgv9xx7.fsf@gnu.org> (Eli Zaretskii via Gdb-patches's message of "Fri, 08 Apr 2022 22:29:08 +0300") Message-ID: <87zgkq5uip.fsf@tromey.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Status: No, score=-4.9 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE 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: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Apr 2022 12:57:39 -0000 Tom> A while back, I sent a patch to unify the Ada varsize-limit setting Tom> with the more generic max-value-size: Tom> https://sourceware.org/pipermail/gdb-patches/2021-September/182004.html Tom> However, it turns out I somehow neglected to send part of the patch. Tom> Internally, I also removed the "Ada Settings" node from the manual, as Tom> it only documents the obsolete setting. Tom> This patch removes this text. >> Ping. Eli> Removing some material from the manual doesn't need my approval, it is Eli> enough to get agreement from people who are responsible for the Eli> respective parts in GDB. Alright, thanks. I'm also going to push this to the gdb-12 branch, as that branch also has the changes in question. Tom