Properly create and use a bfd_arch_info_type for 32-bit tilegx.
[deliverable/binutils-gdb.git] / bfd / ChangeLog
index 16d5af9c8e570ee0d5603d9c759dfb43a5ed1ced..2568c32b0d1dfc0cfd1f2d04d84f573fbbe9258f 100644 (file)
@@ -1,7 +1,126 @@
+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
+       to avoid infinite loop.  Add comments.
+
+2012-02-09  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/13675
+       * cpu-i386.c (bfd_arch_i386_fill): Updated to support multi byte
+       nop instructions.
+       (bfd_arch_i386_short_nop_fill): New.
+       (bfd_arch_i386_long_nop_fill): Likewise.
+       Use bfd_arch_i386_short_nop_fill in 32bit bfd_arch_info
+       initializers.  Use bfd_arch_i386_long_nop_fill on 64bit
+       bfd_arch_info initializers.
+
+       * cpu-k1om.c (bfd_arch_i386_fill): Renamed to ...
+       (bfd_arch_i386_short_nop_fill): This.
+       Update bfd_arch_info initializers.
+       * cpu-l1om.c: Likewise.
+
+2012-02-08  Alan Modra  <amodra@gmail.com>
+
+       * elflink.c (_bfd_elf_gc_mark_rsec): Mark weakdef syms too.
+       (_bfd_elf_fix_symbol_flags): When a weakdef is def_regular, clear
+       the correct h->u.weakdef.
+
+2012-02-07  Alan Modra  <amodra@gmail.com>
+
+       * elf.c (elf_find_function): Don't use internal_elf_sym.
+       (_bfd_elf_maybe_function_sym): Likewise.  Replace elf_symbol_type
+       parameter with asymbol.
+       * elf64-ppc.c (ppc64_elf_maybe_function_sym): Likewise.
+       * elf-bfd.h (_bfd_elf_maybe_function_sym): Update prototype.
+       (struct elf_backend_data <maybe_function_sym>): Likewise.
+
 2012-02-02  Vidya Praveen (vidya.praveen@atmel.com)
 
        PR bfd/13410
-       * bfd/elf32-avr.c (elf32_avr_relax_section): Correct the 
+       * bfd/elf32-avr.c (elf32_avr_relax_section): Correct the
        condition that qualifies the candidates for relaxation.
 
 2012-02-02  Tristan Gingold  <gingold@adacore.com>
        * cpu-z8k.c: Likewise.
 
        * cpu-i386.c: Include "libiberty.h".
-       (bfd_arch_i386_fill): New. 
+       (bfd_arch_i386_fill): New.
        Add bfd_arch_i386_fill to  bfd_arch_info initializer.
 
        * cpu-k1om.c: Add bfd_arch_i386_fill to  bfd_arch_info initializer.
        * cpu-l1om.c: Likewise.
 
-       * linker.c (default_data_link_order): Call abfd->arch_info->fill 
+       * linker.c (default_data_link_order): Call abfd->arch_info->fill
        if fill size is 0.
 
        * bfd-in2.h: Regenerated.
This page took 0.025841 seconds and 4 git commands to generate.