Properly create and use a bfd_arch_info_type for 32-bit tilegx.
[deliverable/binutils-gdb.git] / bfd / ChangeLog
index c6e315988aa666c411a7c3b5bcba56eaefbb94f0..2568c32b0d1dfc0cfd1f2d04d84f573fbbe9258f 100644 (file)
@@ -1,3 +1,86 @@
+2012-02-25  Walter Lee  <walt@tilera.com>
+
+       * 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
This page took 0.025373 seconds and 4 git commands to generate.