From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 59817 invoked by alias); 7 Jun 2016 15:51:48 -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 59636 invoked by uid 89); 7 Jun 2016 15:51:47 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:329 X-HELO: mail-pa0-f41.google.com Received: from mail-pa0-f41.google.com (HELO mail-pa0-f41.google.com) (209.85.220.41) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Tue, 07 Jun 2016 15:51:30 +0000 Received: by mail-pa0-f41.google.com with SMTP id ec8so41284051pac.0 for ; Tue, 07 Jun 2016 08:51:30 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-transfer-encoding; bh=rBSnLPFmjDUBTV2ym90pKfiE+7nPT2vxGQJ67emuiug=; b=bpvD5elDtmaKXKQyPLopvSYRnxcvSxJa1NFa+do716pts/LHt0CcDm86VTp0HQBxtG QUk83pr6JhvdWAtAHUXQfEdOBgRMc3tDuo3kKZ0c3+KI9zTLa/BYo9p+vLuia08neeUf BliVqNnS5kTjckO1FvaoS9j6FriOWV+e4frhdXaaQXhq1rtG5jrEBA9NMiWhttfYthTe RiD0MRS9EqEX9fFRi27rZuktPcBc2m2HqiXXZx6BPMEYXYfwG3gNhRC41EabsLtstk0v sgtCTzJzYmalO8vvLpgk6PjLRlBLzgoIlzhxgkX+xqoi0pCKzBAy25Em0byN4okqv1s2 RChQ== X-Gm-Message-State: ALyK8tL8FQ7ELLjQcmdLNND17XpWbGLmXT3mrvRq1b5GkHnF/b1uQdqm5uSSWOcqLXwB5Q== X-Received: by 10.66.132.103 with SMTP id ot7mr140556pab.60.1465314688557; Tue, 07 Jun 2016 08:51:28 -0700 (PDT) Received: from E107787-LIN (gcc113.osuosl.org. [140.211.9.71]) by smtp.gmail.com with ESMTPSA id vw1sm34030896pab.35.2016.06.07.08.51.26 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Tue, 07 Jun 2016 08:51:28 -0700 (PDT) From: Yao Qi To: Tom Tromey Cc: Yao Qi , gdb-patches@sourceware.org Subject: Re: [RFA 2/3] Move filename extensions into language_defn References: <1465051760-25840-1-git-send-email-tom@tromey.com> <1465051760-25840-3-git-send-email-tom@tromey.com> <86r3cawix0.fsf@gmail.com> <87fusqvxk0.fsf@tromey.com> Date: Tue, 07 Jun 2016 15:51:00 -0000 In-Reply-To: <87fusqvxk0.fsf@tromey.com> (Tom Tromey's message of "Mon, 06 Jun 2016 15:04:31 -0600") Message-ID: <86wpm1uhdu.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2016-06/txt/msg00141.txt.bz2 Tom Tromey writes: > I considered this, but users can add their own mappings. So, we would > still need both tables. It wouldn't result in a net code removal. > > If you want, though, I can still do this. No, the patch is fine as-is. --=20 Yao (=E9=BD=90=E5=B0=A7)