2015-07-09 Catherine Moore <clm@codesourcery.com>
[binutils-gdb.git] / binutils / ChangeLog
index 07729162946c0c9ddabfde631ff985a56a273966..53b69ca176b0cbb0330589bf2ebe95b0e835aee5 100644 (file)
@@ -1,3 +1,314 @@
+2015-07-09  Catherine Moore  <clm@codesourcery.com>
+
+        * readelf.c (print_mips_fp_abi_value): Handle
+        Val_GNU_MIPS_ABI_FP_NAN2008.
+
+2015-06-26  Matthew Fortune  <matthew.fortune@imgtec.com>
+
+       * readelf.c (get_mips_dynamic_type): Handle DT_MIPS_RLD_MAP_REL.
+
+2015-06-22  Nick Clifton  <nickc@redhat.com>
+
+       * objdump.c (disassemble_bytes): Set the stop_vma field in the
+       disassemble_info structure when disassembling code sections with
+       -d.
+       * doc/binutils.texi (objdump): Document the discrepancy between -d
+       and -D.
+
+2015-06-05  Nick Clifton  <nickc@redhat.com>
+
+       * dwarf.c (read_debug_line_header): Use reloc_at to detect
+       incomplete .debug_line headers
+
+2015-05-29  Roland McGrath  <mcgrathr@google.com>
+
+       * readelf.c (print_gnu_note: NT_GNU_ABI_TAG): Recognize
+       GNU_ABI_TAG_SYLLABLE and GNU_ABI_TAG_NACL.
+
+2015-05-29  Stephen Kitt  <steve@sk2.org>
+
+       * dlltool.c (make_one_lib_file): Clear .idata$6 before use.
+       (main): Fail if the output file specified by the -z option cannot
+       be opened.
+
+2015-05-18  Nick Clifton  <nickc@redhat.com>
+
+       PR binutils/18420
+       * ia64-unwind.c (unw_decode): Add end parameter.  Pass parameter
+       on to decode functions.
+       (unw_devode_p2_p5): Pass end paraemter to UNW_DEC_SPILL_MASK.
+       (UNW_DEC_SPILL_MASK): Add end parameter.  Check that unw_rlen does
+       not take us beyond the end of the buffer.
+       * ia64-unwind.h (unw_decode): Update prototype.
+       * readelf.c (dump_ia64_unwind): Pass end pointer to unw_decode.
+
+2015-05-15  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * readelf.c (dump_section_as_strings): Change pointers from
+       char * to unsigned char *.
+
+2015-05-15  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR binutis/18386
+       * doc/binutils.texi: Document -Mamd64 and -Mintel64.
+
+2015-05-15  Nick Clifton  <nickc@redhat.com>
+
+       * readelf.c (options): Add "decompress".
+       (usage): Mention -z/--decompress.
+       (parse_args): Handle -z.
+       (uncompress_section_contents): Move to earlier in the file.
+       (dump_section_as_strings): If requested, decompress the section
+       before dumping.
+       (dump_section_as_bytes): Likewise.
+       * doc/binutils.texi: Document the new option.
+
+2015-05-14  Peter Bergner  <bergner@vnet.ibm.com>
+
+       * MAINTAINERS: Add myself as PPC maintainer.
+
+2015-05-14  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * readelf.c (uncompress_section_contents): Add a parameter for
+       uncompressed size.  Don't check the zlib header.
+       (load_specific_debug_section): Updated.
+
+2015-05-15  Nick Clifton  <nickc@redhat.com>
+
+       PR binutils/18374
+       * dwarf.h (struct dwarf_section): Add reloc_info and num_relocs
+       fields.
+       (struct dwarf_section_display): Change bitfield to boolean.
+       (reloc_at): Add prototype.
+       * dwarf.c (display_loc_list): Ignore list terminators if there are
+       relocs against them.
+       (display_debug_loc): Issue a warning if there are relocs against
+       the .debug_loc section.
+       (display_displays): Initialise reloc_info and num_relocs fields.
+       * objdump.c (load_specific_debug_section): Initialise reloc_info
+       and num_relocs fields.
+       (reloc_at): New function.
+       * readelf.c (is_32bit_abs_reloc): Add IA64's R_IA64_DIS32LSB
+       reloc.
+       (reloc_at): New function.
+       (apply_relocations): Add relocs_return and num_relocs_return
+       parameters.  Fill them in with the loaded relocs if non-NULL.
+       (dump_section_as_bytes): Update call to apply_relocations.
+       (load_specific_debug_section): Initialise reloc_info and
+       num_relocs fields.
+
+2015-05-13  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * elfedit.c (elf_class): Return ELF_CLASS_BOTH by default.
+
+2015-05-13  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
+
+       * MAINTAINERS: Add myself as s390 and s390x maintainer.
+
+2015-05-12  Stephen Kitt  <steve@sk2.org>
+
+       * dlltool.c (main): Accept -t as an abbreviation for
+       --temp-prefix.
+
+2015-05-11  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * dwarf.c (dwarf_regnames_iamcu): New.
+       (init_dwarf_regnames_iamcu): Likewise.
+       (init_dwarf_regnames): Call init_dwarf_regnames_iamcu for EM_IAMCU.
+       * dwarf.h (init_dwarf_regnames_iamcu): New.
+       * objdump.c (dump_dwarf): Call init_dwarf_regnames_iamcu for
+       bfd_arch_iamcu.
+
+2015-05-11  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * elfedit.c (enum elfclass): New.
+       (input_elf_class): Change type to enum elfclass.
+       (output_elf_class): New.
+       (elf_class): Change return type to enum elfclass.  Support EM_386
+       and EM_IAMCU.
+       (update_elf_header): Check if input and output ELF classes match.
+       (elf_machine): Support EM_386 and EM_IAMCU.
+       (main): Update input_elf_class.  Set output_elf_class.
+       * doc/binutils.texi: Update elfedit.
+
+2015-05-11  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * dwarf.c (init_dwarf_regnames): Replace EM_486 with EM_IAMCU.
+       * readelf.c (guess_is_rela): Likewise.
+       (dump_relocations): Likewise.
+       (get_machine_name): Likewise.
+       (get_elf_section_flags): Likewise.
+       (process_section_headers): Likewise.
+       (is_32bit_abs_reloc): Likewise.
+       (is_32bit_pcrel_reloc): Likewise.
+
+2015-04-30  Nick Clifton  <nickc@redhat.com>
+
+       * readelf.c (get_machine_flags): Add description of MeP flags.
+
+2015-04-27  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
+
+       * readelf.c (display_s390_gnu_attribute): New function.
+       (process_s390_specific): New function.
+       (process_arch_specific): Call process_s390_specific.
+
+2015-04-24  Nick Clifton  <nickc@redhat.com>
+
+       PR 18313
+       * ieee.c (ieee_read_cxx_class): Initialise the varargs variable.
+       * readelf.c (uncompress_section_contents): Zero initialise the
+       zstream structure.
+
+2015-04-23  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR binutils/18209
+       * objcopy.c (setup_section): Copy compress status.
+
+2015-04-15  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * NEWS: Mention
+       --compress-debug-sections=[none|zlib|zlib-gnu|zlib-gabi].
+
+2015-04-14  Nick Clifton  <nickc@redhat.com>
+
+       * readelf.c (target_specific_reloc_handling): Add code to handle
+       RL78 complex relocs.
+
+2015-04-13  Doug Evans  <dje@google.com>
+
+       PR binutils/18218
+       * readelf.c (printable_section_name): Constify sec argument.
+       (apply_relocations): Ditto.  New arg "size".  All callers updated.
+       (load_specific_debug_section): Constify sec argument.
+       Remove side-effect of modifying sec->sh_size.
+
+2015-04-09  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * objcopy.c (do_debug_sections): Use bit patterns.
+       (copy_object): Return FALSE for compress_zlib, compress_gnu_zlib
+       and compress_gabi_zlib on non-ELF input.
+       (copy_file): Don't check non-ELF input here.
+
+2015-04-09  Nick Clifton  <nickc@redhat.com>
+
+       * readelf.c (get_machine_flags): Report the setting of the string
+       insn using bits.
+
+2015-04-08  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * objcopy.c (do_debug_sections): Add compress_zlib,
+       compress_gnu_zlib and compress_gabi_zlib.
+       (copy_options): Use optional_argument on compress-debug-sections.
+       (copy_usage): Update --compress-debug-sections.
+       (copy_file): Handle compress_zlib, compress_gnu_zlib and
+       compress_gabi_zlib.
+       (copy_main): Handle
+       --compress-debug-sections={none|zlib|zlib-gnu|zlib-gabi}.
+       * doc/binutils.texi: Document
+       --compress-debug-sections={none|zlib|zlib-gnu|zlib-gabi}.
+
+2015-04-08  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * objcopy.c (copy_usage): Replace "--interleave [<number>]" with
+       --interleave[=<number>].
+
+2015-04-05  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * readelf.c (get_elf_section_flags): Support SHF_COMPRESSED.
+       (get_compression_header): New.
+       (process_section_headers): Dump compression header if needed.
+       (uncompress_section_contents): Don't free compressed_buffer here.
+       (load_specific_debug_section): Free the compressed buffer, update
+       the section buffer and the section size if uncompress is
+       successful.
+
+2015-04-02  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * configure: Regenerated.
+
+2015-04-02  Mike Frysinger  <vapier@gentoo.org>
+
+       * MAINTAINERS: Update my e-mail address.
+
+2015-04-01  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * configure: Regenerated.
+
+2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * configure.ac: Revert the AM_ZLIB change.
+       * Makefile.in: Regenerated.
+       * aclocal.m4: Likewise.
+       * configure: Likewise.
+
+2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * Makefile.am (ZLIB): New.
+       (ZLIBINC): Likewise.
+       (AM_CFLAGS): Add $(ZLIBINC).
+       (readelf_LDADD): Add $(ZLIB).
+       * configure.ac (AM_ZLIB): Removed.
+       (zlibdir): New.  AC_SUBST.
+       (zlibinc): Likewise.
+       Add --with-system-zlib.
+       * Makefile.in: Regenerated.
+       * config.in: Likewise.
+       * configure: Likewise.
+
+2015-03-19  Nick Clifton  <nickc@redhat.com>
+
+       * readelf.c (get_machine_flags): Decode RL78's G13 and G14 flags.
+
+2015-03-18  Jon Turney  <jon.turney@dronecode.org.uk>
+           Nick Clifton  <nickc@redhat.com>
+
+       PR binutils/18087
+       * doc/binutils.texi: Note that when objcopy compresses debug
+       sections the compression is only performed if it makes the section
+       smaller.
+
+2015-03-10  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR binutils/18101
+       * readelf.c (parse_args): Move nothing to do warning to ...
+       (main): Here.
+
+2015-03-10  Nick Clifton  <nickc@redhat.com>
+
+       PR binutils/18101
+       * readelf.c (parse_args): Enhance check for nothing to do by
+       accounting for the --wide option.
+
+       PR binutils/17636
+       * objcopy.c (copy_object): Avoid calling fatal as that does not
+       allow the parent to clean up temporary files.
+
+2015-03-10  Yuri Gribov  <y.gribov@samsung.arm>
+
+       PR ld/16572
+       * readelf.c: Remove support for ELF_ARM_HASENTRY.
+
+2015-03-05  Nick Clifton  <nickc@redhat.com>
+
+       PR binutils/18064
+       * doc/binutils.texi (objcopy): Extend description of
+       --add-gnu-debuglink option to explain that the separate debug info
+       file must exist.  Add a description of what to do if the debug
+       info file is built in one place but then installed into a separate
+       location.
+
+2015-03-05  Nick Clifton  <nickc@redhat.com>
+
+       PR binutils/17994
+       * dlltool.c (temp_file_to_remove): New local array.
+       (unlink_temp_files): New functions - unlinks any file in the
+       temp_file_to_remove array, unless dotdeltemps is set.
+       (gen_exp_file): Add temp files to array.
+       (make_head): Likewise.
+       (make_delay_head): Likewise.
+       (make_tail): Likewise.
+       (gen_lib_file): Call unlink_temp_files.
+
 2015-02-28  Andrew Burgess  <andrew.burgess@embecosm.com>
 
        * objcopy.c (update_sections): New list.