This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RFA: remove -epoch, aka PR 7719


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  <yao@codesourcery.com>

	* 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]