]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - binutils/ChangeLog
Fix an illegal memory access when parsing corrupt DWARF debug information.
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
index ff1e52c14dde8f1a8d6180ea83838fc0860efd6d..36c6c713039ad527a559c6b03bd07f5a0e0722f7 100644 (file)
@@ -1,3 +1,45 @@
+2020-06-08  Nick Clifton  <nickc@redhat.com>
+
+       PR 26086
+       * dwarf.c (process_debug_info): Check that there is space in the
+       debug_information array before filling in an entry.
+
+2020-06-06  Alan Modra  <amodra@gmail.com>
+
+       * doc/binutils.texi (PowerPC -M option): Mention power10 and pwr10.
+
+2020-06-05  Joel Anderson  <joelanderson333@gmail.com>
+
+       PR 26082
+       * mclex.c (yylex): Add test for an empty input stream.
+
+2020-06-04  Stephen Casner  <casner@acm.org>
+
+       * testsuite/binutils-all/pr25662-pdp11.s: Alternate source file
+       for test using section pseudo-ops compatible with pdp11.
+       * testsuite/binutils-all/objcopy.exp: Select alternate source.
+
+2020-06-04  Jose E. Marchesi  <jose.marchesi@oracle.com>
+
+       * objdump.c (disassemble_data): Set disasm_info.endian_code to
+       disasm_info.endian after the latter is initialized to the
+       endianness reported by BFD.
+
+2020-06-04  Alan Modra  <amodra@gmail.com>
+
+       * testsuite/binutils-all/i386/i386.exp: Remove global directive
+       outside proc body.
+       * testsuite/binutils-all/x86-64/objects.exp: Likewise.
+       * testsuite/binutils-all/x86-64/x86-64.exp: Likewise.
+
+2020-06-03  Joel Anderson  <joelanderson333@gmail.com>
+
+       * windmc.h (struct mc_node): Add id_typecast field.
+       * mcparse.y (message): Initialise the id_typecast field.
+       * windmc.c (write_dbg): Use the id_typecast field as a parameter
+       when calling write_dbg_define.
+       (write_header): Likewise.
+
 2020-06-03  Alan Modra  <amodra@gmail.com>
 
        PR 26069