From a87d9ac49a101dad65dd08ba70f6f8e2e29d0f39 Mon Sep 17 00:00:00 2001 From: Yao Qi Date: Fri, 25 Jan 2013 00:46:19 +0000 Subject: [PATCH] gdb/ * main.c (print_gdb_help): Remove "--epoch" from the help message. --- gdb/ChangeLog | 5 +++++ gdb/main.c | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 94071bf..8dd1af9 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2013-01-25 Yao Qi + + * main.c (print_gdb_help): Remove "--epoch" from the help + message. + 2013-01-24 Ulrich Weigand  * symtab.c (skip_prologue_using_sal): Consider a file 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\ -- 2.7.4