]> Git Repo - binutils.git/blobdiff - bfd/ChangeLog
Add support for the Z80 processor family
[binutils.git] / bfd / ChangeLog
index f413454ae307ec41d869782b6e5c42e61dbd8bf7..c12c6ace830e0a7bbdc916c307f84cfea8d6b2e5 100644 (file)
@@ -1,3 +1,640 @@
+2005-10-25  Arnold Metselaar  <[email protected]>
+
+       * 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  <[email protected]>
+
+       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  <[email protected]>
+
+       * po/SRC-POTFILES.in: Regenerate.
+       * po/bfd.pot: Regenerate.
+
+2005-10-24  Jie Zhang <[email protected]>
+
+       * elf32-bfin.c (bfd_bfin_elf32_create_embedded_relocs): Fix signedness
+       warning.
+
+2005-10-24  Bernd Schmidt  <[email protected]>
+
+       * 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  <[email protected]>
+
+       * 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  <[email protected]>
+
+       * elf32-i370.c (i370_elf_fake_sections): Don't set SHF_EXCLUDE on
+       group sections.
+
+2005-10-24  Jan Beulich  <[email protected]>
+
+       * cpu-ia64-opc.c (elf64_ia64_operands): Move memory operand out of
+       set of indirect operands.
+
+2005-10-24  Alan Modra  <[email protected]>
+
+       * elf32-ppc.c (ppc_elf_fake_sections): Don't set SHF_EXCLUDE on
+       group sections.
+
+2005-10-23  H.J. Lu  <[email protected]>
+
+       * 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  <[email protected]>
+
+       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  <[email protected]>
+
+       * 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  <[email protected]>
+
+       * 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  <[email protected]>
+
+       * 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  <[email protected]>
+
+       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  <[email protected]>
+
+       * 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  <[email protected]>
+
+       * 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  <[email protected]>
+
+       * 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  <[email protected]>
+
+       * 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  <[email protected]>
+
+       * elf32-xtensa.c (relocations_reach): Skip range check for
+       absolute literals.
+
+2005-10-03  Alan Modra  <[email protected]>
+
+       * elf.c (_bfd_elf_get_synthetic_symtab): Set BSF_GLOBAL on
+       synthetic syms.
+
+2005-09-30  H.J. Lu  <[email protected]>
+
+       * Makefile.am: Run "make dep-am".
+       * Makefile.in: Regenerated.
+       * aclocal.m4: Likewise.
+
+2005-09-30  Catherine Moore  <[email protected]>
+
+       * 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  <[email protected]>
+
+       * 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  <[email protected]>
+
+       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  <[email protected]>
+
+       * elflink.c (elf_fixup_link_order): Report locations for mixed
+       ordered and unordered input sections.
+
+2005-09-22  James E. Wilson  <[email protected]>
+
+       * 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  <[email protected]>
+
+       * 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  <[email protected]>
+
+       * elflink.c (_bfd_elf_merge_symbol): Simplify.
+
+2005-09-19  Alan Modra  <[email protected]>
+
+       * 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  <[email protected]>
+
+       * 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  <[email protected]>
+
+       * elf32-arm.c (elf32_arm_section_from_shdr): Accept SHT_ARM_PREEMPTMAP
+       and SHT_ARM_ATTRIBUTES.
+
+2005-09-08  H.J. Lu  <[email protected]>
+
+       * 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  <[email protected]>
+
+       PR ld/1263
+       * elflink.c (elf_link_add_object_symbols): Abort for
+       --just-symbols on DSO.
+
+2005-09-08  Paul Brook  <[email protected]>
+
+       * 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  <[email protected]>
+
+       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  <[email protected]>
+
+       * 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 <[email protected]>
+
+       * 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  <[email protected]>
+
+       * 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  <[email protected]>
+
+       * config.bfd (i[3-7]86-*-vxworks):  Match vxworks* instead.
+
+2005-08-29  H.J. Lu  <[email protected]>
+
+       PR ld/1247
+       * elfxx-ia64.c (allocate_fptr): Check undefined symbol.
+
+2005-08-29  Steven J. Hill <[email protected]>
+
+       * elfxx-mips.c (_bfd_mips_elf_relocate_section): Initialise
+       'value' to avoid compile time warning message.
+
+2005-08-26  Christian Groessler  <[email protected]>
+
+       * coff-z8k.c: (r_jr, r_disp7, r_callr): Fix src_mask and dst_mask
+       of HOWTO.
+       (coff_z8k_select_reloc): Remove.
+       (SELECT_RELOC): Remove.
+       (coff_z8k_reloc_type_lookup): New function.
+       (coff_bfd_reloc_type_lookup): Define.
+       * configure.in: Add cofflink.lo to z8kcoff_vec.
+       * configure: Regenerate.
+       * reloc.c: (bfd_reloc_code_type): Add z8k relocations.
+       (bfd_install_relocation): Don't clear reloc_entry->addend for
+       coff-z8k target.
+       * bfd-in2.h: Regenerate.
+       * libbfd.h: Regenerate.
+
+2005-08-25  Kaz Kojima  <[email protected]>
+
+       * elf32-sh.c (sh_elf_get_flags_from_mach): Fix off-by-one error.
+
+2005-08-24  H.J. Lu  <[email protected]>
+
+       PR ld/1208
+       * elf-hppa.h (elf_hppa_relocate_section): Print out the name
+       of unresolvable relocation.
+       * elf-m10300.c (mn10300_elf_relocate_section): Likewise.
+       * elf32-arm.c (elf32_arm_relocate_section): Likewise.
+       * elf32-i386.c (elf_i386_relocate_section): Likewise.
+       * elf32-m32r.c (m32r_elf_relocate_section): Likewise.
+       * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
+       * elf32-s390.c (elf_s390_relocate_section): Likewise.
+       * elf32-sh.c (sh_elf_relocate_section): Likewise.
+       * elf32-xtensa.c (elf_xtensa_relocate_section): Likewise.
+       * elf64-s390.c (elf_s390_relocate_section): Likewise.
+       * elf64-sh64.c (sh_elf64_relocate_section): Likewise.
+       * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
+       * elfxx-sparc.c (_bfd_sparc_elf_relocate_section): Likewise.
+
+2005-08-18  Kaz Kojima  <[email protected]>
+
+       * config.bfd: Add bfd_elf32_shnbsd_vec and bfd_elf32_shlnbsd_vec
+       to targ_selvecs for sh5*-*-netbsd* and sh64*-*-netbsd*.
+
+2005-08-18  Alan Modra  <[email protected]>
+
+       * coff-a29k.c: Delete.
+       * cpu-a29k.c: Delete.
+       * Makefile.am: Remove mention of a29k files.
+       * aoutf1.h: Remove a29k support.
+       * aoutx.h: Likewise.
+       * archures.c: Likewise.
+       * coffcode.h: Likewise.
+       * config.bfd: Likewise.
+       * configure.in: Likewise.
+       * ieee.c: Likewise.
+       * mipsbsd.c: Likewise.
+       * pdp11.c: Likewise.
+       * sparclynx.c: Likewise.
+       * targets.c: Likewise.
+       * Makefile.in: Regenerate.
+       * configure: Regenerate.
+       * bfd-in2.h: Regenerate.
+       * po/SRC-POTFILES.in: Regenerate.
+
+2005-08-18  Alan Modra  <[email protected]>
+
+       * elf-m10300.c (_bfd_mn10300_elf_adjust_dynamic_symbol): Warn on
+       zero size dynamic variables.
+       * elf32-arm.c (elf32_arm_adjust_dynamic_symbol): Likewise.
+       * elf32-cris.c (elf_cris_adjust_dynamic_symbol): Likewise.
+       * elf32-hppa.c (elf32_hppa_adjust_dynamic_symbol): Likewise.
+       * elf32-i370.c (i370_elf_adjust_dynamic_symbol): Likewise.
+       * elf32-i386.c (elf_i386_adjust_dynamic_symbol): Likewise.
+       * elf32-m32r.c (m32r_elf_adjust_dynamic_symbol): Likewise.
+       * elf32-m68k.c (elf_m68k_adjust_dynamic_symbol): Likewise.
+       * elf32-ppc.c (ppc_elf_adjust_dynamic_symbol): Likewise.
+       * elf32-s390.c (elf_s390_adjust_dynamic_symbol): Likewise.
+       * elf32-sh.c (sh_elf_adjust_dynamic_symbol): Likewise.
+       * elf32-vax.c (elf_vax_adjust_dynamic_symbol): Likewise.
+       * elf64-ppc.c (ppc64_elf_adjust_dynamic_symbol): Likewise.
+       * elf64-s390.c (elf_s390_adjust_dynamic_symbol): Likewise.
+       * elf64-sh64.c (sh64_elf64_adjust_dynamic_symbol): Likewise.
+       * elf64-x86-64.c (elf64_x86_64_adjust_dynamic_symbol): Likewise.
+       * elfxx-sparc.c (_bfd_sparc_elf_adjust_dynamic_symbol): Likewise.
+
+2005-08-17  H.J. Lu  <[email protected]>
+
+       PR binutils/1179
+       * dwarf2.c (_bfd_dwarf2_find_nearest_line): Use section lma
+       instead of vma.
+       (_bfd_dwarf2_find_line): Likewise.
+
+2005-08-17  Alan Modra  <[email protected]>
+
+       * elf64-mmix.c (mmix_elf_add_symbol_hook): Mark reg section
+       SEC_LINKER_CREATED.
+       (mmix_elf_final_link): Check that section hasn't already been
+       removed before removing.
+       * mmo.c (mmo_scan): Mark reg contents section SEC_LINKER_CREATED.
+       (mmo_canonicalize_symtab): Likewise for reg section.
+
+2005-08-17  Alan Modra  <[email protected]>
+
+       * elf32-cris.c (elf_cris_adjust_gotplt_to_got): Move assert later.
+       * elfxx-mips.c (_bfd_mips_elf_hide_symbol): Cope with being called
+       without any got section.
+
+2005-08-17  Danny Smith  <[email protected]>
+
+       * cofflink.c (_bfd_coff_generic_relocate_section): Correct
+       comment.
+
+2005-08-17  Alan Modra  <[email protected]>
+
+       * elflink.c (_bfd_elf_define_linkage_sym): Don't call
+       bfd_elf_link_record_dynamic_symbol.  Call elf_backend_hide_symbol.
+       (_bfd_elf_link_renumber_dynsyms): Formatting.
+       (struct elf_gc_sweep_symbol_info): New.
+       (elf_gc_sweep_symbol): Rewrite.
+       (elf_gc_sweep): Adjust params and elf_gc_sweep_symbol call.
+       Call _bfd_elf_link_renumber_dynsyms.
+       (bfd_elf_gc_sections): Adjust elf_gc_sweep call.
+
+2005-08-16  Alan Modra  <[email protected]>
+
+       * elf64-ppc.c (ppc64_elf_edit_opd): Don't call dec_dynrel_count
+       when relocatable.
+
+2005-08-15  Bob Wilson  <[email protected]>
+
+       * elf32-xtensa.c (ELF_MACHINE_CODE, ELF_MACHINE_ALT1): Swap values
+       of EM_XTENSA and EM_XTENSA_OLD.
+
+2005-08-16  Alan Modra  <[email protected]>
+
+       * elf-bfd.h (_bfd_elf_define_linkage_sym): Declare.
+       * elflink.c (_bfd_elf_define_linkage_sym): New function, extracted
+       from..
+       (_bfd_elf_create_got_section): ..here.
+       (_bfd_elf_link_create_dynamic_sections): Call it for _DYNAMIC.
+       (_bfd_elf_create_dynamic_sections): ..and _PROCEDURE_LINKAGE_TABLE_.
+       * elf-m10300.c (_bfd_mn10300_elf_create_got_section): Use
+       _bfd_elf_define_linkage_sym.
+       * elf32-frv.c (_frv_create_got_section): Likewise.
+       * elf64-alpha.c (elf64_alpha_create_dynamic_sections): Likewise.
+
+2005-08-15  Paul Brook  <[email protected]>
+
+       * elf32-arm.c (elf32_arm_howto_table_1): Make R_ARM_PLT32 the same as
+       R_ARM_PC24.
+
+2005-08-13  John David Anglin  <[email protected]>
+
+       PR ld/1135
+       * elf64-hppa.c (elf64_hppa_special_sections): Add flag definitions for
+       .plt, .dlt, .sdata, .sbss and .tbss.
+
+2005-08-12  Dmitry Diky  <[email protected]>
+
+       * elf32-msp430.c (msp430_elf_relax_delete_bytes): Adjust relocations
+       referenced by .section + DISPLACEMENT.
+
+2005-08-10  James E. Wilson  <[email protected]>
+
+       * dwarf2.c (scan_unit_for_symbols, case DT_AT_location): Verify that
+       DW_OP_addr is only opcode in location before using it.
+
+2005-08-09  H.J. Lu  <[email protected]>
+
+       * elfxx-ia64.c (elfNN_ia64_final_link): Reset gp.
+
+2005-08-09  Rodney Brown  <[email protected]>
+           Nick Clifton  <[email protected]>
+
+       * aix5ppc-core.c (xcoff64_core_p): Constify return_value
+       variable.  Also, do not use core_hdr macro as it evaluates to a
+       cast of an lvalue which is no longer supported by GCC 4.0.
+
+2005-08-08  Eric Dönges <[email protected]>
+
+       * archures.c (bfd_mach_msp21): New MSP430 machine number.
+       * bfd-in2.h: Regenerate.
+       * cpu-msp430.c (arch_info_struct): Add support for msp430x21xx
+       variants.
+
+2005-08-07  Nick Clifton  <[email protected]>
+           Paul Brook  <[email protected]>
+
+       PR 1147
+       * elf32-arm.c (bfd_elf32_close_and_cleanup): Define.
+       (elf32_arm_close_and_cleanup): New function - walk over the
+       sections in the bfd that is being closed removing them from the
+       list of recorded sections.
+       (unrecord_section_via_map_over_sections): New helper function.
+       (record_section_with_arm_elf_section_data): Call bfd_malloc
+       instead of bfd_alloc.  Remove unneeded abfd parameter.
+       (elf32_arm_new_section_hook): Do not pass bfd to
+       record_section_with_arm_elf_section_data.
+
+       * elfxx-target.h (bfd_elfNN_close_and_cleanup): Only define if not
+       already defined by the target.
+
+2005-08-05  Fred Fish  <[email protected]>
+
+       * dwarf2.c (read_rangelist): Use addr_size instead of offset_size
+       to determine how many bytes to read from each rangelist entry.
+
+2005-08-05  H.J. Lu  <[email protected]>
+
+       * bfd.c (bfd_hide_symbol): New.
+       * bfd-in2.h: Regenerated.
+
+2005-08-04  H.J. Lu  <[email protected]>
+
+       * elf64-x86-64.c (elf64_x86_64_merge_symbol): When mixing a
+       large common symbol and a normal common symbol, always turn
+       the large common symbol into a normal one.
+
+2005-08-04  Alan Modra  <[email protected]>
+
+       * elf32-ppc.c (struct elf_linker_section): Replace sym_val field
+       with sym.
+       (ppc_elf_relocate_section): Adjust for above.
+       (create_sdata_sym): New function.
+       (ppc_elf_create_linker_section): Call it.
+       (ppc_elf_check_relocs): Correct has_sda_refs and non_got_refs.
+       Create sdata syms for all SDA relocs.
+       (ppc_elf_adjust_dynamic_symbol): Don't special case _SDA_BASE_
+       and _SDA2_BASE_.
+       (ppc_elf_set_sdata_syms): Delete.
+       * elflink.c (bfd_elf_size_dynamic_sections): Don't create DT_INIT
+       and DT_FINI tags unless associated section has input.
+       (bfd_elf_set_symbol, _bfd_elf_provide_symbol): Delete.
+       (_bfd_elf_provide_section_bound_symbols): Delete.
+       * bfd-in.h (_bfd_elf_provide_symbol): Delete.
+       (_bfd_elf_provide_section_bound_symbols): Delete.
+       * bfd-in2.h: Regenerate.
+
+2005-08-04  Alan Modra  <[email protected]>
+
+       * elflink.c (fix_syms, _bfd_elf_fix_excluded_sec_syms): Move to..
+       * linker.c (fix_syms, _bfd_fix_excluded_sec_syms): ..here.
+       * bfd-in.h (_bfd_fix_excluded_sec_syms): Rename.
+       * bfd-in2.h: Regenerate.
+
+2005-08-03  H.J. Lu  <[email protected]>
+
+       * elfxx-ia64.c (elfNN_ia64_relax_section): Resize .rela.got
+       only if it isn't NULL.
+
 2005-08-03  H.J. Lu  <[email protected]>
 
        * elf32-i386.c (elf_howto_table): Undo the overflow change for
This page took 0.04049 seconds and 4 git commands to generate.