diff options
author | Yao Qi <yao@codesourcery.com> | 2013-01-25 00:46:19 +0000 |
---|---|---|
committer | Yao Qi <yao@codesourcery.com> | 2013-01-25 00:46:19 +0000 |
commit | a87d9ac49a101dad65dd08ba70f6f8e2e29d0f39 (patch) | |
tree | 2837f9fa5886c845727159bda45903a807bafc88 | |
parent | b1bf29c22ac12a3f9d3c4a9fdee07b36c7c2c9f2 (diff) | |
download | gdb-a87d9ac49a101dad65dd08ba70f6f8e2e29d0f39.zip gdb-a87d9ac49a101dad65dd08ba70f6f8e2e29d0f39.tar.gz gdb-a87d9ac49a101dad65dd08ba70f6f8e2e29d0f39.tar.bz2 |
gdb/
* main.c (print_gdb_help): Remove "--epoch" from the help
message.
-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\ |