bfd/
[deliverable/binutils-gdb.git] / bfd / ChangeLog
index e8e452f976c2d3e66b20aa9bc447c5faa145067b..ff86f84376a1395bc5439e41c4ca7f6f22f97e9c 100644 (file)
@@ -1,3 +1,230 @@
+2004-07-26  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * elf-bfd.h (bfd_elf_section_data): Add a pointer for the
+       linked-to section.
+       (elf_linked_to_section): New.
+
+       * elf.c (assign_section_numbers): Set up sh_link for
+       SHF_LINK_ORDER.
+
+       * elfxx-ia64.c (elfNN_ia64_final_write_processing): Set sh_info
+       to sh_link for SHT_IA_64_UNWIND sections.
+
+2004-07-22  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * elflink.c (elf_fixup_link_order): Add _() to error message.
+
+2004-07-22  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * elflink.c (elf_fixup_link_order): Issue a warning and flag
+       an error if failed.
+
+2004-07-21  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * aout-adobe.c (aout_32_section_already_linked): Defined.
+       * aout-target.h (MY_section_already_linked): Likewise.
+       * aout-tic30.c (MY_section_already_linked): Likewise.
+       * binary.c (binary_section_already_linked): Likewise.
+       * bout.c (b_out_section_already_linked): Likewise.
+       * coff-alpha.c (_bfd_ecoff_section_already_linked): Likewise.
+       * coff-mips.c (_bfd_ecoff_section_already_linked): Likewise.
+       * coffcode.h (coff_section_already_linked): Likewise.
+       * i386msdos.c (msdos_section_already_linked): Likewise.
+       * i386os9k.c (os9k_section_already_linked): Likewise.
+       * ieee.c (ieee_section_already_linked): Likewise.
+       * ihex.c (ihex_section_already_linked): Likewise.
+       * mach-o.c (bfd_mach_o_section_already_linked): Likewise.
+       * mmo.c (mmo_section_already_linked): Likewise.
+       * nlm-target.h (nlm_section_already_linked): Likewise.
+       * oasys.c (oasys_section_already_linked): Likewise.
+       * pef.c (bfd_pef_section_already_linked): Likewise.
+       * ppcboot.c (ppcboot_section_already_linked): Likewise.
+       * som.c (som_bfd_discard_group): Likewise.
+       * srec.c (srec_section_already_linked): Likewise.
+       * tekhex.c (tekhex_section_already_linked): Likewise.
+       * versados.c (versados_section_already_linked): Likewise.
+       * vms.c (vms_section_already_linked): Likewise.
+       * coff-target.h (_bfd_xcoff_section_already_linked): Likewise.
+       * xsym.c (bfd_sym_section_already_linked): Likewise.
+
+       * bfd-in.h (bfd_section_already_linked_table_init): New.
+       (bfd_section_already_linked_table_free): Likewise.
+
+       * coff-rs6000.c (rs6000coff_vec): Add
+       _bfd_generic_section_already_linked.
+       (pmac_xcoff_vec): Likewise.
+       * coff64-rs6000.c (rs6000coff64_vec): Likewise.
+       (aix5coff64_vec): Likewise.
+
+       * elf-bfd.h (_bfd_elf_section_already_linked): New prototype.
+       * elflink.c (_bfd_elf_section_already_linked): New function.
+
+       * elfxx-target.h (bfd_elfNN_section_already_linked): Defined.
+
+       * libbfd-in.h (_bfd_nolink_section_already_linked): Defined.
+       (_bfd_generic_section_already_linked): New.
+       (bfd_section_already_linked_hash_entry): Likewise.
+       (bfd_section_already_linked): Likewise.
+       (bfd_section_already_linked_table_lookup): Likewise.
+       (bfd_section_already_linked_table_insert): Likewise.
+
+       * linker.c (bfd_section_already_linked): New.
+       (_bfd_section_already_linked_table): Likewise.
+       (bfd_section_already_linked_table_lookup): Likewise.
+       (bfd_section_already_linked_table_insert): Likewise.
+       (already_linked_newfunc): Likewise.
+       (bfd_section_already_linked_table_init): Likewise.
+       (bfd_section_already_linked_table_free): Likewise.
+       (_bfd_generic_section_already_linked): Likewise.
+
+       * section.c (bfd_section): Remove comdat.
+       (bfd_comdat_info): Moved to ...
+       * bfd-in.h (coff_comdat_info): Here.
+       (bfd_coff_get_comdat_section): New.
+       * coffgen.c (bfd_coff_get_comdat_section): Likewise.
+       * libcoff-in.h (coff_section_tdata): Add comdat.
+       * coffcode.h (handle_COMDAT): Updated.
+       * cofflink.c (coff_link_add_symbols): Likewise.
+       * ecoff.c (bfd_debug_section): Likewise.
+
+       * targets.c (bfd_target): Add _section_already_linked.
+       (BFD_JUMP_TABLE_LINK): Updated.
+
+       * bfd-in2.h: Regenerated.
+       * libbfd.h: Likewise.
+       * libcoff.h: Likewise.
+
+2003-07-21  Paul Brook  <paul@codesourcery.com>
+
+       * elflink.c (elf_get_linked_section_vma, compare_link_order,
+       elf_fixup_link_order): New functions.
+       (bfd_elf_final_link): Call elf_fixup_link_order.
+
+2004-07-21  Alexandre Oliva  <aoliva@redhat.com>
+
+       * elf-bfd.h (ELF_COMMON_DEF_P): New.
+       * elflink.c (_bfd_elf_symbol_refs_local_p): Use it to handle
+       common definitions.
+       * elf-m10300.c: Use SYMBOL_REFERENCES_LOCAL instead of
+       _bfd_elf_symbol_refs_local_p.
+       * elf32-frv.c (FRVFDPIC_SYM_LOCAL): Remove hack for common
+       symbols.
+
+2004-07-19  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * bfd-in.h (dynamic_lib_link_class): Add DYN_NO_ADD_NEEDED and
+       DYN_NO_NEEDED.
+       (bfd_elf_get_dyn_lib_class): New prototype.
+       * elf.c (bfd_elf_get_dyn_lib_class): New function.
+
+       * elflink.c (elf_link_add_object_symbols): Check DYN_AS_NEEDED,
+       DYN_DT_NEEDED and DYN_NO_NEEDED bits to see if a DT_NEEDED
+       entry is needed. Issue an error if a DT_NEEDED entry is needed
+       for a file marked DYN_NO_NEEDED.
+       (elf_link_check_versioned_symbol): Check the DYN_DT_NEEDED bit
+       for DT_NEEDED tags.
+
+       * bfd-in2.h: Regenerated.
+
+2004-07-14  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       * elflink.c (elf_section_complain_discarded): Don't complain in
+       .PARISC.unwind.
+
+2004-07-10  James E Wilson  <wilson@specifixinc.com>
+
+       * elfxx-ia64.c (elfNN_ia64_relax_ldxmov): Remove abfd parameter.
+       (elfNN_ia64_install_value, elfNN_ia64_relax_brl): Likewise.
+       (elfNN_ia64_relax_section, elfNN_ia64_relocate_section,
+       elfNN_ia64_finish_dynamic_symbol, elfNN_ia64_finish_dynamic_sections):
+       Fix callers.
+       (elfNN_ia64_relax_brl): Change bfd_get_64 to bfd_getl64.  Change
+       bfd_put_64 to bfd_putl64.
+       (elfNN_ia64_relax_ldxmov, elfNN_ia64_install_value): Likewise.
+       
+2004-07-09  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR 240
+       * elfxx-ia64.c (elfNN_ia64_relax_section): Only warn br in
+       .init/.fini sections when trying to relax it.
+
+2004-07-09  Jie Zhang  <zhangjie@magima.com.cn>
+
+       * elf.c (assign_file_positions_for_segments): Make sure the
+       .dynamic section is the first section in the PT_DYNAMIC segment.
+
+2004-07-09  Nick Clifton  <nickc@redhat.com>
+
+       * config.bfd: Change sh-sybmian-elf to sh-*-symbianelf.
+       * elf32-sh-symbian.c: Rename the sh_find_elf_flags and
+       sh_elf_get_flags_from_mach functions so that they do not conflict
+       when this target is built with other sh-elf targets.
+       * elf32-sh.c (sh_elf_get_flags_from_mach): Remove bogus
+       suppression of this function.
+       (sh_elf_find_flags): Likewise.
+
+2004-07-07  Tomer Levi  <Tomer.Levi@nsc.com>
+
+       * Makefile.am (ALL_MACHINES): Add cpu-crx.lo.
+       (ALL_MACHINES_CFILES): Add cpu-crx.c.
+       (BFD32_BACKENDS): Add elf32-crx.lo.
+       (BFD32_BACKENDS_CFILES): Add elf32-crx.c.
+       (cpu-crx.lo): New target.
+       (elf32-crx.lo): New target.
+       * Makefile.in: Regenerate.
+       * archures.c (bfd_architecture): Add bfd_{arch,mach}_crx.
+       (bfd_archures_list): Add bfd_crx_arch.
+       * bfd-in2.h: Regenerate.
+       * config.bfd: Handle crx-*-elf*, crx*.
+       * configure.in: Handle bfd_elf32_crx_vec.
+       * configure: Regenerate.
+       * cpu-crx.c: New file.
+       * elf32-crx.c: Likewise.
+       * libbfd.h: Regenerate.
+       * reloc.c: Add BFD_RELOC_CRX_REL4, BFD_RELOC_CRX_REL8,
+       BFD_RELOC_CRX_REL8_CMP, BFD_RELOC_CRX_REL16, BFD_RELOC_CRX_REL24,
+       BFD_RELOC_CRX_REL32, BFD_RELOC_CRX_REGREL12, BFD_RELOC_CRX_REGREL22,
+       BFD_RELOC_CRX_REGREL28, BFD_RELOC_CRX_REGREL32, BFD_RELOC_CRX_ABS16,
+       BFD_RELOC_CRX_ABS32, BFD_RELOC_CRX_NUM8, BFD_RELOC_CRX_NUM16,
+       BFD_RELOC_CRX_NUM32, BFD_RELOC_CRX_IMM16 and BFD_RELOC_CRX_IMM32
+       * targets.c (bfd_elf32_crx_vec): Declare.
+       (bfd_target_vector): Add bfd_elf32_crx_vec.
+
+2004-07-06  Nick Clifton  <nickc@redhat.com>
+
+       * config.bfd: Add sh-symbian-elf target.
+       * configure.in: Add bfd_elf32_shl_symbian_vec.
+       * configure: Regenerate.
+       * elf-bfd.h (struct elf_backend_data): Add new field
+       'check_directives'.
+       * elflink.c (elf_link_add_object_symbols): Invoke the
+       check_directives function, if defined.
+       * elfxx-target.h: Provide a default, NULL definition for
+       check_directives.
+       * targets.c: Add bfd_elf32_shl_symbian_vec.
+       * elf32-sh.c (sh_elf_swap_insns): Protect against unnecessary
+       definition.
+       (elf32_shlin_grok_prstatus, elf32_shlib_grok_psinfo,
+       * sh_elf_get_flags_from_mach, sh_elf_find_flags): Likewise.
+       (TARGET_BIG_SYM, TARGET_LITTLE_SYM): Only define if they have
+       not already been defined.
+       * elf32-sh64.c: Use SH_TARGET_ALREADY_DEFINED.
+       * sh-symbian.c: New file.  Provide functions to support the
+       * sh-symbian-elf target.
+       * Makefile.am: Add elf32-sh-symbian.c
+       * Makefile.in: Regenerate.
+
+2004-07-05  Andrew Stubbs <andrew.stubbs@superh.com>
+
+       * elf32-sh.c: Include ../opcodes/sh-opc.h.
+       * Makefile.am: Ran make dep-am.
+       * Makefile.in: Ran make dep-in.
+
+2004-07-03  Aaron W. LaFramboise  <aaron98wiridge9@aaronwl.com>
+
+       * cofflink.c (_bfd_coff_generic_relocate_section): Resolve PE weak
+       externals properly.
+
 2004-07-02  Martin Schwidefsky  <schwidefsky@de.ibm.com>
 
        * config.bfd: Add want64 to configuration target s390-*-linux*.
 2004-06-29  Alan Modra  <amodra@bigpond.net.au>
 
        * bfd-in.h (bfd_get_section_limit): Define.
