daily update
[deliverable/binutils-gdb.git] / bfd / ChangeLog
index a1131c8079cc8a178bdb637ffa9f74799149fca0..1c342934a9b7d14017bf729f3005eb25c417e1c4 100644 (file)
@@ -1,3 +1,138 @@
+2011-04-01  Tristan Gingold  <gingold@adacore.com>
+
+       * elfxx-ia64.c: include bfd_stdint.h
+
+2011-03-31  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * elf32-tic6x.c (elf32_tic6x_relocate_section): Remove unused variable
+       dynobj and its initialization.
+
+2011-03-31  Tristan Gingold  <gingold@adacore.com>
+
+       * makefile.vms (DEFS): Add HAVE_bfd_elf64_ia64_vms_vec.
+       * configure.com: Set BFD_HOST_64BIT_LONG_LONG and
+       BFD_HOST_LONG_LONG to 1.
+
+2011-03-31  Tristan Gingold  <gingold@adacore.com>
+
+       * vms-alpha.c (vms_get_remaining_object_record): Fix dec-c warning.
+       (_bfd_vms_write_etir): Ditto.
+       (_bfd_vms_slurp_etir): Avoid to use intptr_t
+       * configure.com: Generate bfd_stdint.h
+
+2011-03-31  Bernd Schmidt  <bernds@codesourcery.com>
+
+       * elf32-tic6x.h (struct elf32_tic6x_params): New.
+       (elf32_tic6x_setup): Declare.
+       * elf32-tic6x.c: Include <limits.h>.
+       (ELF_DYNAMIC_LINKER, DEFAULT_STACK_SIZE, PLT_ENTRY_SIZE): Define.
+       (struct elf32_tic6x_link_hash_table, struct elf32_link_hash_entry):
+       New structures.
+       (elf32_tic6x_link_hash_table, is_tic6x_elf): New macros.
+       (tic6x_elf_scom_section, tic6x_elf_scom_symbol,
+       tic6x_elf_scom_symbol_ptr): New static variables.
+       (elf32_tic6x_howto_table, elf32_tic6x_howto_table_rel,
+       elf32_tic6x_reloc_map): Add R_C6000_JUMP_SLOT, R_C6000_EHTYPE,
+       R_C6000_PCR_H16 and R_C6000_PCR_L16.
+       (elf32_tic6x_link_hash_newfunc, elf32_tic6x_link_hash_table_create,
+       elf32_tic6x_link_hash_table_free, elf32_tic6x_setup,
+       elf32_tic6x_using_dsbt, elf32_tic6x_install_rela,
+       elf32_tic6x_create_dynamic_sections, elf32_tic6x_make_got_dynreloc,
+       elf32_tic6x_finish_dynamic_symbol, elf32_tic6x_gc_sweep_hook,
+       elf32_tic6x_adjust_dynamic_symbol): New static functions.
+       (elf32_tic6x_relocate_section): For R_C6000_PCR_S21, convert branches
+       to weak symbols as required by the ABI.
+       Handle GOT and DSBT_INDEX relocs, and copy relocs to the output file
+       as needed when generating DSBT output.
+       (elf32_tic6x_check_relocs, elf32_tic6x_add_symbol_hook,
+       elf32_tic6x_symbol_processing, elf32_tic6x_section_from_bfd_section,
+       elf32_tic6x_allocate_dynrelocs, elf32_tic6x_size_dynamic_sections,
+       elf32_tic6x_always_size_sections, elf32_tic6x_modify_program_headers,
+       elf32_tic6x_finish_dynamic_sections, elf32_tic6x_plt_sym_val,
+       elf32_tic6x_copy_private_data, elf32_tic6x_link_omit_section_dynsym):
+       New static functions.
+       (ELF_MAXPAGESIZE): Define to 0x1000.
+       (bfd_elf32_bfd_copy_private_bfd_data,
+       bfd_elf32_bfd_link_hash_table_create,
+       bfd_elf32_bfd_link_hash_table_free, elf_backend_can_refcount,
+       elf_backend_want_got_plt, elf_backend_want_dynbss,
+       elf_backend_plt_readonly, elf_backend_got_header_size,
+       elf_backend_gc_sweep_hook, elf_backend_modify_program_headers,
+       elf_backend_create_dynamic_sections, elf_backend_adjust_dynamic_symbol,
+       elf_backend_check_relocs, elf_backend_add_symbol_hook,
+       elf_backend_symbol_processing, elf_backend_link_output_symbol_hook,
+       elf_backend_section_from_bfd_section,
+       elf_backend_finish_dynamic_symbol, elf_backend_always_size_sections,
+       elf32_tic6x_size_dynamic_sections, elf_backend_finish_dynamic_sections,
+       elf_backend_omit_section_dynsym, elf_backend_plt_sym_val): Define.
+
+       * bfd/reloc.c (BFD_RELOC_C6000_JUMP_SLOT, BFD_RELOC_C6000_EHTYPE,
+       BFD_RELOC_C6000_PCR_H16, BFD_RELOC_C6000_PCR_S16): Add.
+       * bfd/bfd-in2.h: Regenerate.
+       * bfd/libbfd.h: Regenerate.
+       * config.bfd: Accept tic6x-*-* instead of tic6x-*-elf.
+
+2011-03-31  Tristan Gingold  <gingold@adacore.com>
+
+       * coffcode.h (coff_slurp_symbol_table): Silently discard C_NULL
+       entry on xcoff when value is C_NULL_VALUE.
+
+2011-03-31  Tristan Gingold  <gingold@adacore.com>
+
+       * libcoff-in.h (exec_hdr): Remove.
+       * libcoff.h: Regenerate.
+
+2011-03-30  Nick Clifton  <nickc@redhat.com>
+
+       * po/da.po: Updated Danish translation.
+
+2011-03-29  Richard Henderson  <rth@redhat.com>
+
+       * elf64-alpha.c (elf64_alpha_gc_mark_hook): New.
+       (elf64_alpha_gc_sweep_hook): New.
+       (elf_backend_gc_mark_hook, elf_backend_gc_sweep_hook): New.
+       (elf_backend_can_gc_sections): New.
+
+2011-03-26  John Marino  <binutils@marino.st>
+
+       * config.bfd: Add x86_64-*-dragonfly*, fix i386-*-dragonfly*.
+       * configure.in: Delete unused bfd_elf32_i386_dragonfly_vec.
+       * configure: Regenerate.
+
+2011-03-25  Michael Snyder  <msnyder@vmware.com>
+
+       * coffcode.h (coff_set_alignment_hook): Check return of bfd_seek.
+
+2011-03-25  Tristan Gingold  <gingold@adacore.com>
+
+       * vms-alpha.c (_bfd_vms_find_nearest_dst_line): Allow the use
+       of find_nearest_line on object files.
+
+2011-03-25  Tristan Gingold  <gingold@adacore.com>
+
+       * vms-alpha.c (evax_section_flags): Make $CODE$ section read-only.
+       Minor reordering.
+       (alpha_vms_create_eisd_for_section): Make code sections read-only.
+
+2011-03-24  Alan Modra  <amodra@gmail.com>
+
+       * elf32-ppc.c (ppc_elf_tls_optimize): Catch more cases where
+       old-style __tls_get_addr calls without marker relocs don't match
+       their arg setup insn one for one.  If such mismatches are found
+       report the reloc and don't do any tls optimization.
+       * elf64-ppc.c (ppc64_elf_tls_optimize): Likewise.
+
+2011-03-22  Eric B. Weddington  <eric.weddington@atmel.com>
+
+       * bfd-in2.h: Regenerate.
+
+2011-03-22  Eric B. Weddington  <eric.weddington@atmel.com>
+
+       * archures.c: Add AVR XMEGA architecture information.
+       * cpu-avr.c (arch_info_struct): Likewise.
+       * elf32-avr.c (bfd_elf_avr_final_write_processing): Likewise.
+       (elf32_avr_object_p): Likewise.
+
 2011-03-14  Richard Sandiford  <richard.sandiford@linaro.org>
 
        * reloc.c (BFD_RELOC_ARM_IRELATIVE): New relocation.
This page took 0.034644 seconds and 4 git commands to generate.