summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdb/ChangeLog5
-rw-r--r--gdb/main.c4
2 files changed, 5 insertions, 4 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 21a6f011ae4..6237dee1543 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2012-08-29 Doug Evans <dje@google.com>
+
+ * main.c (print_gdb_help): Remove reference to
+ --use-deprecated-index-sections.
+
2012-08-28 Yao Qi <yao@codesourcery.com>
* cli/cli-cmds.c (max_user_call_depth): Add 'unsigned'.
diff --git a/gdb/main.c b/gdb/main.c
index 326b101e54a..155b6099773 100644
--- a/gdb/main.c
+++ b/gdb/main.c
@@ -1083,10 +1083,6 @@ Options:\n\n\
"), stream);
#endif
fputs_unfiltered (_("\
- --use-deprecated-index-sections\n\
- Do not reject deprecated .gdb_index sections.\n\
-"), stream);
- fputs_unfiltered (_("\
--version Print version information and then exit.\n\
-w Use a window interface.\n\
--write Set writing into executable and core files.\n\