PR binutils/11983
[deliverable/binutils-gdb.git] / bfd / ChangeLog
index 62fc7656dc244e3a5f819a5ec202efe27cd58f96..f35d03729ad3013ccb9396044ee8359518bdbfd3 100644 (file)
@@ -1,3 +1,56 @@
+2014-01-02  Nick Clifton  <nickc@redhat.com>
+
+       PR binutils/11983
+       * archive.c (_bfd_get_elt_at_filepos): Store a copy of the
+       filename in the bfd's filename field.
+       * elfcode.h (bfd_from_remote_memory): Likewise.
+       * ieee.c (ieee_object_p): Likewise.
+       * mach-o.c (bfd_mach_o_fat_member_init): Likewise.
+       * oasys.c (oasys_openr_next_archived_file): Likewise.
+       * vms-lib.c (_bfd_vms_lib_get_module): Likewise.
+       * opncls.c (bfd_fopen): Likewise.
+       (bfd_openstreamr): Likewise.
+       (bfd_openr_iovec): Likewise.
+       (bfd_openw): Likewise.
+       (bfd_create): Likewise.
+       (_bfd_delete_bfd): Free filename.
+
+2013-12-30  Ilya Tocar  <ilya.tocar@intel.com>
+
+       * peXXigen.c (rsrc_process_section): Use ptrdiff_t as the type for
+       pointer arithmetic.
+
+2013-12-20  Alan Modra  <amodra@gmail.com>
+
+       * elf-eh-frame.c (cie_eq): Return false when initial_insn_length
+       is too large.
+       (cie_compute_hash): Don't exceed bounds of initial_instructions.
+       (_bfd_elf_parse_eh_frame): Always set initial_insn_length, and
+       save as much of insns to initial_instructions[] as will fit.
+
+2013-12-19  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR binutils/16317
+       * elf.c (assign_section_numbers): Set the SHF_INFO_LINK bit for
+       SHT_REL/SHT_RELA sections when setting the sh_info field.
+
+2013-12-19  Pierre Muller  <muller@sourceware.org>
+
+       * peXXigen.c (rsrc_cmp): Fix unused variable warning.
+
+2013-12-19  Pierre Muller  <muller@sourceware.org>
+
+       * peXXigen.c (u16_mbtouc): Avoid unused function warning by excluding
+       if __CYGWIN__ or __MINGW32__ macro is defined.
+       (rsrc_cmp): Fix Windows host version and version without wchar header.
+       [__CYGWIN__, __MINGW32__]: Introduce rsrccmp macro.
+       Fix coding standard issues.
+
+2013-12-19  Andreas Schwab  <schwab@suse.de>
+
+       * elf32-m68k.c (elf_m68k_add_symbol_hook): New function.
+       (elf_backend_add_symbol_hook): Define.
+
 2013-12-18  Nick Clifton  <nickc@redhat.com>
 
        * peXXigen.c (rsrc_print_section): Use ptrdiff_t as the type for
This page took 0.038645 seconds and 4 git commands to generate.