PR25018, readelf crash on 32bits
[deliverable/binutils-gdb.git] / binutils / ChangeLog
index 198380eaeab1f5096d14cd4e769692af46cb1ae1..a2ac2b752d949909779c04b39d7922dfcb46f6bf 100644 (file)
@@ -1,3 +1,91 @@
+2019-09-23  Alan Modra  <amodra@gmail.com>
+
+       PR 25018
+       * dwarf.c (get_type_signedness): Delete ineffective pointer
+       comparison check.  Properly range check uvalue offset on
+       recursive call.
+       (read_and_display_attr_value): Range check uvalue offset before
+       calling get_type_signedness.
+
+2019-09-20  Alan Modra  <amodra@gmail.com>
+
+       * ar.c (write_archive): Use bfd_set_thin_archive.
+
+2019-09-18  Tamar Christina  <tamar.christina@arm.com>
+
+       * testsuite/binutils-all/objdump.exp (objump -S): Update testcases.
+
+2019-09-18  Alan Modra  <amodra@gmail.com>
+
+       * addr2line.c, * bucomm.c, * coffgrok.c, * dlltool.c, * nm.c,
+       * objcopy.c, * objdump.c, * od-elf32_avr.c, * od-macho.c,
+       * od-xcoff.c, * prdbg.c, * rdcoff.c, * rddbg.c, * rescoff.c,
+       * resres.c, * size.c, * srconv.c, * strings.c, * windmc.c: Update
+       throughout for bfd section macro and function changes.
+
+2019-09-18  Alan Modra  <amodra@gmail.com>
+
+       * nm.c: Update bfd_get_section to bfd_asymbol_section throughout.
+       * objcopy.c: Likewise.
+       * objdump.c: Likewise.
+       * rdcoff.c: Likewise.
+       * objcopy.c (create_new_symbol): Use bfd_set_asymbol_name.
+       (filter_symbols): Likewise.
+
+2019-09-18  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * doc/Makefile.am (MOSTLYCLEANFILES): Clean all man pages,
+       cxxfilt.man and binutils.info.
+       (MAINTAINERCLEANFILES): Remove.
+       * doc/Makefile.in: Re-generate.
+
+2019-09-18  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * doc/Makefile.am: Remove references to binutils_TEXINFOS.
+       * doc/Makefile.in: Re-generate.
+
+2019-09-18  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * doc/Makefile.am (install-data-loca): Remove target.
+       (DISTCLEANFILES): Remove variable.
+       * doc/Makefile.in: Re-generate.
+
+2019-09-18  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * Makefile.in: Re-generate.
+       * configure: Re-generate.
+       * doc/Makefile.in: Re-generate.
+
+2019-09-16  Phil Blundell  <pb@pbcl.net>
+
+       * Makefile.in, configure. doc/Makefile.in: Regenerated.
+
+2019-09-11  Tom Tromey  <tom@tromey.com>
+
+       * objcopy.c (copy_archive): Update.
+       * bucomm.h (make_tempname, make_tempdir): Make argument const.
+       * bucomm.c (make_tempname, make_tempdir): Make argument const.
+
+2019-09-11  Alan Modra  <amodra@gmail.com>
+
+       PR 24907
+       * objdump.c (disassemble_bytes): Adjust code to avoid overlong
+       lines.  Correct max_reloc_offset_into_insn test.
+
+2019-09-10  Nick Clifton  <nickc@redhat.com>
+
+       PR 24907
+       * objdump.c (null_print): New function.
+       (disassemble_bytes): Delete previous_octets local and replace with
+       a test of the max_reloc_offset_into_insn field of the
+       bfd_arch_info structure.  If a reloc is a potential match for the
+       next insn, then perform a dummy disassembly in order to calculate
+       its real length.
+
+2019-09-09  Phil Blundell  <pb@pbcl.net>
+
+       binutils 2.33 branch created.
+
 2019-09-06  Alan Modra  <amodra@gmail.com>
 
        * nm.c (print_object_filename_bsd, print_object_filename_sysv),
This page took 0.031231 seconds and 4 git commands to generate.