Add big-endian support for tilegx.
[deliverable/binutils-gdb.git] / bfd / ChangeLog
index d85c9f52a5663c9d8b9a98bf75e08470c2157c74..2af9699550dee74f618dd202cb2021b06cb7c5f6 100644 (file)
@@ -1,3 +1,116 @@
+2012-02-25  Walter Lee  <walt@tilera.com>
+
+       * config.bfd (tilegx-*-*): rename little endian vector; add big
+       endian vector.
+       (tilegxbe-*-*): New case.
+       * configure.in (bfd_elf32_tilegx_vec): Rename...
+       (bfd_elf32_tilegx_le_vec): ... to this.
+       (bfd_elf32_tilegx_be_vec): New vector.
+       (bfd_elf64_tilegx_vec): Rename...
+       (bfd_elf64_tilegx_le_vec): ... to this.
+       (bfd_elf64_tilegx_be_vec): New vector.
+       * configure: Regenerate.
+       * elf32-tilegx.c (TARGET_LITTLE_SYM): Rename.
+       (TARGET_LITTLE_NAME): Ditto.
+       (TARGET_BIG_SYM): Define.
+       (TARGET_BIG_NAME): Define.
+       * elf64-tilegx.c (TARGET_LITTLE_SYM): Rename.
+       (TARGET_LITTLE_NAME): Ditto.
+       (TARGET_BIG_SYM): Define.
+       (TARGET_BIG_NAME): Define.
+       * targets.c (bfd_elf32_tilegx_vec): Rename...
+       (bfd_elf32_tilegx_le_vec): ... to this.
+       (bfd_elf32_tilegx_be_vec): Declare.
+       (bfd_elf64_tilegx_vec): Rename...
+       (bfd_elf64_tilegx_le_vec): ... to this.
+       (bfd_elf64_tilegx_be_vec): Declare.
+       (_bfd_target_vector): Add / rename above vectors.
+       * arctures.c (bfd_architecture): Define bfd_mach_tilegx32.
+       * bfd-in2.h: Regenerate.
+       * cpu-tilegx.c (bfd_tilegx32_arch): define.
+       (bfd_tilegx_arch): link to bfd_tilegx32_arch.
+
+2012-02-24  Nick Clifton  <nickc@redhat.com>
+
+       PR ld/13730
+       * reloc.c (bfd_generic_get_relocated_section_contents): Issue an
+       error message instead of aborting, when an outofrange reloc is
+       encountered.
+
+2012-02-23  Iain Sandoe  <idsandoe@googlemail.com>
+
+       * mach-o.c (bfd_mach_o_swap_in_non_scattered_reloc): New.
+       (bfd_mach_o_canonicalize_one_reloc):  Swap non-scattered reloc
+       bit-fields when target and host differ in endian-ness.  When
+       PAIRs are non-scattered find the 'symbol' from the preceding
+       reloc.  Add FIXME re. reloc symbols on section boundaries.
+       (bfd_mach_o_swap_out_non_scattered_reloc): New.
+       (bfd_mach_o_write_relocs): Use bfd_mach_o_encode_non_scattered_reloc.
+
+2012-02-17  Iain Sandoe  <idsandoe@googlemail.com>
+
+       * mach-o-i386.c (i386_howto_table): Add support for 16 bit
+       sect-diffs.
+       (bfd_mach_o_i386_swap_reloc_in): Handle 16bit sect-diffs.
+       (bfd_mach_o_i386_swap_reloc_out): Likewise.
+
+2012-02-17  Tristan Gingold  <gingold@adacore.com>
+
+       * reloc.c (BFD_RELOC_MACH_O_LOCAL_SECTDIFF):
+       * libbfd.h: Regenerated.
+       * bfd-in2.h: Likewise.
+       * mach-o-i386.c (i386_howto_table): Include local sectdiff.
+       (bfd_mach_o_i386_swap_reloc_in): Update for local sectdiff.
+       (bfd_mach_o_i386_swap_reloc_out): Likewise.
+
+2012-02-17  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
+
+       * elf32-s390.c (elf_s390_relocate_section): Support basr in the
+       GD->LE and LD->LE optimizations.
+
+2012-02-16  Alan Modra  <amodra@gmail.com>
+
+       PR binutils/13355
+       * elf32-rx.c (elf32_rx_relax_section): Correct width check.
+
+2012-02-13  Richard Henderson  <rth@redhat.com>
+
+       PR ld/13621
+       * linker.c (fix_syms): Force symbols outside any section into
+       bfd_abs_section_ptr.
+
+2012-02-13  Alan Modra  <amodra@gmail.com>
+
+       * elf32-m68hc1x.c (elf32_m68hc11_merge_symbol_attribute): New function.
+       * elf32-m68hc1x.h (elf32_m68hc11_merge_symbol_attribute): Declare.
+       * elf32-m68hc11.c (elf_backend_merge_symbol_attribute): Define.
+       * elf32-m68hc12.c (elf_backend_merge_symbol_attribute): Define.
+
+2012-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
+           Nick Clifton  <nickc@redhat.com>
+
+       * oasys.c (oasys_write_header): Fix compilation warning on zero-sized
+       memset.
+
+2012-02-10  Iain Sandoe  <idsandoe@googlemail.com>
+
+       * mach-o.c (bfd_mach_o_build_seg_command): Count zerofill section
+       vma additions in their logical, rather than physical order.
+
+2012-02-10  Iain Sandoe  <idsandoe@googlemail.com>
+
+       * mach-o.c (mach_o_section_name_xlat): Correct eh-frame section
+       parameters.
+       * mach-o-x86-64.c (text_section_names_xlat): New.
+       (mach_o_x86_64_segsec_names_xlat): New.
+       (bfd_mach_o_tgt_seg_table): Define to mach_o_x86_64_segsec_names_xlat.
+       * mach-o-i386.c (text_section_names_xlat): Correct section parameters.
+
+2012-02-10  Tristan Gingold  <gingold@adacore.com>
+
+       * elfnn-ia64.c (elfNN_vms_object_p): Change comparison operator
+       to avoid infinite loop.  Add comments.
+
 2012-02-09  H.J. Lu  <hongjiu.lu@intel.com>
 
        PR ld/13675
This page took 0.024672 seconds and 4 git commands to generate.