summaryrefslogtreecommitdiff
path: root/gdb/main.c
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2012-07-20 17:38:00 +0000
committerDoug Evans <dje@google.com>2012-07-20 17:38:00 +0000
commitc3a09919048a2dcd937655d12acdb000d905841b (patch)
treed1dea2e984b6b1f30d3b8d2dfba8187b115869ff /gdb/main.c
parent3cc3c12d24bab698e7cec1859998fae5729c2de9 (diff)
downloadgdb-c3a09919048a2dcd937655d12acdb000d905841b.tar.gz
* NEWS: Document new options "set/show use-deprecated-index-sections",
and delete reference to --use-deprecated-index-sections. * symfile.h (use_deprecated_index_sections): Delete. * dwarf2read.c (use_deprecated_index_sections): Make static. (read_index_from_section): Update wording of how to load deprecated index sections. (_initialize_dwarf2_read): New options "set/show use-deprecated-index-sections". * main.c (captured_main): Delete --use-deprecated-index-sections. doc/ * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections. (Index Files): Document how to control the use of deprecated index sections. (Index Section Format): Replace --use-deprecated-index-sections with "set use-deprecated-index-sections on".
Diffstat (limited to 'gdb/main.c')
-rw-r--r--gdb/main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/main.c b/gdb/main.c
index 025bbe0defe..d075694096b 100644
--- a/gdb/main.c
+++ b/gdb/main.c
@@ -471,8 +471,6 @@ captured_main (void *data)
{"args", no_argument, &set_args, 1},
{"l", required_argument, 0, 'l'},
{"return-child-result", no_argument, &return_child_result, 1},
- {"use-deprecated-index-sections", no_argument,
- &use_deprecated_index_sections, 1},
{0, no_argument, 0, 0}
};