diff options
-rw-r--r-- | gdb/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/main.c | 1 |
2 files changed, 5 insertions, 1 deletions
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 <yao@codesourcery.com> + + * main.c (print_gdb_help): Remove "--epoch" from the help + message. + 2013-01-24 Ulrich Weigand <uweigand@de.ibm.com> * symtab.c (skip_prologue_using_sal): Consider a file @@ -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\ |