OSDN Git Service

PR 1150
[pf3gnuchains/pf3gnuchains3x.git] / bfd / ChangeLog
index 1ff2729..521d51b 100644 (file)
@@ -1,3 +1,815 @@
+2005-12-23  Michael Weiser  <michael@weiser.dinsnail.net>
+
+       PR 1150
+       * elf-bfd.h (struct elf_backend_data): New field
+       'elf_backend_ignore_undef_symbol'.
+       * elfxx-target.h (elf_backend_ignore_undef_symbol): Define to NULL
+       if not already defined.
+       (elfNN_bed): Initialise the elf_backend_ignore_undef_symbol field.
+       * elfxx-mips.c (_bfd_mips_elf_ignore_undef_symbol): New function.
+       * elfxx-mips.h (elf_backend_ignore_undef_symbol): Define and
+       prototype.
+       * elflink.c (elf_link_output_extsym): Check
+       elf_backend_ignore_undef_symbol before reporting an undefined
+       symbol in a shared library.
+
+2005-12-23  Joel Brobecker  <brobecker@adacore.com>
+
+       * corefile.c (generic_core_file_matches_executable_p): New function.
+       * libbfd-in.h (generic_core_file_matches_executable_p): Add
+       declaration.
+       * libbfd.h: Regenerate.
+       * hpux-core.c: ANSIfy function declarations and prototypes.
+       (thread_section_p): Manually expand bfd_section_name macro
+       to make it clear that parameter ABFD is not used.
+       (hpux_core_core_file_matches_executable_p): Delete, replaced
+       by macro pointing to generic_core_file_matches_executable_p.
+       
+       * aix386-core.c: Replace core_file_matches_executable_p null
+       implementation by generic_core_file_matches_executable_p by
+       using a macro.
+       * aix5ppc-core.c: Likewise.
+       * cisco-core.c: Likewise.
+       * hppabsd-core.c: Likewise.
+       * irix-core.c: Likewise.
+       * lynx-core.c: Likewise.
+       * mach-o.c: Likewise.
+       * netbsd-core.c: Likewise.
+       * osf-core.c: Likewise.
+       * ptrace-core.c: Likewise.
+       * sco5-core.c: Likewise.
+       * trad-core.c: Likewise.
+
+2005-12-19  David Heine  <dlheine@tensilica.com>
+
+       * elf32-xtensa.c (action_list_count, xlate_map_entry, xlate_map,
+       xlate_offset_with_removed_text, build_xlate_map, free_xlate_map): New.
+       (check_section_ebb_pcrels_fit): Build new xlate_map, use it and free it
+       when finished.
+
+2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
+
+       Second part of ms1 to mt renaming.
+       * archures.c (bfd_arch_mt): Renamed.
+       (bfd_mt_arch): Renamed.
+       (bfd_archures_list): Adjusted.
+       * bfd-in2.h: Rebuilt.
+       * config.bfd (mt): Remove special case targ_archs.
+       (mt-*-elf): Rename bfd_elf32_mt_vec.
+       * configure: Rebuilt.
+       * configure.in (bfd_elf32_mt_vec): Renamed.
+       (selarchs) Remove mt special case.
+       * cpu-mt.c (arch_info_struct): Adjust.
+       (bfd_mt_arch): Renamed, adjust.
+       * elf32-mt.c (mt_reloc_type_lookup, mt_info_to_howto_rela,
+       mt_elf_relocate_hi16, mt_final_link_relocate, mt_relocate_section,
+       mt_elf_howto_table): Renamed, adjusted.
+       (mt_elf_gc_mark_hook, mt_elf_gc_sweep_hook, mt_elf_check_relocs,
+       elf32_mt_machine, mt_elf_object_p, mt_elf_set_private_flags,
+       mt_elf_copy_private_bfd_data, mt_elf_merge_private_bfd_data,
+       mt_elf_print_private_bfd_data): Renamed, adjusted.
+       (TARGET_BIG_SYM, TARGET_BIG_NAME, ELF_ARCH, ELF_MACHINE_CODE,
+       ELF_MAXPAGESIZE, elf_info_to_howto, elf_backend_relocate_section,
+       bfd_elf32_bfd_reloc_type_lookup, elf_backend_gc_mark_hook,
+       elf_backend_gc_sweep_hook, elf_backend_check_relocs,
+       eld_backend_object_p, bfd_elf32_bfd_set_private_flags,
+       bfd_elf32_bfd_copy_private_bfd_data,
+       bfd_elf32_bfd_merge_private_bfd_data,
+       bfd_elf32_bfd_print_private_bfd_data): Adjusted.
+       * libbfd.h: Regenerated.
+       * reloc.c (BFD_RELOC_MT_PC16, BFD_RELOC_MT_HI16,
+       BFD_RELOC_MT_LO16, BFD_RELOC_MT_GNU_VTINHERIT,
+       BFD_RELOC_MT_GNU_VTENTRY, BFD_RELOC_MT_PCINSN8): Renamed.
+       * targets.c (bfd_elf32_mt_vec): Renamed.
+       (_bfd_target_vector): Adjusted.
+
+2005-12-13  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/2008
+       * elf.c (_bfd_elf_setup_sections): Return FALSE if
+       elf_linked_to_section will be set to NULL.
+
+       * format.c (bfd_check_format_matches): Don't check the default
+       target twice.
+
+2005-12-13  Alan Modra  <amodra@bigpond.net.au>
+
+       * elf64-ppc.c (ppc64_elf_relocate_section): Force tail calls in
+       shared libs to resolve locally.
+
+2005-12-12  Paul Brook  <paul@codesourcery.com>
+
+       * bfd-in2.h: Regenerate.
+       * elf32-arm.c (elf32_arm_reloc_map): Add BFD_RELOC_ARM_PCREL_CALL and
+       BFD_RELOC_ARM_PCREL_JUMP.
+       (check_use_blx): New function.
+       (bfd_elf32_arm_process_before_allocation): Don't allocate glue if
+       using BLX.
+       (elf32_arm_final_link_relocate): Perform bl<->blx conversion for
+       R_ARM_CALL and R_ARM_THM.
+       (elf32_arm_get_eabi_attr_int): New function.
+       (elf32_arm_size_dynamic_sections): Call check_use_blx.
+       * libbfd.h: Regenerate.
+       * reloc.c: Add BFD_RELOC_ARM_PCREL_CALL and BFD_RELOC_ARM_PCREL_JUMP.
+
+2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * Makefile.am (ALL_MACHINES, ALL_MACHINES_CFILES,
+       BFD32_BACKENDS, BFD32_BACKENDS_CFILES): Replace ms1 with mt.
+       (cpu_mt.lo, elf32-mt.lo): Update target and dependency names.
+       * Makefile.in: Rebuilt.
+       * config.bfd: Replace ms1 arch with mt.
+       * configure.in: Replace ms1 files with mt files.
+       * configure: Rebuilt.
+       * elf32-mt.c: Renamed from elf32-ms1.c.  Update include files.
+       * cpu-mt.c: Renamed from cpu-ms1.c.
+
+2005-12-12  Alan Modra  <amodra@bigpond.net.au>
+
+       * elf64-ppc.c (ppc64_elf_size_stubs): Don't consider non-ppc64 input.
+
+2005-12-10  Alan Modra  <amodra@bigpond.net.au>
+
+       * elflink.c (elf_gc_mark_dynamic_ref_symbol):  Use !info-executable
+       to test for linking shared libs, not info->shared.
+
+2005-12-08  Alan Modra  <amodra@bigpond.net.au>
+
+       * elf32-ppc.c (struct ppc_elf_link_hash_table): Add emit_stub_syms.
+       (ppc_elf_select_plt_layout): Add emit_stub_syms param, save to htab.
+       (add_stub_sym): New function.
+       (allocate_dynrelocs): Call add_stub_sym.
+       (ppc_elf_size_dynamic_sections): Emit __glink and __glink_PLTresolve
+       when emit_stub_syms.
+       * elf32-ppc.h (ppc_elf_select_plt_layout): Update prototype.
+
+2005-12-08  Alan Modra  <amodra@bigpond.net.au>
+
+       * reloc.c (enum complain_overflow): Correct comments.
+       (bfd_check_overflow): Combine complain_overflow_bitfield and
+       complain_overflow_signed code.
+       (_bfd_relocate_contents): Likewise.
+       (bfd_howto_32): Use complain_overflow_dont.
+       * elf32-d10v.c (elf_d10v_howto_table): Revert 2002-06-17 change.
+       * bfd-in2.h: Regenerate.
+
+2005-12-07  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * elf.c (assign_section_numbers): Remove extra code in the last
+       change.
+
+2005-12-07  H.J. Lu  <hongjiu.lu@intel.com>
+           Andreas Schwab  <schwab@suse.de>
+
+       PR binutils/1991
+       * elf.c (assign_section_numbers): Always use the output section
+       when setting up sh_link for SHF_LINK_ORDER.
+
+2005-12-07  Thiemo Seufer  <ths@networkno.de>
+           H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/1932
+       * bfd-in.h (bfd_elf_record_link_assignment): Add output_bfd
+       and hidden arguments.
+
+       * bfd.c (bfd_hide_symbol): Removed.
+
+       * bfd-in2.h: Regenerated.
+
+       * elflink.c (bfd_elf_record_link_assignment): Handle hidden
+       symbols which were provided by a linker script.
+
+2005-12-06  Paul Gilliam  <pgilliam@us.ibm.com>
+
+       * cpu-powerpc.c (bfd_powerpc_archs): Add ppc 750.
+
+2005-11-18  Mark Kettenis  <kettenis@gnu.org>
+
+       * elf64-hppa.c (elf64_hppa_section_from_phdr): Create .kernel
+       pseudo-section.  Make sure .reg section comes after the proc
+       section it's generated from.
+
+2005-12-01  Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
+
+       * elf32-m32r.c (m32r_elf_sweep_hook): Fix an illegal duplicate check.
+       (m32r_elf_relocate_section): Fix R_M32R_10_PCREL_RELA linkage bug.
+       (m32r_elf_gc_sweep_hook): Likewise.
+       (m32r_elf_check_relocs): Likewise.
+
+2005-11-24  Alan Modra  <amodra@bigpond.net.au>
+
+       * elf-bfd.h (_bfd_generic_match_sections_by_type): Don't define.
+       * libbfd-in.h (_bfd_generic_match_sections_by_type): Delete.
+       * libbfd.c (_bfd_generic_match_sections_by_type): Delete.
+       * targets.c (bfd_match_sections_by_type): Don't define.
+       (BFD_JUMP_TABLE_LINK): Remove _bfd_generic_match_sections_by_type.
+       * coff-rs6000.c (rs6000coff_vec, pmac_xcoff_vec): Likewise.
+       * coff64-rs6000.c (rs6000coff64_vec, aix5coff64_vec): Likewise.
+       * bfd-in2.h: Regenerate.
+       * libbfd.h: Regenerate.
+
+2005-11-23  Daniel Jacobowitz  <dan@codesourcery.com>
+           Thiemo Seufer <ths@networkno.de>
+
+       * elf32-mips.c (elf_mips_howto_table_rel): Use rightshift 2 for
+       R_MIPS_PC16.
+       (mips_reloc_map): Map BFD_RELOC_16_PCREL_S2 to R_MIPS_PC16.
+       (bfd_elf32_bfd_reloc_type_lookup): Don't handle
+       BFD_RELOC_16_PCREL_S2.
+       * elf64-mips.c (mips_elf64_howto_table_rel): Use rightshift 2 for
+       R_MIPS_PC16.
+       (mips_elf64_howto_table_rela): Likewise.
+       (mips_reloc_map): Map BFD_RELOC_16_PCREL_S2 to R_MIPS_PC16.
+       (bfd_elf64_bfd_reloc_type_lookup): Don't handle
+       BFD_RELOC_16_PCREL_S2.
+       * elfn32-mips.c (elf_mips_howto_table_rel): Use rightshift 2 for
+       R_MIPS_PC16.
+       (elf_mips_howto_table_rela): Likewise.
+       (mips_reloc_map): Map BFD_RELOC_16_PCREL_S2 to R_MIPS_PC16.
+       (bfd_elf32_bfd_reloc_type_lookup): Don't handle
+       BFD_RELOC_16_PCREL_S2.
+       * elfxx-mips.c: Formatting fixes.
+       (mips_elf_calculate_relocation): Handle R_MIPS_GNU_REL16_S2
+       and R_MIPS_PC16 identically.
+
+2005-11-23  Frederic Riss  <frederic.riss@st.com>
+
+       * elfcode.h (elf_object_p): Delay the setting of start_address
+       until we're sure the backend matches the binary.
+
+2005-11-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       * som.c (som_decode_symclass): Decode BSF_WEAK symbols in the same
+       manner as bfd_decode_symclass.
+
+2005-11-18  Alan Modra  <amodra@bigpond.net.au>
+
+       * elf64-ppc.c (ppc64_elf_check_relocs): Don't set has_14bit_branch
+       on branches to same section.
+
+2005-11-17  Randolph Chung  <tausq@debian.org>
+
+       * elf64-hppa.c (elf64_hppa_object_p): Recognize corefiles under
+       hppa64-hp-hpux11.11.
+       (elf64_hppa_section_from_phdr): New function.
+       (elf_backend_section_from_phdr): Define.
+
+2005-11-11  Nick Clifton  <nickc@redhat.com>
+
+       PR 1150
+       * elfxx-mips.c (mips_elf_calculate_relocation): Ignore an
+       undefined symbol if it is optional.
+       (_bfd_mips_elf_merge_symbol_attribute): Make sure that the
+       optional flag is merged as well as the visibility.
+       * elfxx-mips.h (_bfd_mips_elf_merge_symbol_attribute): Prototype.
+       (elf_backend_merge_symbol_attribute): Define.
+
+2005-11-08  Nathan Sidwell  <nathan@codesourcery.com>
+
+       Add ms2 support
+       * archures.c (bfd_mach_ms2): Define.
+       * cpu-ms1.c (arch_info_struct): Add ms2 stanza.
+       * elf32-ms1.c (elf32_ms1_machine): Add ms2 case.
+       (ms1_elf_merge_private_bfd_data): Remove unused variables.  Add
+       correct merging logic, with workaround.
+       (ms1_elf_print_private_bfd_data): Add ms2 case.
+       * reloc.c (BFD_RELOC_MS1_PCINSN8): Add ms2 specific reloc.
+       * libbfd.h: Regenerated.
+       * bfd-in2.h: Regenerated.
+
+2005-11-07  Steve Ellcey  <sje@cup.hp.com>
+
+       * warning.m4 (AM_BINUTILS_WARNINGS): Default to empty string
+       if compiler is not GCC.
+       * configure: Regenerate
+
+2005-11-07  Steve Ellcey  <sje@cup.hp.com>
+
+       * configure: Regenerate after modifying bfd/warning.m4.
+
+2005-11-07  Steve Ellcey  <sje@cup.hp.com>
+
+       * configure.host (ia64-*-hpux*): Set _LARGEFILE64_SOURCE.
+
+2005-11-03  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * configure.in: Check for fopen64.
+       * libbfd-in.h (real_fopen): New prototype.
+       * configure, config.in, libbfd.h: Regenerated.
+       * bfdio.c (real_fopen): New function.
+       * opncls.c (bfd_fopen, bfd_fill_in_gnu_debuglink_section): Use it.
+       * cache.c (bfd_open_file): Likewise.
+
+2005-11-03  Thiemo Seufer  <ths@networkno.de>
+
+       * elfxx-mips.c (mips_elf_calculate_relocation): Handle only
+       forced local symbols here.
+       (mips_elf_create_dynamic_relocation): Likewise.
+       (_bfd_mips_elf_finish_dynamic_symbol): Fix typo in comment.
+
+2005-11-03  Alan Modra  <amodra@bigpond.net.au>
+
+       * elf.c (elf_fake_sections): When calculating tbss size, just use
+       the last link_order.
+       (assign_file_positions_for_segments): Likewise.
+       * elflink.c (bfd_elf_final_link): Likewise.
+       (elf_reloc_link_order): Correct comment.
+
+2005-11-02  Alan Modra  <amodra@bigpond.net.au>
+
+       PR ld/1775
+       * elf32-m68k.c (elf_m68k_finish_dynamic_symbol): Add required
+       parentheses.
+
+2005-10-29  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * Makefile.am: Run "make dep-am".
+       * Makefile.in: Regenerated.
+
+       * dep-in.sed: Replace " ./" with " ".
+
+2005-10-29  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * hpux-core.c: Include <machine/reg.h> only if HPUX_CORE is
+       define.
+       * osf-core.c: Include <sys/core.h> only if OSF_CORE is defined.
+       * sco5-core.c: Include <sys/paccess.h> and <sys/region.h> only
+       if SCO5_CORE is defined.
+
+2005-10-29  Mark Kettenis  <kettenis@gnu.org>
+
+       * Makefile.am: Run "make dep-am".
+       * Makefile.in: Regenerate.
+
+2005-10-28  Joel Brobecker  <brobecker@adacore.com>
+
+       From Eric Botcazou  <botcazou@adacore.com>
+       * coffcode.h (coff_compute_section_file_positions): Fix small
+       error in preprocessor directives.
+
+2005-10-28  Joel Brobecker  <brobecker@adacore.com>
+
+       Mostly from Eric Botcazou <botcazou@adacore.com>
+       * rs6000-core.c: ANSIfy all function definitions.
+       Add missing function prototypes.
+       (ptr_to_uint): New type.
+       (rs6000coff_core_p): Use it as intermediate step in casts.
+       (rs6000coff_core_file_matches_executable_p): Likewise.
+       * xcoff-target.h (rs6000coff_core_p): Fix prototype.
+       (rs6000coff_core_file_matches_executable_p): Likewise.
+
+2005-10-28  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR binutils/1472
+       * aoutx.h (NAME (aout, machine_type)): Handle
+       bfd_mach_sparc_v8plus, bfd_mach_sparc_v8plusa,
+       bfd_mach_sparc_v8plusb, bfd_mach_sparc_v9, bfd_mach_sparc_v9a
+       and bfd_mach_sparc_v9b.
+
+2005-10-28  Hans-Peter Nilsson  <hp@axis.com>
+
+       PR ld/1567
+       * elf32-cris.c (cris_elf_howto_table) <R_CRIS_32>: Set
+       complain_on_overflow field to complain_overflow_dont.
+
+2005-10-27  Alan Modra  <amodra@bigpond.net.au>
+
+       PR 973
+       * cache.c (enum cache_flag): New.
+       (close_one): Save file mtime.
+       (bfd_cache_lookup): Add flag arg, adjust all users.
+       (bfd_cache_lookup_worker): Likewise.
+       (cache_btell): Use CACHE_NO_OPEN and return abfd->where if file
+       not open.
+       (cache_bflush): Similarly, and return success of file not open.
+       (cache_bseek): Use CACHE_NO_SEEK if SEEK_SET or SEEK_END.
+       (cache_bstat): Use CACHE_NO_SEEK_ERROR.
+
+       * bfdwin.c (bfd_get_file_window): Seek into file in place of
+       using bfd_cache_lookup.
+
+       * cache.c (BFD_CACHE_MAX_OPEN): Make private to this file.
+       (bfd_last_cache, bfd_cache_lookup, bfd_cache_lookup_worker): Likewise.
+       * libbfd-in.h (bfd_cache_lookup_worker, bfd_last_cache): Delete.
+       * libbfd.h: Regenerate.
+
+       * hppabsd-core.c (hppabsd_core_core_file_p): Use bfd_stat, not fstat.
+       * sco5-core.c (sco5_core_file_p): Likewise.
+       * trad-core.c (trad_unix_core_file_p): Likewise.
+
+       * cache.c: Reorganize file to avoid forward reference.
+
+2005-10-26  Alan Modra  <amodra@bigpond.net.au>
+
+       * cache.c (bfd_cache_lookup_worker): Don't abort on failing to
+       reopen file.
+       (cache_btell, cache_bseek, cache_bflush, cache_bstat): Return -1 on
+       bfd_cache_lookup failure.
+       (cache_bread, cache_bwrite): Return 0 on the same.
+       * bfdwin.c (bfd_get_file_window): Likewise.
+       * hppabsd-core.c (hppabsd_core_core_file_p): Likewise.
+       * sco5-core.c (sco5_core_file_p): Likewise.
+       * trad-core.c (trad_unix_core_file_p): Likewise.
+
+2005-10-26  Alan Modra  <amodra@bigpond.net.au>
+
+       * cache.c (bfd_cache_lookup_worker): Use bfd_error_handler
+       rather than bfd_perror.  Print file name.  Internationalise.
+
+2005-10-26  Alan Modra  <amodra@bigpond.net.au>
+
+       * cache.c (bfd_open_file): Set bfd_error_system_call on failure
+       to open file.
+       (bfd_cache_lookup_worker): Remove check that file pos is in
+       unsigned long range.  Print system error before aborting.
+
+2005-10-25  Arnold Metselaar  <arnold.metselaar@planet.nl>
+
+       * Makefile.am: Add rules for coff-z80 and cpu-z80.
+       * Makefile.in: Regenerated.
+       * archures.c: Add bfd_arch_z80 and support for it.
+       * coffcode.h(coff_set_arch_mach_hook): Add case Z80MAGIC.
+       (coff_set_flags): Add case bfd_arch_z80.
+       * config.bfd: Add z80coff_vec.
+       * configure.in: Add z80coff_vec.
+       * reloc.c: Add BFD_RELOC_Z80_DISP8
+       * targets.c: Add z80coff_vec.
+       * coff-z80.c: New file
+       * cpu-z80.c: New file
+       * configure: Regenerated.
+       * libbfd.h: Regenerated.
+       * bfd-in2.h: Regenerated.
+
+2005-10-26  Alan Modra  <amodra@bigpond.net.au>
+
+       PR ld/1540
+       * elf-bfd.h (elf_backend_copy_indirect_symbol): Replace pointer to
+       elf_backend_data with pointer to bfd_link_info.
+       (_bfd_elf_link_hash_copy_indirect): Likewise.
+       * elf.c (_bfd_elf_link_hash_copy_indirect): Likewise.  Handle
+       direct and indirect symbols both having dynamic link info.
+       * elf32-arm.c (elf32_arm_copy_indirect_symbol): Likewise.
+       * elf32-hppa.c (elf32_hppa_copy_indirect_symbol): Likewise.
+       * elf32-i386.c (elf_i386_copy_indirect_symbol): Likewise.
+       * elf32-m32r.c (m32r_elf_copy_indirect_symbol): Likewise.
+       * elf32-ppc.c (ppc_elf_copy_indirect_symbol): Likewise.
+       * elf32-s390.c (elf_s390_copy_indirect_symbol): Likewise.
+       * elf32-sh.c (sh_elf_copy_indirect_symbol): Likewise.
+       * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Likewise.
+       * elf64-s390.c (elf_s390_copy_indirect_symbol): Likewise.
+       * elf64-x86-64.c (elf64_x86_64_copy_indirect_symbol): Likewise.
+       * elfxx-ia64.c (elfNN_ia64_hash_copy_indirect): Likewise.
+       * elfxx-mips.c (_bfd_mips_elf_copy_indirect_symbol): Likewise.
+       * elfxx-sparc.c (_bfd_sparc_elf_copy_indirect_symbol): Likewise.
+       * elflink.c: Adjust all calls to bed->elf_backend_copy_indirect_symbol.
+       * elfxx-mips.h (_bfd_mips_elf_copy_indirect_symbol): Update prototype.
+       * elfxx-sparc.h (_bfd_sparc_elf_copy_indirect_symbol): Likewise.
+
+2005-10-25  Alan Modra  <amodra@bigpond.net.au>
+
+       * po/SRC-POTFILES.in: Regenerate.
+       * po/bfd.pot: Regenerate.
+
+2005-10-24  Jie Zhang <jie.zhang@analog.com>
+
+       * elf32-bfin.c (bfd_bfin_elf32_create_embedded_relocs): Fix signedness
+       warning.
+
+2005-10-24  Bernd Schmidt  <bernd.schmidt@analog.com>
+
+       * elf32-bfin.c (bfin_howto_table): Set src_mask to 0 for all relocs.
+       (bfin_imm16_reloc): Always add in the addend.  Don't fetch existing
+       contents from section.
+       (bfin_relocate_section): Rework so as to not call special_functions.
+       Handle the relocation stack here.  Treat pcrel24 relocs specially.
+
+2005-10-24  Alan Modra  <amodra@bigpond.net.au>
+
+       * elflink.c (elf_link_input_bfd): Don't use linker_mark and
+       SEC_EXCLUDE to test for sections dropped from output.  Instead,
+       use bfd_section_removed_from_list on normal sections.  Don't
+       attempt to handle symbols with unknown reserved section indices.
+       * linker.c (_bfd_generic_link_output_symbols): Don't use
+       linker_mark to test for symbols belonging to dropped sections.
+       Do allow absolute symbols.
+
+2005-10-24  Alan Modra  <amodra@bigpond.net.au>
+
+       * elf32-i370.c (i370_elf_fake_sections): Don't set SHF_EXCLUDE on
+       group sections.
+
+2005-10-24  Jan Beulich  <jbeulich@novell.com>
+
+       * cpu-ia64-opc.c (elf64_ia64_operands): Move memory operand out of
+       set of indirect operands.
+
+2005-10-24  Alan Modra  <amodra@bigpond.net.au>
+
+       * elf32-ppc.c (ppc_elf_fake_sections): Don't set SHF_EXCLUDE on
+       group sections.
+
+2005-10-23  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * coff-rs6000.c (rs6000coff_vec): Initialize
+       _bfd_init_private_section_data with
+       _bfd_generic_init_private_section_data.
+       (pmac_xcoff_vec): Likewise.
+       * coff64-rs6000.c (rs6000coff64_vec): Likewise.
+       (aix5coff64_vec): Likewise.
+
+2005-10-23  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/1487
+       * elf-bfd.h (_bfd_generic_init_private_section_data): New.
+       (_bfd_elf_init_private_section_data): New.
+
+       * elf.c (elf_fake_sections): Don't set SHF_GROUP for
+       relocatable link.
+       (bfd_elf_set_group_contents): Don't handle relocatable link
+       specially.
+       (assign_section_numbers): If it isn't called by assembler,
+       use the output section of elf_linked_to_section for
+       SHF_LINK_ORDER.
+       (_bfd_elf_init_private_section_data): New.
+       (_bfd_elf_copy_private_section_data): Call it.
+
+       * libbfd-in.h (_bfd_generic_init_private_section_data): New.
+
+       * libbfd.c (_bfd_generic_init_private_section_data): New.
+
+       * targets.c (BFD_JUMP_TABLE_COPY): Add
+       _bfd_generic_init_private_section_data.
+       (bfd_init_private_section_data): Likewise.
+
+       * bfd-in2.h: Regenerated.
+       * libbfd.h: Likewise.
+
+2005-10-23  Alan Modra  <amodra@bigpond.net.au>
+
+       * elf64-ppc.c (dec_dynrel_count): Don't report errors for local
+       syms in gc'd sections.
+       (ppc64_elf_edit_opd): Don't adjust reloc counts when NO_OPD_RELOCS.
+       (elf_backend_action_discarded): Define.
+       (ppc64_elf_action_discarded): New function.
+
+2005-10-19  Paul Brook  <paul@codesourcery.com>
+
+       * elf32-arm.c (find_arm_elf_section_entry): New function.
+       (get_arm_elf_section_data): Use it.
+       (unrecord_section_with_arm_elf_section_data): Use it.
+
+2005-10-15  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * coff-rs6000.c (rs6000coff_vec): Initialize
+       _bfd_match_sections_by_type with
+       _bfd_generic_match_sections_by_type.
+       (pmac_xcoff_vec): Likewise.
+       * coff64-rs6000.c (rs6000coff64_vec): Likewise.
+       (aix5coff64_vec): Likewise.
+
+2005-10-15  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/1467
+       * elf-bfd.h (_bfd_elf_match_sections_by_type): New.
+       (_bfd_generic_match_sections_by_type): New. Defined.
+
+       * elf.c (_bfd_elf_match_sections_by_type): New.
+
+       * libbfd-in.h (_bfd_generic_match_sections_by_type): New.
+
+       * bfd-in2.h: Regenerated.
+       * libbfd.h: Likewise.
+
+       * libbfd.c (_bfd_generic_match_sections_by_type): New.
+
+       * targets.c (BFD_JUMP_TABLE_LINK): Initialize
+       _bfd_match_sections_by_type with
+       _bfd_generic_match_sections_by_type.
+       (bfd_target): Add _bfd_match_sections_by_type.
+
+2005-10-08  Paul Brook  <paul@codesourcery.com>
+
+       * elf32-arm.c: Move #include "elf/arm.h" after libbfd.h.
+       (NUM_KNOWN_ATTRIBUTES): Define.
+       (aeabi_attribute, aeabi_attribute_list): Define.
+       (elf32_arm_obj_tdata): Add known_eabi_attributes and
+       other_eabi_attributes.
+       (uleb128_size, is_default_attr, eabi_attr_size,
+       elf32_arm_eabi_attr_size, write_uleb128, write_eabi_attribute,
+       elf32_arm_set_eabi_attr_contents, elf32_arm_bfd_final_link,
+       elf32_arm_new_eabi_attr, attr_strdup, elf32_arm_add_eabi_attr_int,
+       elf32_arm_add_eabi_attr_compat, copy_eabi_attributes,
+       elf32_arm_merge_eabi_attributes): New functions.
+       (elf32_arm_copy_private_bfd_data): Copy EABI object attributes.
+       (elf32_arm_fake_sections): Handle .ARM.attributes.
+       (elf32_arm_parse_attributes): New function.
+       (elf32_arm_section_from_shdr): Use it.
+       (bfd_elf32_bfd_final_link): Define.
+
+2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * elf32-arm.c (elf32_arm_check_relocs): Avoid aliasing warnings from
+       GCC.
+       (elf32_arm_size_dynamic_sections): Likewise.
+       * ecofflink.c (bfd_ecoff_debug_one_external): Likewise.
+       * elf32-hppa.c (elf32_hppa_check_relocs): Likewise.
+       * elf32-m32r.c (m32r_elf_check_relocs): Likewise.
+       * elf32-m68k.c (elf_m68k_check_relocs): Likewise.
+       * elf32-ppc.c (ppc_elf_check_relocs): Likewise.
+       * elf32-s390.c (elf_s390_check_relocs): Likewise.
+       (elf_s390_size_dynamic_sections): Likewise.
+       * elf32-sh.c (sh_elf_check_relocs): Likewise.
+       * elf64-ppc.c (ppc64_elf_check_relocs, dec_dynrel_count)
+       (ppc64_elf_size_dynamic_sections): Likewise.
+       * elf64-s390.c (elf_s390_check_relocs): Likewise.
+       (elf_s390_size_dynamic_sections): Likewise.
+       * elfxx-mips.c (_bfd_mips_elf_finish_dynamic_sections): Likewise.
+       * elfxx-sparc.c (_bfd_sparc_elf_check_relocs): Likewise.
+       (_bfd_sparc_elf_size_dynamic_sections): Likewise.
+       * ieee.c (ieee_slurp_section_data): Likewise.
+       * oasys.c (oasys_slurp_section_data): Likewise.
+
+2005-10-04  Bob Wilson  <bob.wilson@acm.org>
+
+       * archive.c: Add missing SUBSECTION for documentation.
+       * bfd.c: Likewise.
+       * cache.c: Likewise.
+       * corefile.c: Likewise.
+       * format.c: Likewise.
+       * init.c: Likewise.
+       * libbfd.c: Likewise.
+       * opncls.c: Likewise.
+       * elf.c: Remove blank line after SECTION heading.
+       * reloc.c: Change "howto manager" SECTION to a SUBSECTION.
+
+2005-10-04  Nick Clifton  <nickc@redhat.com>
+
+       * elf32-arm.c (get_arm_elf_section_data): Cache the last pointer
+       matched so that the typical case of scanning for the previous
+       section to last one can be handled quickly.
+
+2005-10-03  David Heine  <dlheine@tensilica.com>
+
+       * elf32-xtensa.c (relocations_reach): Skip range check for
+       absolute literals.
+
+2005-10-03  Alan Modra  <amodra@bigpond.net.au>
+
+       * elf.c (_bfd_elf_get_synthetic_symtab): Set BSF_GLOBAL on
+       synthetic syms.
+
+2005-09-30  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * Makefile.am: Run "make dep-am".
+       * Makefile.in: Regenerated.
+       * aclocal.m4: Likewise.
+
+2005-09-30  Catherine Moore  <clm@cm00re.com>
+
+       * Makefile.am: Bfin support.
+       * Makefile.in: Regenerated.
+       * aclocal.m4: Regenerated.
+       * archures.c (bfd_mach_bfin): New.
+       (bfd_arch_bfin): New.
+       bfd-in.h (bfd_bfin_elf32_create_embedded_relocs): New.
+       * bfd-in2.h: Regenerated.
+       * config.bfd: Bfin support.
+       * configure: Regenerated.
+       * configure.in: Bfin support.
+       * libbfd.h: Regenerated.
+       * reloc.c: Add BFD relocations for Bfin.
+       * targets.c (bfd_elf32_bfin_vec): New.
+       * cpu-bfin.c: New file.
+       * elf32-bfin.c: New file.
+
+2005-09-30  Alan Modra  <amodra@bigpond.net.au>
+
+       * elf64-ppc.c (ppc_type_of_stub): Check both func desc and func
+       entry sym before deciding no stub is needed.
+       (ppc64_elf_size_stubs): When calculating branch destination,
+       don't use func desc sym for old ABI objects unless func entry
+       is undefined.
+
+2005-09-28  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR binutils/1321
+       * elf-bfd.h (_bfd_elf_setup_group_pointers): Renamed to ...
+       (_bfd_elf_setup_sections): This.
+       * elf.c: Likewise.
+       * elfcode.h (elf_object_p): Likewise.
+
+       * elf.c (_bfd_elf_setup_sections): Process SHF_LINK_ORDER.
+       (_bfd_elf_copy_private_section_data): Likewise.
+
+2005-09-28  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * elflink.c (elf_fixup_link_order): Report locations for mixed
+       ordered and unordered input sections.
+
+2005-09-22  James E. Wilson  <wilson@specifix.com>
+
+       * dwarf2.c (struct funcinfo): Delete nesting_level field.
+       (lookup_address_in_function_table): Delete code to set funcinfo
+       caller_func field.  Delete local curr_func.
+       (scan_unit_for_symbols): New locals nested_funcs, nested_funcs_size.
+       Delete code setting funcinfo nesting_level field.  Add code to set
+       funcinfo caller_func field.
+
+2005-09-20  James E. Wilson  <wilson@specifix.com>
+
+       * dwarf2.c (find_abstract_instance_name): Don't early exit when name
+       set.  For DW_AT_name case, only set name if not already set.  Handle
+       DW_AT_MIPS_linkage_name.
+
+2005-09-20  Alan Modra  <amodra@bigpond.net.au>
+
+       * elflink.c (_bfd_elf_merge_symbol): Simplify.
+
+2005-09-19  Alan Modra  <amodra@bigpond.net.au>
+
+       * elf64-ppc.c (ppc_build_one_stub): Replace assertion that long
+       branch offset is in range with an error.  Print full stub name on
+       errors.
+       (ppc_size_one_stub): Print full stub name on errors.
+       (group_sections): Warn if section size exceeds group size.
+       (ppc64_elf_size_stubs): Continue relaxing when stub types change.
+
+2005-09-09  Kevin Buettner  <kevinb@redhat.com>
+
+       * elf32-am33lin.c (bfd.h, sysdep.h, elf-bfd.h, elf/mn10300.h):
+       Include.
+       (elf32_am33lin_grok_prstatus, elf32_am33lin_grok_psinfo): New
+       functions.
+       (elf_backend_grok_prstatus, elf_backend_grok_psinfo): Define.
+
+2005-09-09  Richard Earnshaw  <richard.earnshaw@arm.com>
+
+       * elf32-arm.c (elf32_arm_section_from_shdr): Accept SHT_ARM_PREEMPTMAP
+       and SHT_ARM_ATTRIBUTES.
+
+2005-09-08  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * elflink.c (elf_get_linked_section_vma): Fix a typo in comment.
+       * elfxx-ia64.c (elf_backend_link_order_error_handler): Likewise.
+
+2005-09-08  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/1263
+       * elflink.c (elf_link_add_object_symbols): Abort for
+       --just-symbols on DSO.
+
+2005-09-08  Paul Brook  <paul@codesourcery.com>
+
+       * reloc.c: Rename BFD_RELOC_ARM_SMI to BFD_RELOC_ARM_SMC.
+       * bfd-in2.h: Regenerate.
+       * libbfd.h: Regenerate.
+
+2005-09-06  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/1301
+       * elflink.c (_bfd_elf_merge_symbol): Don't check undefined
+       symbol introduced by "ld -u" for TLS.
+
+2005-09-02  Paul Brook  <paul@codesourcery.com>
+
+       * libbdf.h: Regenerate.
+       * bfd-in2.h: Regenerate.
+       * reloc.c: Add BFD_RELOC_ARM_T32_CP_OFF_IMM and
+       BFD_RELOC_ARM_T32_CP_OFF_IMM_S2.
+
+2005-09-01  Dmitry Diky <diwil@spec.ru>
+
+       * elf32-msp430.c (msp430_elf_relax_delete_bytes): Do not adjust
+       local symbols and move it to
+       (msp430_elf_relax_adjust_locals): New function - walk over the
+       sections in the bfd and adjust relocations as necessary.
+
+2005-08-31  DJ Delorie  <dj@redhat.com>
+
+       * elf32-i386.c (elf_i386_check_relocs): Don't cast a unary &
+       address operator, as that breaks GCC's strict aliasing rules.
+       (elf_i386_size_dynamic_sections): Avoid the need for type
+       punning.
+       * elf64-x86-64.c (elf_x86_64_check_relocs): Don't cast a unary
+       & address operator, as that breaks GCC's strict aliasing
+       rules.
+       (elf_x86_64_size_dynamic_sections): Avoid the need for type
+       punning.
+
+2005-08-30  Phil Edwards  <phil@codesourcery.com>
+
+       * config.bfd (i[3-7]86-*-vxworks):  Match vxworks* instead.
+
+2005-08-29  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/1247
+       * elfxx-ia64.c (allocate_fptr): Check undefined symbol.
+
+2005-08-29  Steven J. Hill <sjhill@realitydiluted.com>
+
+       * elfxx-mips.c (_bfd_mips_elf_relocate_section): Initialise
+       'value' to avoid compile time warning message.
+
 2005-08-26  Christian Groessler  <chris@groessler.org>
 
        * coff-z8k.c: (r_jr, r_disp7, r_callr): Fix src_mask and dst_mask