-       * reloc.c (bfd_perform_relocation, bfd_install_relocation) 
+       * reloc.c (bfd_perform_relocation, bfd_install_relocation)
        (_bfd_final_link_relocate): Use bfd_get_section_limit.
        * aout-tic30.c (tic30_aout_final_link_relocate): Likewise.
        * coff-arm.c (coff_arm_relocate_section): Likewise.
        (bfd_ns32k_final_link_relocate): Likewise.
        * elf32-d30v.c (bfd_elf_d30v_reloc, bfd_elf_d30v_reloc_21): Likwise.
        * elf32-dlx.c (_bfd_dlx_elf_hi16_reloc): Likewise.
-       * elf32-i860.c (i860_howto_pc26_reloc, i860_howto_pc16_reloc) 
+       * elf32-i860.c (i860_howto_pc26_reloc, i860_howto_pc16_reloc)
        (i860_howto_highadj_reloc, i860_howto_splitn_reloc): Likewise.
-       * elf32-m32r.c (m32r_elf_do_10_pcrel_reloc, m32r_elf_hi16_reloc) 
+       * elf32-m32r.c (m32r_elf_do_10_pcrel_reloc, m32r_elf_hi16_reloc)
        (m32r_elf_generic_reloc, m32r_elf_relocate_section): Likewise.
        * elf32-m68hc1x.c (m68hc11_elf_special_reloc): Likewise.
        * elf32-mips.c (gprel32_with_gp, mips16_gprel_reloc): Likewise.
        * elf64-s390.c (s390_elf_ldisp_reloc): Likewise.
        * elf64-sparc.c (init_insn_reloc): Likewise.
        * elfn32-mips.c (gprel32_with_gp, mips16_gprel_reloc): Likewise.
-       * elfxx-mips.c (_bfd_mips_elf_gprel16_with_gp) 
-       (_bfd_mips_elf_hi16_reloc, _bfd_mips_elf_lo16_reloc) 
+       * elfxx-mips.c (_bfd_mips_elf_gprel16_with_gp)
+       (_bfd_mips_elf_hi16_reloc, _bfd_mips_elf_lo16_reloc)
        (_bfd_mips_elf_generic_reloc): Likewise.
        * bfd-in2.h: Regenerate.
 
This page took 0.031441 seconds and 4 git commands to generate.