From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 95278 invoked by alias); 9 Jan 2019 16:14:31 -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 94957 invoked by uid 89); 9 Jan 2019 16:14:29 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:570, HX-Received-From:470, Hx-spam-relays-external:142, HX-Received-From:142 X-HELO: eggs.gnu.org Received: from eggs.gnu.org (HELO eggs.gnu.org) (209.51.188.92) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 09 Jan 2019 16:14:28 +0000 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ghGUo-0003H9-Vi for gdb-patches@sourceware.org; Wed, 09 Jan 2019 11:14:24 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]:42996) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ghGUn-0003FW-3E; Wed, 09 Jan 2019 11:14:21 -0500 Received: from [176.228.60.248] (port=1963 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1ghGUf-0005yB-NK; Wed, 09 Jan 2019 11:14:20 -0500 Date: Wed, 09 Jan 2019 16:14:00 -0000 Message-Id: <83d0p5izaq.fsf@gnu.org> From: Eli Zaretskii To: Simon Marchi CC: gdb-patches@sourceware.org In-reply-to: <0da7933d5fb99c0c390acb5482cdcde7@polymtl.ca> (message from Simon Marchi on Wed, 09 Jan 2019 10:59:14 -0500) Subject: Re: [PATCH v2] gdb: Remove support for old mangling schemes References: <20190108232208.17487-1-simon.marchi@ericsson.com> <20190109045032.2146-1-simon.marchi@polymtl.ca> <83h8ehj0wi.fsf@gnu.org> <0da7933d5fb99c0c390acb5482cdcde7@polymtl.ca> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:470:142:3::e X-IsSubscribed: yes X-SW-Source: 2019-01/txt/msg00191.txt.bz2 > Date: Wed, 09 Jan 2019 10:59:14 -0500 > From: Simon Marchi > Cc: gdb-patches@sourceware.org > > > Are we removing 'auto' as well? If not, why do we want to un-document > > it? > > I decided to remove the list of possible values and refer to the > in-process help, this way we don't have to keep it up to date (as you > might notice, the list was incomplete). But since the value "auto" is > special, I agree we should mention it. Is it fine if I add this > sentence? Yes, thanks.