From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19269 invoked by alias); 24 Jan 2013 10:04:08 -0000 Received: (qmail 19258 invoked by uid 22791); 24 Jan 2013 10:04:07 -0000 X-SWARE-Spam-Status: No, hits=-4.5 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL,TW_DB X-Spam-Check-By: sourceware.org Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 24 Jan 2013 10:03:58 +0000 Received: from svr-orw-fem-01.mgc.mentorg.com ([147.34.98.93]) by relay1.mentorg.com with esmtp id 1TyJf3-0003vp-4y from Yao_Qi@mentor.com ; Thu, 24 Jan 2013 02:03:57 -0800 Received: from SVR-ORW-FEM-04.mgc.mentorg.com ([147.34.97.41]) by svr-orw-fem-01.mgc.mentorg.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Thu, 24 Jan 2013 02:03:56 -0800 Received: from qiyao.dyndns.org (147.34.91.1) by svr-orw-fem-04.mgc.mentorg.com (147.34.97.41) with Microsoft SMTP Server id 14.1.289.1; Thu, 24 Jan 2013 02:03:55 -0800 Message-ID: <510106D7.2040409@codesourcery.com> Date: Thu, 24 Jan 2013 10:04:00 -0000 From: Yao Qi User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Tom Tromey CC: Subject: Re: RFA: remove -epoch, aka PR 7719 References: <87pq28v3rt.fsf@fleche.redhat.com> In-Reply-To: <87pq28v3rt.fsf@fleche.redhat.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-IsSubscribed: yes 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 X-SW-Source: 2013-01/txt/msg00585.txt.bz2 On 12/18/2012 04:10 AM, Tom Tromey wrote: > gdb's "-epoch" flag is long past obsolete. Epoch hasn't been seen in a > long, long time ; and no current version of Emacs uses this flag. Tom, The "--epoch" still exists in the help message. This patch is to remove it. -- Yao (齐尧) gdb: 2013-01-24 Yao Qi * main.c (print_gdb_help): Remove "--epoch" from the help message. --- gdb/main.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/gdb/main.c b/gdb/main.c index 6ed014f..06f3feb 100644 --- a/gdb/main.c +++ b/gdb/main.c @@ -1088,7 +1088,6 @@ Options:\n\n\ fputs_unfiltered (_("\ --dbx DBX compatibility mode.\n\ --directory=DIR Search for source files in DIR.\n\ - --epoch Output information used by epoch emacs-GDB interface.\n\ --exec=EXECFILE Use EXECFILE as the executable.\n\ --fullname Output information used by emacs-GDB interface.\n\ --help Print this message.\n\ -- 1.7.7.6