gdb: use bfd_get_section_contents to read section contents in is_linked_with_cygwin_dll
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index d8019713cdb52026e9d53c8436832b80f6237f00..e93725129d57caaac548883c05820e86e6de7f81 100644 (file)
@@ -1,3 +1,30 @@
+2020-04-02  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * gdb_bfd.h: Include gdbsupport/byte-vector.h.
+       (gdb_bfd_get_full_section_contents): New declaration.
+       * gdb_bfd.c (gdb_bfd_get_full_section_contents): New function.
+       * windows-tdep.c (is_linked_with_cygwin_dll): Use
+       gdb_bfd_get_full_section_contents.
+
+2020-04-02  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * exec.c (build_section_table): Replace internal_error with
+       gdb_assert.
+       (section_table_xfer_memory_partial): Likewise.
+       * mdebugread.c (parse_partial_symbols): Likewise.
+       * psymtab.c (lookup_partial_symbol): Likewise.
+       * utils.c (wrap_here): Likewise.
+
+2020-04-02  Tom Tromey  <tromey@adacore.com>
+
+       * f-lang.c (build_fortran_types): Use arch_type to initialize
+       builtin_complex_s32 in the TYPE_CODE_ERROR case.
+
+2020-04-02  Tom Tromey  <tromey@adacore.com>
+
+       * dwarf2/read.c (partial_die_info::read): Do not create a vector
+       of attributes.
+
 2020-04-02  Andrew Burgess  <andrew.burgess@embecosm.com>
            Bernd Edlinger <bernd.edlinger@hotmail.de>
            Tom Tromey  <tromey@adacore.com>
This page took 0.028351 seconds and 4 git commands to generate.