Automatic date update in version.in
[external/binutils.git] / gdb / ChangeLog
index 993abdb..ee958c3 100644 (file)
@@ -1,3 +1,63 @@
+2019-06-10  Tom de Vries  <tdevries@suse.de>
+
+       PR symtab/24545
+       * symtab.c (struct demangled_name_entry): Add language field.
+       (symbol_set_names):  Revert "[gdb/symtab] Fix language of duplicate
+       static minimal symbol".  Set and use language field.
+
+2019-04-10  Kevin Buettner  <kevinb@redhat.com>
+
+       PR gdb/24592
+       * amd64-linux-nat.c (amd64_linux_collect_native_gregset): New
+       function.
+       (fill_gregset): Call amd64_linux_collect_native_gregset instead
+       of amd64_collect_native_gregset.
+       (amd64_linux_nat_target::store_registers): Likewise.
+
+2019-05-11  Joel Brobecker  <brobecker@adacore.com>
+
+       * version.in: Set GDB version number to 8.3.0.DATE-git.
+
+2019-05-11  Joel Brobecker  <brobecker@adacore.com>
+
+       GDB 8.3 released.
+
+2019-05-11  Joel Brobecker  <brobecker@adacore.com>
+
+       * version.in: Set GDB version number to 8.3.
+
+2019-05-08  Tom Tromey  <tromey@adacore.com>
+
+       * utils.c (fputs_maybe_filtered): Reset style after paging, even
+       when no wrap column is set.
+
+2019-05-04  Tom Tromey  <tom@tromey.com>
+
+       * psymtab.c (psymbol_name_matches, match_partial_symbol)
+       (lookup_partial_symbol, print_partial_symbols)
+       (recursively_search_psymtabs, sort_pst_symbols, psymbol_hash)
+       (psymbol_compare): Update.
+       (add_psymbol_to_bcache): Clear the entire psymbol.
+       (maintenance_check_psymtabs): Update.
+       * psympriv.h (struct partial_symbol): Don't derive from
+       general_symbol_info.
+       <obj_section, unrelocated_address, address,
+       set_unrelocated_address>: Update.
+       <ginfo>: New member.
+       * dwarf-index-write.c (write_psymbols, debug_names::insert)
+       (debug_names::write_psymbols): Update.
+
+2019-05-03  Eli Zaretskii  <eliz@gnu.org>
+
+       * windows-nat.c [_WIN32_WINNT]: Define _WIN32_WINNT to Windows XP
+       level, so that various Windows header files expose the necessary
+       declarations and definitions.
+
+       * symfile.c (find_separate_debug_file): Remove colon from the
+       drive spec of DOS/Windows file names of the target, so that the
+       file name produced from DEBUGDIR and the target's directory will
+       be valid on DOS/Windows systems.
+
 2019-04-30  Joel Brobecker  <brobecker@adacore.com>
 
        * windows-nat.c (get_windows_debug_event) <EXIT_PROCESS_DEBUG_EVENT>: