diff options
author | Doug Evans <dje@google.com> | 2012-07-20 17:38:05 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2012-07-20 17:38:05 +0000 |
commit | e615022aba277cd9a14aa70e2458680e152849fa (patch) | |
tree | e7f46d44fada0e2f7fb9b16b8f4653f6df98ed5f /gdb/main.c | |
parent | 64776a0b2d88d40f308304194d26b766bb12b7e3 (diff) | |
download | gdb-e615022aba277cd9a14aa70e2458680e152849fa.zip gdb-e615022aba277cd9a14aa70e2458680e152849fa.tar.gz gdb-e615022aba277cd9a14aa70e2458680e152849fa.tar.bz2 |
* 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.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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} }; |