2004-11-12 Bob Wilson <bob.wilson@acm.org>
[deliverable/binutils-gdb.git] / bfd / ChangeLog
index 957496551fc5c718d73087257b8cfdd3d6fdb95d..eb1b7186f584dc2843a91d7dbe18a670983b06f0 100644 (file)
@@ -1,3 +1,399 @@
+2004-11-12  Bob Wilson  <bob.wilson@acm.org>
+
+       * xtensa-isa.c (xtensa_interface_class_id): New.
+
+2004-11-11  Bob Wilson  <bob.wilson@acm.org>
+
+       * elf32-xtensa.c (property_table_compare): Remove assertion about
+       entries with the same address and non-zero size.
+       (xtensa_read_table_entries): Report such entries as errors.
+
+2004-11-11  Mark Mitchell  <mark@codesourcery.com>
+
+       * elf32-arm.c (elf32_arm_final_link_relocate): Correct logic for
+       R_ARM_RELATIVE on Symbian OS.
+
+2004-11-09  Mark Mitchell  <mark@codesourcery.com>
+
+       * som.c (som_bfd_print_private_bfd_data): New function.
+       (som_object_setup): Save the auxiliary header.  Don't assume that
+       zero is an invalid entry point for a shared library.
+       (som_object_p): Allocate the auxiliary header on the heap.
+
+       * elf32-arm.c (elf32_arm_begin_write_processing): Do not use a K&R
+       declaration.
+       (elf32_arm_symbian_modify_segment_map): Likewise.
+
+2004-11-09  Daniel Jacobowitz  <dan@debian.org>
+
+       From David Poole <daveml@mbuf.com>:
+       * elf32-arm.c (elf32_arm_readonly_dynrelocs): New function.
+       (elf32_arm_size_dynamic_sections): Call it.
+
+2004-11-09  Alan Modra  <amodra@bigpond.net.au>
+
+       * Makefile.am (SOURCE_HFILES): Remove elf32-arm.h.
+       (ALL_MACHINES_CFILES): Fix typo.
+       * Makefile.in: Regenerate.
+       * po/SRC-POTFILES.in: Regenerate.
+
+2004-11-08  Mark Mitchell  <mark@codesourcery.com>
+
+       * elf32-arm.c (elf32_arm_final_link_relocate): When generating an
+       R_ARM_RELATIVE relocation for Symbian OS, mention the section
+       symbol in the relocation.
+
+2004-11-08  Inderpreet Singh  <inderpreetb@nioda.hcltech.com>
+           Vineet Sharma  <vineets@noida.hcltech.com>
+
+       * coff-maxq.c: New File.
+       * cpu-maxq.c: New File.
+       * coffcode.h: Likewise.
+       * config.bfd: Likewise.
+       * configure.in (maxqcoff_vec): New target vector.
+       * Makefile.am: Add support for maxq target.
+       * configure.in: Likewise.
+       * archures.c:. Likewise.
+       * targets.c: Likewise.
+       * bfd_in2.h : Regenerated.
+       * Makefile.in: Regenerated.
+       * configure: Regenerated.
+       * doc/Makefile.in: Regenerated.
+
+2004-11-08  Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
+
+       * coff-i386.c (coff_i386_reloc): Fix weak symbols.
+       * cofflink.c (_bfd_coff_link_input_bfd): Don't process
+       C_NT_WEAK aux entries.
+       (_bfd_coff_generic_relocate_section): Handle undefined
+       aliases.
+
+2004-11-07  Andreas Schwab  <schwab@suse.de>
+
+       * elf32-m68k.c (elf_m68k_adjust_dynamic_symbol): Use
+       SYMBOL_CALLS_LOCAL and check for undefweak symbols with
+       non-default visibility.
+
+2004-11-01  Mark Mitchell  <mark@codesourcery.com>
+
+       * elf32-arm.c (elf32_arm_symbian_begin_write_processing): Clear
+       D_PAGED.
+       (elf32_arm_symbian_modify_segment_map): Don't
+       reset includes_filehdr and includes_phdrs here.
+
+2004-11-04  Daniel Jacobowitz  <dan@debian.org>
+
+       * Makefile.am (BFD32_BACKENDS, BFD32_BACKENDS_CFILES): Replace
+       elfarm-nabi with elf32-arm.  Remove elfarm-oabi.
+       (elf32-arm.lo): Replace elfarm-nabi.lo rule.  Remove elf32-arm.h
+       dependency.
+       * config.bfd: Move arm-*-oabi* and thumb-*-oabi* from obsolete list
+       to a new removed list.  Remove normal configuration stanzas.
+       * configure.in: (bfd_elf32_bigarm_vec, bfd_elf32_bigarm_symbian_vec)
+       (bfd_elf32_littlearm_symbian_vec, bfd_elf32_littlearm_vec): Replace
+       elfarm-nabi.lo with elf32-arm.lo.
+       (bfd_elf32_bigarm_oabi_vec, bfd_elf32_littlearm_oabi_vec): Remove.
+       * elf32-arm.c: Renamed from elfarm-nabi.c.  Inline elf32-arm.h.
+       * elf32-arm.h: Remove.
+       * elfarm-oabi.c: Remove.
+       * targets.c (_bfd_target_vector): Remove bfd_elf32_bigarm_oabi_vec
+       and bfd_elf32_littlearm_oabi_vec.
+       * aclocal.m4, Makefile.in, configure, doc/Makefile.in: Regenerated.
+
+2004-11-04  Hans-Peter Nilsson  <hp@axis.com>
+
+       * config.bfd: Support crisv32-*-* like cris-*-*.
+       * archures.c (bfd_mach_cris_v0_v10, bfd_mach_cris_v32)
+       (bfd_mach_cris_v10_v32): New macros.
+       * cpu-cris.c: Tweak formatting.
+       (get_compatible): New function.
+       (N): New macro.
+       (bfd_cris_arch_compat_v10_v32, bfd_cris_arch_v32): New
+       bfd_arch_info_type:s.
+       (bfd_cris_arch): Use bfd_mach_cris_v0_v10 for member mach,
+       get_compatible for member compatible and link bfd_cris_arch_v32 as
+       next.
+       * elf32-cris.c (cris_elf_pcrel_reloc)
+       (cris_elf_set_mach_from_flags): New functions.
+       (cris_elf_howto_table) <R_CRIS_8_PCREL, R_CRIS_16_PCREL>
+       <R_CRIS_32_PCREL>: Use cris_elf_pcrel_reloc.
+       (cris_elf_grok_prstatus, cris_elf_grok_psinfo): Give correct
+       numbers for bfd_mach_cris_v32.
+       (PLT_ENTRY_SIZE_V32): New macro.
+       (elf_cris_plt0_entry): Drop last comma in initializer.
+       (elf_cris_plt0_entry_v32, elf_cris_plt_entry_v32)
+       (elf_cris_pic_plt0_entry_v32, elf_cris_pic_plt_entry_v32): New
+       PLT initializers.
+       (cris_elf_relocate_section): Change all "%B(%A)" messages to
+       "%B, section %A".
+       (elf_cris_finish_dynamic_symbol): Do V32-specific PLT entries.
+       (elf_cris_finish_dynamic_sections): Similar.
+       (elf_cris_adjust_dynamic_symbol): Similar.
+       (cris_elf_check_relocs): Change all "%B(%A)" messages to "%B,
+       section %A".
+       <switch with PIC relocs>: Emit error and return FALSE for
+       bfd_mach_cris_v10_v32.
+       <case R_CRIS_8_PCREL, case R_CRIS_16_PCREL, case R_CRIS_32_PCREL>:
+       Emit warning when generating textrel reloc.
+       (cris_elf_object_p): Call cris_elf_set_mach_from_flags.
+       (cris_elf_final_write_processing): Set flags according to mach.
+       (cris_elf_print_private_bfd_data): Display
+       EF_CRIS_VARIANT_COMMON_V10_V32 and EF_CRIS_VARIANT_V32.
+       (cris_elf_merge_private_bfd_data): Drop variables old_flags,
+       new_flags.  Don't call cris_elf_final_write_processing.  Don't
+       look at the actual elf header flags at all; use
+       bfd_get_symbol_leading_char to check ibfd, obfd.  Trap difference
+       in bfd_get_mach for ibfd and obfd and handle merging of compatible
+       objects.
+       (bfd_elf32_bfd_copy_private_bfd_data): Define.
+       * reloc.c (BFD_RELOC_CRIS_SIGNED_8, BFD_RELOC_CRIS_UNSIGNED_8)
+       (BFD_RELOC_CRIS_SIGNED_16, BFD_RELOC_CRIS_UNSIGNED_16)
+       (BFD_RELOC_CRIS_LAPCQ_OFFSET): New relocs.
+       * bfd-in2.h, libbfd.h: Regenerate.
+
+2004-11-04  Alan Modra  <amodra@bigpond.net.au>
+
+       * elf64-ppc.h (ppc64_elf_edit_toc): Declare.
+       * elf64-ppc.c (struct ppc_link_hash_entry <adjust_done>): Update
+       comment.
+       (struct adjust_toc_info): New.
+       (adjust_toc_syms, ppc64_elf_edit_toc): New functions.
+
+2004-11-03  Bob Wilson  <bob.wilson@acm.org>
+
+       * elf.c (assign_file_positions_for_segments): Set next_file_pos even
+       if there are no segments.
+
+2004-11-02  Daniel Jacobowitz  <dan@debian.org>
+
+       * config.bfd: Mark arm-*-oabi and thumb-*-oabi as obsolete.
+
+2004-11-02  Nick Clifton  <nickc@redhat.com>
+
+       * elf32-iq2000.c: Convert to ISO C90 formatting.
+
+2004-11-02  Hans-Peter Nilsson  <hp@axis.com>
+
+       * elflink.c (_bfd_elf_create_got_section): Hide _GLOBAL_OFFSET_TABLE_.
+
+2004-10-28  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * elfxx-ia64.c (elfNN_ia64_relocate_section): Handle weak
+       undefined symbols for R_IA64_SECREL32MSB, R_IA64_SECREL32LSB,
+       R_IA64_SECREL64MSB and R_IA64_SECREL64LSB.
+
+2004-10-28  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
+
+       * elf32-sh.c (tpoff): Take alignment into account.
+
+2004-10-28  Nick Clifton  <nickc@redhat.com>
+
+       * elf32-iq2000.c (iq2000_elf_relocate_section): Do nothing when
+       performing a relocatable link.
+       (iq2000_elf_object_p): Do not set elf_bad_symtab.  This is only
+       for MIPS ports under Irix.
+
+2004-10-27  Richard Earnshaw  <rearnsha@arm.com>
+
+       * elf32-arm.h (bfd_elf32_arm_process_before_allocation): Handle
+       R_ARM_CALL and R_ARM_JUMP24 as aliases of R_ARM_PC24.
+       (elf32_arm_final_link_relocate): Ditto.
+       (arm_add_to_rel, elf32_arm_relocate_section): Ditto.
+       (elf32_arm_gc_sweep_hook, elf32_arm_check_relocs): Ditto
+       (elf32_arm_adjust_dynamic_symbol): Ditto.
+       * elfarm-nabi.c (elf32_arm_howto_table): Add R_ARM_CALL and
+       R_ARM_JUMP32.  Move R_ARM_R{REL32,ABS32,PC24,BASE}...
+       (elf32_arm_r_howto): ... To here.
+       (elf32_arm_howto_from_type): Use elf32_arm_r_howto.
+
+2004-10-26  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR 475
+       * elfxx-ia64.c (elfNN_ia64_relocate_section): Correct
+       R_IA64_SECREL32MSB, R_IA64_SECREL32LSB, R_IA64_SECREL64MSB
+       and R_IA64_SECREL64LSB.
+
+2004-10-26  Paul Brook  <paul@codesourcery.com>
+
+       * elflink.c (elf_finalize_dynstr): Skip shared aux structure.
+       (bfd_elf_size_dynamic_sections): Create default version definition.
+       (elf_link_output_extsym): Adjust for default symbol version.
+
+2004-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
+
+       * mmo.c: Adjust to ISO C.
+
+       * mmo.c (mmo_write_section_description): New function broken out
+       of mmo_internal_write_section.
+       (mmo_internal_write_section): For each of .text and .data, call
+       mmo_write_section_description before outputting contents if it has
+       nontrivially deducible vma or contents.
+       (mmo_has_leading_or_trailing_zero_tetra_p): New function.
+       (mmo_canonicalize_symtab): Adjust absolute symbols to .data
+       symbols if found within the .data address range.
+
+2004-10-24  Daniel Jacobowitz  <dan@debian.org>
+
+       * opncls.c (bfd_close): Return TRUE for BFD_IN_MEMORY.
+
+2004-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
+
+       * mmo.c (File Layout): Correct place of misplaced blurb about
+       special data.
+
+2004-10-22  Mark Kettenis  <kettenis@gnu.org>
+
+       * config.bfd: Add mips64*-*-openbsd.
+
+2004-10-21  Bob Wilson  <bob.wilson@acm.org>
+
+       * elf32-xtensa.c (ebb_propose_action): Put declarations before
+       statements.
+
+2004-10-21  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * configure.in: (AM_INIT_AUTOMAKE): Set version to 2.15.94.
+       * configure: Regenerate.
+
+2004-10-21  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR 463
+       * aoutx.h (aout_link_input_section_std): Pass proper hash entry
+       to linker reloc_overflow callback.
+       (aout_link_input_section_ext): Likewise.
+       (aout_link_reloc_link_order): Likewise.
+       * coff-a29k.c (coff_a29k_relocate_section): Likewise.
+       * coff-alpha.c (alpha_ecoff_get_relocated_section_contents):
+       Likewise.
+       (alpha_relocate_section): Likewise.
+       * coff-arm.c (coff_arm_relocate_section): Likewise.
+       * coff-h8300.c (h8300_reloc16_extra_cases): Likewise.
+       * coff-h8500.c (extra_case): Likewise.
+       * coff-i960.c (coff_i960_relocate_section): Likewise.
+       * coff-mcore.c (coff_mcore_relocate_section): Likewise.
+       * coff-mips.c (mips_relocate_section): Likewise.
+       * coff-or32.c (coff_or32_relocate_section): Likewise.
+       * coff-ppc.c (coff_ppc_relocate_section): Likewise.
+       * coff-rs6000.c (xcoff_ppc_relocate_section): Likewise.
+       * coff-sh.c (sh_relocate_section): Likewise.
+       * coff-tic80.c (coff_tic80_relocate_section): Likewise.
+       * coff-w65.c (w65_reloc16_extra_cases): Likewise.
+       * coff-z8k.c (extra_case): Likewise.
+       * coff64-rs6000.c (xcoff64_ppc_relocate_section): Likewise.
+       * cofflink.c (_bfd_coff_reloc_link_order): Likewise.
+       (_bfd_coff_generic_relocate_section): Likewise.
+       * ecoff.c (ecoff_reloc_link_order): Likewise.
+       * elf-hppa.h (elf_hppa_relocate_section): Likewise.
+       * elf-m10200.c (mn10200_elf_relocate_section): Likewise.
+       * elf-m10300.c (mn10300_elf_relocate_section): Likewise.
+       * elf32-arm.h (elf32_arm_relocate_section): Likewise.
+       * elf32-avr.c (elf32_avr_relocate_section): Likewise.
+       * elf32-cr16c.c (elf32_cr16c_relocate_section): Likewise.
+       * elf32-cris.c (cris_elf_relocate_section): Likewise.
+       * elf32-crx.c (elf32_crx_relocate_section): Likewise.
+       * elf32-d10v.c (elf32_d10v_relocate_section): Likewise.
+       * elf32-fr30.c (fr30_elf_relocate_section): Likewise.
+       * elf32-frv.c (elf32_frv_relocate_section): Likewise.
+       * elf32-h8300.c (elf32_h8_relocate_section): Likewise.
+       * elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
+       * elf32-i370.c (i370_elf_relocate_section): Likewise.
+       * elf32-i386.c (elf_i386_relocate_section): Likewise.
+       * elf32-i860.c (elf32_i860_relocate_section): Likewise.
+       * elf32-ip2k.c (ip2k_elf_relocate_section): Likewise.
+       * elf32-iq2000.c (iq2000_elf_relocate_section): Likewise.
+       * elf32-m32r.c (m32r_elf_relocate_section): Likewise.
+       * elf32-m68hc1x.c (elf32_m68hc11_relocate_section): Likewise.
+       * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
+       * elf32-mcore.c (mcore_elf_relocate_section): Likewise.
+       * elf32-msp430.c (elf32_msp430_relocate_section): Likewise.
+       * elf32-openrisc.c (openrisc_elf_relocate_section): Likewise.
+       * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
+       * elf32-s390.c (elf_s390_relocate_section): Likewise.
+       * elf32-sh.c (sh_elf_relocate_section): Likewise.
+       * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
+       * elf32-v850.c (v850_elf_relocate_section): Likewise.
+       * elf32-vax.c (elf_vax_relocate_section): Likewise.
+       * elf32-xstormy16.c (xstormy16_elf_relocate_section): Likewise.
+       * elf64-alpha.c (elf64_alpha_relocate_section): Likewise.
+       * elf64-mmix.c (mmix_elf_relocate_section): Likewise.
+       * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
+       * elf64-s390.c (elf_s390_relocate_section): Likewise.
+       * elf64-sh64.c (sh_elf64_relocate_section): Likewise.
+       * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
+       * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
+       * elflink.c (elf_reloc_link_order): Likewise.
+       * elfxx-ia64.c (elfNN_ia64_relocate_section): Likewise.
+       * elfxx-mips.c (_bfd_mips_elf_relocate_section): Likewise.
+       (_bfd_elf_mips_get_relocated_section_contents): Likewise.
+       * linker.c (_bfd_generic_reloc_link_order): Likewise.
+       * pdp11.c (pdp11_aout_link_input_section): Likewise.
+       (aout_link_reloc_link_order): Likewise.
+       * reloc.c (bfd_generic_get_relocated_section_contents):
+       Likewise.
+       * xcofflink.c (xcoff_reloc_link_order): Likewise.
+       * simple.c (simple_dummy_reloc_overflow): Updated.
+
+2004-10-20  Andreas Schwab  <schwab@suse.de>
+
+       * elf32-m68k.c (elf_m68k_plt_sym_val): New function.
+       (elf_backend_plt_sym_val): Define.
+
+2004-10-19  Danny Smith  <dannysmith@users.sourceforege.net>
+
+       * config.bfd: Set targ_underscore=yes for PE COFF targets
+
+2004-10-19  Alan Modra  <amodra@bigpond.net.au>
+
+       * elf64-ppc.c (opd_entry_value): Handle --just-symbols objects.
+       (ppc64_elf_edit_opd): Likewise.
+
+2004-10-18  Mark Mitchell  <mark@codesourcery.com>
+
+       * elfarm-nabi.c (ELF_DYNAMIC_SEC_FLAGS): Add comment.
+       * elflink.c (_bfd_elf_create_dynamic_sections): For a loaded PLT,
+       set SEC_ALLOC and SEC_LOAD.
+
+2004-10-18  Nick Clifton  <nickc@redhat.com>
+
+       * elf32-xstormy16.c (xstormy16_elf_relocate_section): Compute
+       'name' for relocs against both local and global symbols.
+
+2004-10-16  Daniel Jacobowitz  <dan@debian.org>
+
+       * bfd-in2.h: Regenerate.
+       * bfd.c (struct bfd): Add no_export.
+       * elflink.c (elf_link_add_object_symbols): Handle no_export.
+
+2004-10-15  Alan Modra  <amodra@bigpond.net.au>
+
+       * config.bfd: Whitespace cleanup.
+       * Makefile.am: Run "make dep-am"
+       * Makefile.in: Regenerate.
+
+2004-10-15  Jakub Jelinek  <jakub@redhat.com>
+
+       * elflink.c (struct already_linked_section): Removed.
+       (try_match_symbols_in_sections, already_linked): Removed.
+       (_bfd_elf_section_already_linked): Skip ^\.gnu\.linkonce\.[^.]*\.
+       prefix of section names when finding already_linked_table
+       chain.  Compare section names.  Instead of calling already_linked,
+       do it inline and only for sections in the same already_linked_list.
+
+2004-10-15  Alan Modra  <amodra@bigpond.net.au>
+
+       * elf-eh-frame.c (_bfd_elf_eh_frame_section_offset): Add "info"
+       parameter.  If called after _bfd_elf_write_section_eh_frame,
+       don't allow a -2 return unless need_* bit is already set, and
+       handle offsets adjusted for output_offset.
+       * elf-bfd.h (_bfd_elf_eh_frame_section_offset): Update prototype.
+       * elf.c (_bfd_elf_section_offset): Update call.
+
+2004-10-13  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR 440
+       * coffcode.h (coff_compute_section_file_positions): Cast to
+       bfd_vma when computing page alignment.
+
 2004-10-13  Mark Mitchell  <mark@codesourcery.com>
 
        * elf32-arm.h (elf32_arm_finish_dynamic_sections): Use file
 
 2004-05-11  Jakub Jelinek  <jakub@redhat.com>
 
-       * elflink.c (elf_bfd_final_link): Don't output STT_SECTION symbol
+       * elflink.c (bfd_elf_final_link): Don't output STT_SECTION symbol
        into .dynsym if elf_section_data (sec)->dynindx <= 0.
        Adjust counting of last_local.
        (_bfd_elf_link_renumber_dynsyms): Don't assign dynindx to sections
This page took 0.03133 seconds and 4 git commands to generate.