]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - binutils/ChangeLog
Increase size of string buffer used to hold printed versions of timestamps.
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
index 47014a3ee510f11694bf4973ff92e5e5b3cc89fb..941a358c19bc464699fe0d29fa3b0cf6b8e19973 100644 (file)
@@ -1,3 +1,102 @@
+2016-06-22  Nick Clifton  <nickc@redhat.com>
+
+       * readelf.c (dynamic_section_mips_val): Increase size of timebuf.
+       (process_mips_specific): Likewise.
+       (process_gnu_liblist): Likewise.
+
+2016-06-21  Graham Markall  <graham.markall@embecosm.com>
+
+       * readelf.c (decode_ARC_machine_flags): Remove E_ARC_MACH_NPS400
+       case.
+
+2016-06-15  Nick Clifton  <nickc@redhat.com>
+
+       * readelf.c (is_24bit_abs_reloc): Add support for R_FT32_20
+       reloc.
+
+2016-06-14  John Baldwin  <jhb@FreeBSD.org>
+
+       * objcopy.c (do_elf_stt_common): Use correct type.
+
+2016-06-14  Alan Modra  <amodra@gmail.com>
+
+       * ar.c: Expand uses of bfd_my_archive.
+       * size.c: Likewise.
+
+2016-06-14  Alan Modra  <amodra@gmail.com>
+
+       PR ld/20241
+       * bucomm.c (bfd_get_archive_filename): Return file name within thin
+       archive.
+
+2016-06-02  Nick Clifton  <nickc@redhat.com>
+
+       PR 20089
+       * objcopy.c (group_signature): Fail if the input symbol table has
+       not been loaded, or if the sh_info field of the group header is 0.
+
+       * dwarf.c (display_debug_frames): Do not display any
+       interpretation if the block consists solely of DW__CFA_NOPs.
+
+2016-05-31  Alan Modra  <amodra@gmail.com>
+
+       * objcopy.c: Formatting, whitespace throughout.
+       (copy_main): Init newsym->othersym.
+       (parse_symflags): Make len a size_t.  Adjust uses.
+
+2016-05-25  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR binutils/14625
+       * NEWS: Mention --enable-64-bit-archive.
+
+2016-05-18  Nick Clifton  <nickc@redhat.com>
+
+       PR 20096
+       * objcopy.c (copy_relocations_in_section): Also check for the
+       symbol pointed to by sym_ptr_ptr being NULL.
+
+2016-05-18  Maciej W. Rozycki  <macro@imgtec.com>
+
+       * testsuite/binutils-all/mips/mixed-mips16-micromips.d: New test.
+       * testsuite/binutils-all/mips/mixed-mips16-micromips.s: New test
+       source.
+       * testsuite/binutils-all/mips/mips.exp: Run the new test.
+
+2016-05-18  Nick Clifton  <nickc@redhat.com>
+
+       * po/sv.po: Updated Swedish translation.
+
+2016-05-18  Maciej W. Rozycki  <macro@imgtec.com>
+
+       * readelf.c (dynamic_section_mips_val) <DT_MIPS_RLD_VERSION>
+       <DT_MIPS_LOCAL_GOTNO, DT_MIPS_CONFLICTNO, DT_MIPS_LIBLISTNO>
+       <DT_MIPS_SYMTABNO, DT_MIPS_UNREFEXTNO, DT_MIPS_HIPAGENO>
+       <DT_MIPS_DELTA_CLASS_NO, DT_MIPS_DELTA_INSTANCE_NO>
+       <DT_MIPS_DELTA_RELOC_NO, DT_MIPS_DELTA_SYM_NO>
+       <DT_MIPS_DELTA_CLASSSYM_NO, DT_MIPS_COMPACT_SIZE>: Use the
+       `d_val' rather than `d_ptr' member of the dynamic entry.
+
+2016-05-17  Maciej W. Rozycki  <macro@imgtec.com>
+
+       * testsuite/lib/binutils-common.exp (supports_gnu_unique): New
+       procedure.
+       * testsuite/binutils-all/objcopy.exp: Use `supports_gnu_unique'
+       with the `strip-10' test.
+
+2016-05-16  Maciej W. Rozycki  <macro@imgtec.com>
+
+       * testsuite/binutils-all/objcopy.exp: Don't skip the `strip-10'
+       test for the V850.
+
+2016-05-11  Andrew Bennett  <andrew.bennett@imgtec.com>
+
+       * readelf.c (print_mips_ases): Add DSPR3.
+
+2016-05-10  Thomas Preud'homme  <thomas.preudhomme@arm.com>
+
+       * readelf.c (display_arm_attribute): Add output for Tag_DSP_extension.
+       (arm_attr_public_tags): Define DSP_extension attribute.
+
 2016-05-10  Andrew Burgess  <andrew.burgess@embecosm.com>
 
        * doc/binutils.texi (nm): Update description of --size-sort.