Set GDB version number to 8.3.
[external/binutils.git] / gdb / ChangeLog
index 993abdb..1c125de 100644 (file)
@@ -1,3 +1,39 @@
+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>: