diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 9f4b5e5..4eef5a9 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -14,37 +14,6 @@ * ada-exp.y (block_lookup): Make sure "syms" gets xfree'ed. (write_var_or_type, write_name_assoc): Likewise. -2017-12-01 Andrew Cagney <cagney@redhat.com> - Joel Brobecker <brobecker@adacore.com> - Sergio Durigan Junior <sergiodj@redhat.com> - - * NEWS (Changes since GDB 8.0: Mention new '--readnever' - feature. - * coffread.c (coff_symfile_read): Do not map over sections with - 'coff_locate_sections' if readnever is on. - * dwarf2read.c (dwarf2_has_info): Return 0 if - readnever is on. - * elfread.c (elf_symfile_read): Do not map over sections with - 'elf_locate_sections' if readnever is on. - * main.c (validate_readnow_readnever): New function. - (captured_main_1): Add support for --readnever. - (print_gdb_help): Document --readnever. - * objfile-flags.h (enum objfile_flag) <OBJF_READNEVER>: New - flag. - * symfile.c (readnever_symbol_files): New global. - (symbol_file_add_with_addrs): Set 'OBJF_READNEVER' when - 'READNEVER_SYMBOL_FILES' is set. - (validate_readnow_readnever): New function. - (symbol_file_command): Handle '-readnever' option. - Call 'validate_readnow_readnever'. - (add_symbol_file_command): Handle '-readnever' option. - Call 'validate_readnow_readnever'. - (_initialize_symfile): Document new '-readnever' option for - both 'symbol-file' and 'add-symbol-file' commands. - * top.h (readnever_symbol_files): New extern global. - * xcoffread.c (xcoff_initial_scan): Do not read debug - information if readnever is on. - 2017-12-01 Tom Tromey <tom@tromey.com> * Makefile.in (all_deps_files): New variable. |