Add big-endian support for tilegx.
[deliverable/binutils-gdb.git] / bfd / ChangeLog
index 56d2a55b7fbf0711881c1563130880a6d8f4b46a..2af9699550dee74f618dd202cb2021b06cb7c5f6 100644 (file)
@@ -1,3 +1,73 @@
+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
This page took 0.024264 seconds and 4 git commands to generate.