diff options
author | Doug Evans <dje@google.com> | 2012-08-29 19:17:16 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2012-08-29 19:17:16 +0000 |
commit | 8efd8e789a187d613e4ba8644eac831f54759e60 (patch) | |
tree | 9833f2568389e26697c79176a6d275c00dea55d4 /gdb/main.c | |
parent | b9b64803f63e7ae3489d9fa0ade86bc83c61e44a (diff) | |
download | gdb-8efd8e789a187d613e4ba8644eac831f54759e60.zip gdb-8efd8e789a187d613e4ba8644eac831f54759e60.tar.gz gdb-8efd8e789a187d613e4ba8644eac831f54759e60.tar.bz2 |
* main.c (print_gdb_help): Remove reference to
--use-deprecated-index-sections.
Diffstat (limited to 'gdb/main.c')
-rw-r--r-- | gdb/main.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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\ |