* archures.c (bfd_lookup_arch): Add comment on list order.
[deliverable/binutils-gdb.git] / bfd / ChangeLog
index 31c25faa77c9f03c554442de39bf6d8d65eddc36..f4636ca18fd0e8ce06d25aaea2b3d0f665d80eb6 100644 (file)
@@ -1,3 +1,883 @@
+2002-04-20  Alan Modra  <amodra@bigpond.net.au>
+
+       * archures.c (bfd_lookup_arch): Add comment on list order.
+       (bfd_default_set_arch_mach): Use bfd_lookup_arch.
+       * cpu-powerpc.c (bfd_powerpc_archs): Re-order so that the default
+       is always at head of list.
+
+2002-04-18  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * coff-arm.c (coff_thumb_pcrel_12, coff_thumb_pcrel_9,
+       insert_thumb_branch, record_thumb_to_arm_glue): Suppress
+       definition of these functions for ARM_WINCE builds as they are
+       not used.
+        (SWAP_IN_RELOC_OFFSET, SWAP_OUT_RELOC_OFFSET): Do not define
+       for ARM_WINCE builds.
+
+2002-04-18  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * coff-arm.c (bfd_arm_process_before_allocation): 
+
+2002-04-17  J"orn Rennecke <joern.rennecke@superh.com>
+
+       * cpu-sh.c (scan_mach): Delete.
+       (arch_info_struct): Replace scan_mach with bfd_default_scan.
+       (bfd_sh_arch): Likewise.
+
+2002-04-16  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * ihex.c (ihex_write_object_contents): Fix check for records
+       crossing 64K boundaries.
+
+2002-04-16  Alan Modra  <amodra@bigpond.net.au>
+
+       * elf32-m32r.c (m32r_elf_add_symbol_hook): Check the hash table
+       type rather than just assuming entries are ELF.
+       * elf32-sh64.c (sh64_elf_add_symbol_hook): Likewise.
+       * elf64-sh64.c (sh64_elf64_add_symbol_hook): Likewise.
+       * elf64-sparc.c (sparc64_elf_add_symbol_hook): Likewise.
+       * elf64-mmix.c (mmix_elf_add_symbol_hook): Use bfd_link_hash_entry
+       rather than elf_link_hash_entry.
+
+2002-04-15  Richard Henderson  <rth@redhat.com>
+
+       * elf32-mips.c (mips_elf32_object_p): Revert 0404 fragment: allow
+       n32 binaries.
+
+2002-04-15  Michael Snyder  <msnyder@redhat.com>
+
+       * opncls.c (bfd_close): Write contents if writeable.
+       Minor formatting tidy-ups.
+
+2002-04-15  Alan Modra  <amodra@bigpond.net.au>
+
+       * elf32-ppc.c (ppc_elf_add_symbol_hook): Check the hash table type.
+
+2002-04-12  Michael Snyder  <msnyder@redhat.com>
+
+       * bfd-in.h (bfd_get_section_lma): New access macro.
+       Minor white-space fix-up.
+
+2002-04-12  Alan Modra  <amodra@bigpond.net.au>
+
+       * elf.c (prep_headers): Don't zero EI_OSABI, EI_ABIVERSION or
+       header pad.
+
+2002-04-09  DJ Delorie  <dj@redhat.com>
+
+       * elfarm-nabi.c (elf32_arm_howto_table): Fix ABS16 masks.
+
+2002-04-09  Casper S. Hornstrup <chorns@users.sourceforge.net>
+
+       * coffcode.h (coff_read_word): New.
+       (coff_compute_checksum): New.
+       (coff_apply_checksum): New.
+       (coff_write_object_contents): Call coff_apply_checksum () to
+       apply checksum to PE image.
+
+2002-04-08  Randolph Chung  <tausq@debian.org>
+
+       * elf32-hppa.c (hppa_unwind_entry_compare): Move to elf-hppa.h.
+       (elf32_hppa_final_link): Split out sorting logic to..
+       * elf-hppa.h (elf_hppa_sort_unwind): ..here.
+       (elf_hppa_final_link): Call elf_hppa_sort_unwind.
+
+2002-04-07  Andrew Cagney  <ac131313@redhat.com>
+
+       * configure.in: Add missing ``|'' to powerpc-*-aix4.[4-9]*
+       pattern.
+       * configure: Re-generate.
+
+2002-04-07  Andrew Cagney  <ac131313@redhat.com>
+
+       * configure.in: Only define AIX_CORE_DUMPX_CORE when AIX version
+       is greater or equal to 4.3.3.
+       * configure: Regenerate.
+       Fix PR gdb/344.
+
+2002-04-05  Hans-Peter Nilsson  <hp@axis.com>
+
+       * elf32-cris.c (cris_elf_howto_table) <R_CRIS_16_PCREL,
+       R_CRIS_32_PCREL>: Fix typo in name.
+       (cris_elf_check_relocs): Always create .rela.got here when
+       R_CRIS_16_GOTPLT or R_CRIS_32_GOTPLT is seen.
+       (elf_cris_adjust_gotplt_to_got): Don't create .rela.got here;
+       assume it's created.
+
+2002-04-04  Daniel Jacobowitz  <drow@mvista.com>
+
+       * aout-adobe.c (aout_32_bfd_link_hash_table_free): Define.
+       * aout-target.h (MY_bfd_link_hash_table_free): Conditionally
+       define.
+       * aout-tic30.c (MY_bfd_link_hash_table_free): Likewise.
+       * bfd.c (bfd_link_hash_table_free): Define.
+       * binary.c (binary_bfd_link_hash_table_free): Define.
+       * bout.c (b_out_bfd_link_hash_table_free): Define.
+       * coff-rs6000.c (rs6000coff_vec): Include
+       _bfd_generic_link_hash_table_free.
+       (pmac_xcoff_vec): Likewise.
+       * coff64-rs6000.c (rs6000coff64_vec): Likewise.
+       (aix5coff64_vec): Likewise.
+       * coffcode.h (coff_bfd_link_hash_table_free): Conditionally define.
+       * elf-m10300.c (elf32_mn10300_link_hash_table_free): New function.
+       (bfd_elf32_bfd_link_hash_table_free): Define.
+       * elf32-hppa.c (elf32_hppa_link_hash_table_free): New function.
+       (bfd_elf32_bfd_link_hash_table_free): Define.
+       * elfxx-target.h (bfd_elfNN_bfd_link_hash_table_free): Conditionally
+       define.
+       * i386msdos.c (msdos_bfd_link_hash_table_free): Define.
+       * i386os9k.c (os9k_bfd_link_hash_table_free): Define.
+       * ieee.c (ieee_bfd_link_hash_table_free): Define.
+       * ihex.c (ihex_bfd_link_hash_table_free): Define.
+       * libbfd-in.h (_bfd_nolink_bfd_link_hash_table_free): Define.
+       (_bfd_generic_link_hash_table_free): Add prototype.
+       * libcoff-in.h (_bfd_xcoff_bfd_link_hash_table_free): Add prototype.
+       * libecoff.h (_bfd_ecoff_bfd_link_hash_table_free): Define.
+       * linker.c (_bfd_generic_link_hash_table_free): New function.
+       * mmo.c (mmo_bfd_link_hash_table_free): Define.
+       * nlm-target.h (nlm_bfd_link_hash_table_free): Define.
+       * oasys.c (oasys_bfd_link_hash_table_free): Define.
+       * ppcboot.c (ppcboot_bfd_link_hash_table_free): Define.
+       * som.c (som_bfd_link_hash_table_free): Define.
+       * srec.c (srec_bfd_link_hash_table_free): Define.
+       * tekhex.c (tekhex_bfd_link_hash_table_free): Define.
+       * versados.c (versados_bfd_link_hash_table_free): Define.
+       * vms.c (vms_bfd_link_hash_table_free): New function.
+       * xcofflink.c (_bfd_xcoff_bfd_link_hash_table_free): New function.
+
+       * coff-arm.c (coff_arm_link_hash_table_create): Use bfd_malloc
+       instead of bfd_alloc.
+       * coff-h8300.c (h8300_coff_link_hash_table_create): Likewise.
+       * coff-mcore.c (coff_mcore_link_hash_table_create): Likewise.
+       * coff-ppc.c (ppc_coff_link_hash_table_create): Likewise.
+       * cofflink.c (_bfd_coff_link_hash_table_create): Likewise.
+       * ecoff.c (_bfd_ecoff_bfd_link_hash_table_create): Likewise.
+       * elf-m10300.c (elf32_mn10300_link_hash_table_create): Likewise.
+       * elf.c (_bfd_elf_link_hash_table_create): Likewise.
+       * elf32-arm.h (elf32_arm_link_hash_table_create): Likewise.
+       * elf32-cris.c (elf_cris_link_hash_table_create): Likewise.
+       * elf32-hppa.c (elf32_hppa_link_hash_table_create): Likewise.
+       * elf32-i386.c (elf_i386_link_hash_table_create): Likewise.
+       * elf32-m68k.c (elf_m68k_link_hash_table_create): Likewise.
+       * elf32-s390.c (elf_s390_link_hash_table_create): Likewise.
+       * elf32-sh.c (sh_elf_link_hash_table_create): Likewise.
+       * elf64-alpha.c (elf64_alpha_bfd_link_hash_table_create): Likewise.
+       * elf64-ppc.c (ppc64_elf_link_hash_table_create): Likewise.
+       * elf64-s390.c (elf_s390_link_hash_table_create): Likewise.
+       * elf64-sh64.c (sh64_elf64_link_hash_table_create): Likewise.
+       * elf64-sparc.c (sparc64_elf_bfd_link_hash_table_create): Likewise.
+       * elf64-x86-64.c (elf64_x86_64_link_hash_table_create): Likewise.
+       * elfxx-mips.c (_bfd_mips_elf_link_hash_table_create): Likewise.
+       * linker.c (_bfd_generic_link_hash_table_create): Likewise.
+       * m68klinux.c (linux_link_hash_table_create): Likewise.
+       * sparclinux.c (linux_link_hash_table_create): Likewise.
+       * sunos.c (sunos_link_hash_table_create): Likewise.
+       * xcofflink.c (_bfd_xcoff_bfd_link_hash_table_create): Likewise.
+
+       * targets.c: Add _bfd_link_hash_table_free to xvec.
+
+       * bfd-in2.h: Regenerate.
+       * libbfd.h: Regenerate.
+       * libcoff.h: Regenerate.
+
+2002-04-04  Alan Modra  <amodra@bigpond.net.au>
+
+       * dep-in.sed: Cope with absolute paths.
+       * Makefile.am (dep.sed): Subst TOPDIR, and not INCDIR.
+       Run "make dep-am".
+       * Makefile.in: Regenerate.
+       * coff-arm.c: Fix copyright date.
+       * cpu-h8300.c: Likewise.
+       * cpu-i370.c: Likewise.
+       * cpu-s390.c: Likewise.
+       * cpu-mips.c: Likewise.
+       * po/SRC-POTFILES.in: Regenerate.
+
+2002-04-04  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
+
+       * Makefile.am: Add elfxx-mips.c to the known backends.
+       (elf32-mips.lo): remove dependency to coff/external.h.
+       * Makefile.in: Regenerate.
+       * configure.in: Add elfxx-mips.lo to all vectors using elf32-mips.lo
+       Remove elf32-mips.lo from 64 bit vectors. Update dependencies
+       accordingly.
+       * configure: Regenerate.
+       * elf-bfd.h: Move all MIPS ELF specific prototypes to elfxx-mips.h.
+       (irix_compat_t): IRIX compatibility level, moved from elf32-mips.c.
+       (elf_backend_mips_irix_compat, elf_backend_mips_rtype_to_howto): New
+       MIPS specific backend functions.
+       * elf32-mips.c: Moved most code to elfxx-mips.c.
+       (mips_elf_hi16_reloc): Rename from _bfd_mips_elf_hi16_reloc and make
+       static.
+       (mips_elf_lo16_reloc): Likewise, was _bfd_mips_elf_lo16_reloc.
+       (mips_elf_got16_reloc): Likewise, was _bfd_mips_elf_got16_reloc.
+       (mips_elf_gprel32_reloc): Likewise, was _bfd_mips_elf_gprel32_reloc.
+       (mips_elf32_rtype_to_howto): Rename from mips_rtype_to_howto. Changed
+       interface to allow selection of the right REL or RELA howto table.
+       (mips_elf32_object_p): Rename from _bfd_mips_elf_object_p and made
+       static. Let it refuse n32 objects.
+       (elf32_mips_grok_prstatus): Rename from _bfd_elf32_mips_grok_prstatus.
+       (elf32_mips_grok_psinfo): Rename from _bfd_elf32_mips_grok_psinfo.
+       (elf32_mips_discard_info): Rename from _bfd_elf32_mips_discard_info.
+       (elf32_mips_ignore_discarded_relocs): Rename from
+       _bfd_elf32_mips_ignore_discarded_relocs.
+       (elf32_mips_write_section): Rename from _bfd_elf32_mips_write_section.
+       (elf32_mips_irix_compat): New function, replaces IRIX_COMPAT.
+       (elf_mips_howto_table_rela): Remove.
+       * elf64-mips.c: Moved most code to elfxx-mips.c.
+       (bfd_elf64_bfd_reloc_type_lookup): Make static.
+       (mips_elf64_rtype_to_howto): New function.
+       (mips_elf64_object_p): Likewise.
+       (elf64_mips_irix_compat): Likewise.
+       * elfxx-mips.c: New file containing common code merged together from
+       elf32-mips.c and elf64-mips.c.
+       * elfxx-mips.h: New file containing MIPS specific prototypes from
+       elf-bfd.h.
+       * elfxx-target.h: Add handling for elf_backend_mips_irix_compat and
+       elf_backend_mips_rtype_to_howto.
+
+2002-04-04  Alan Modra  <amodra@bigpond.net.au>
+
+       * srec.c (MAXCHUNK, Chunk): Revise comments.
+       (srec_write_record): Correct buffer size.
+       (srec_write_header): Do without intermediate buffer.
+       (srec_write_section): Validate Chunk.
+       (srec_write_terminator): Pass NULL instead of dummy buffer.
+       (srec_write_symbols): Pass file and symbol names directly to
+       bfd_bwrite so sprintf won't overflow buffer.
+
+2002-04-03  Jakub Jelinek  <jakub@redhat.com>
+
+       * elf32-sparc.c (elf32_sparc_relocate_section): Don't emit dynamic
+       PC relative relocs against hidden symbols.
+       * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
+
+2002-04-03  Alan Modra  <amodra@bigpond.net.au>
+
+       * elf.c (_bfd_elf_make_section_from_shdr): When setting section
+       LMAs, loop over segments until p_vaddr and p_memsz specify an
+       extent enclosing the section.
+
+2002-04-02  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * ihex.c (ihex_write_object_contents): Do not allow records to
+       cross a 64K boundary - wrap if necessary.
+
+2002-04-01  Nathan Williams  <nathanw@wasabisystems.com>
+
+       * elf.c (elfcore_netbsd_get_lwpid): Fix off-by-one error
+       which caused the returned LWP ID to always be 0.
+
+2002-04-01  Richard Henderson  <rth@redhat.com>
+
+       * elf32-sparc.c (WILL_CALL_FINISH_DYNAMIC_SYMBOL): New.
+       (elf32_sparc_relocate_section): Use it to figure out when to
+       initialize .got entries.
+       * elf64-sparc.c: Similarly.
+
+2002-03-28  Alan Modra  <amodra@bigpond.net.au>
+
+       * linker.c (link_action): Ignore duplicate warning syms.
+       (_bfd_generic_link_write_global_symbol): Follow warning symbol link.
+       * elflink.h (elf_adjust_dynstr_offsets): Likewise.
+       (elf_adjust_dynamic_symbol): Likewise.
+       (elf_export_symbol): Likewise.
+       (elf_link_find_version_dependencies): Likewise.
+       (elf_link_assign_sym_version): Likewise.
+       (elf_link_sec_merge_syms): Likewise.
+       (elf_link_output_extsym): Likewise.
+       (elf_gc_sweep_symbol): Likewise.
+       (elf_gc_propagate_vtable_entries_used): Likewise.
+       (elf_gc_smash_unused_vtentry_relocs): Likewise.
+       (elf_gc_allocate_got_offsets): Likewise.
+       (elf_collect_hash_codes): Likewise.
+       * elflink.c (elf_link_renumber_hash_table_dynsyms): Likewise.
+       * elf-hppa.h (elf_hppa_unmark_useless_dynamic_symbols): Likewise.
+       (elf_hppa_remark_useless_dynamic_symbols): Likewise.
+       * elf-m10300.c (elf32_mn10300_finish_hash_table_entry): Likewise.
+       * elf32-arm.h (elf32_arm_discard_copies): Likewise.
+       * elf32-cris.c (elf_cris_adjust_gotplt_to_got): Likewise.
+       (elf_cris_discard_excess_dso_dynamics): Likewise.
+       * elf32-hppa.c (clobber_millicode_symbols): Likewise.
+       (mark_PIC_calls): Likewise.
+       (allocate_plt_static): Likewise.
+       (allocate_dynrelocs): Likewise.
+       (readonly_dynrelocs): Likewise.
+       * elf32-i386.c (allocate_dynrelocs): Likewise.
+       (readonly_dynrelocs): Likewise.
+       * elf32-i370.c (i370_elf_adjust_dynindx): Likewise.
+       * elf32-m68k.c (elf_m68k_discard_copies): Likewise.
+       * elf32-mips.c (mips_elf_output_extsym): Likewise.
+       (mips_elf_sort_hash_table_f): Likewise.
+       (mips_elf_check_mips16_stubs): Likewise.
+       * elf32-s390.c (allocate_dynrelocs): Likewise.
+       (readonly_dynrelocs): Likewise.
+       * elf32-sh.c (sh_elf_discard_copies): Likewise.
+       * elf32-xstormy16.c (xstormy16_relax_plt_check): Likewise.
+       (xstormy16_relax_plt_realloc): Likewise.
+       * elf64-alpha.c (elf64_alpha_calc_got_offsets_for_symbol): Likewise.
+       (elf64_alpha_output_extsym): Likewise.
+       * elf64-hppa.c (elf64_hppa_mark_exported_functions): Likewise.
+       * elf64-mips.c (mips_elf64_sort_hash_table_f): Likewise.
+       (mips_elf64_check_mips16_stubs): Likewise.
+       (mips_elf64_output_extsym): Likewise.
+       * elf64-ppc.c (func_desc_adjust): Likewise.
+       (allocate_dynrelocs): Likewise.
+       (readonly_dynrelocs): Likewise.
+       * elf64-s390.c (allocate_dynrelocs): Likewise.
+       (readonly_dynrelocs): Likewise.
+       * elf64-sh64.c (sh64_elf64_discard_copies): Likewise.
+       * elf64-x86-64.c (allocate_dynrelocs): Likewise.
+       (readonly_dynrelocs): Likewise.
+       * elfxx-ia64.c (elfNN_ia64_global_dyn_sym_thunk): Likewise.
+       * aoutx.h (aout_link_write_other_symbol): Likewise.
+       * cofflink.c (_bfd_coff_write_task_globals): Likewise.
+       (_bfd_coff_write_global_sym): Likewise.
+       * i386linux.c (linux_tally_symbols): Likewise.
+       * m68klinux.c (linux_tally_symbols): Likewise.
+       * sparclinux.c (linux_tally_symbols): Likewise.
+       * pdp11.c (aout_link_write_other_symbol): Likewise.
+       * sunos.c (sunos_scan_dynamic_symbol): Likewise.
+       * xcofflink.c (xcoff_build_ldsyms): Likewise.
+       (xcoff_write_global_symbol): Likewise.
+
+       * cofflink.c (_bfd_coff_final_link): Formatting.
+       * cpu-mips.c (mips_compatible): Make static, prototype.
+       * elf32-i386.c (elf_i386_check_relocs): Formatting.
+       * elf32-sh.c (sh_elf_size_dynamic_sections): Likewise.
+       * elf64-alpha.c (elf64_alpha_output_extsym): Likewise.
+       * elf64-mips.c (mips_elf64_sort_hash_table): Likewise.
+       (mips_elf64_final_link): Likewise.
+       * elflink.h (elf_link_find_version_dependencies): Remove duplicate
+       prototype.
+
+2002-03-27  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * coff-arm.c (SWAP_IN_RELOC_OFFSET): Define.
+       (SWAP_OUT_RELOC_OFFSET): Define.
+
+2002-03-27  Gregory Steuck <greg@nest.cx>
+
+       * elf.c (_bfd_elf_get_symtab_upper_bound): Leave space for
+       terminating NULL if empty symbol table.
+       (_bfd_elf_get_dynamic_symtab_upper_bound): Likewise.
+
+2002-03-26  H.J. Lu  (hjl@gnu.org)
+
+       * elflink.h (elf_link_input_bfd): Revert the last change since
+       the gcc exception handling isn't fixed yet.
+
+2002-03-26  H.J. Lu  (hjl@gnu.org)
+
+       * elflink.h (elf_link_input_bfd): Complain about relocations
+       against local symbols in discarded sections.
+
+2002-03-26  Alan Modra  <amodra@bigpond.net.au>
+
+       * elflink.h (elf_gc_mark): Don't recurse into non-ELF sections.
+
+2002-03-23  Alan Modra  <amodra@bigpond.net.au>
+
+       * elf.c (_bfd_elf_make_section_from_shdr): Don't set lma based on
+       section file offset for !SEC_LOAD sections.
+
+2002-03-21  Richard Earnshaw  <rearnsha@arm.com>
+
+       * elf32-arm.h (elf32_arm_final_link_relocate <case R_ARM_GOTOFF>,
+       <case R_ARM_GOT>): Handle relocations to Thumb functions.
+
+2002-03-21  Alan Modra  <amodra@bigpond.net.au>
+
+       * coff64-rs6000.c (_bfd_xcoff64_put_symbol_name): Prototype.
+       Whitespace changes.
+       * archive.c: Update copyright date.
+       * bfd-in2.h: Regenerate.
+       * libbfd.h: Regenerate.
+       * Makefile.am: Run "make dep-am"
+       * Makefile.in: Regenerate.
+       * po/SRC-POTFILES.in: Regenerate.
+
+2002-03-20  Daniel Jacobowitz  <drow@mvista.com>
+
+       * dwarf2.c (struct funcinfo): Move up.
+       (lookup_address_in_function_table): New argument function_ptr.
+       Set it.
+       (lookup_address_in_line_table): New argument function.  If function
+       is non-NULL, use it to handle ``addr'' before the first line note of
+       the function.
+       (comp_unit_find_nearest_line): Update and swap calls to
+       lookup_address_in_function_table and lookup_address_in_line_table.
+       * syms.c (_bfd_stab_section_find_nearest_line): Use the first
+       N_SLINE encountered if we see an N_FUN before any N_SLINE.
+
+2002-03-20  Tom Rix  <trix@redhat.com>
+
+       * coff-rs6000.c (_bfd_xcoff_stat_arch_elt): Renamed from 
+       _bfd_xcoff_generic_stat_arch_elt.  Fix format check.
+       * coff64-rs6000.c :  Use _bfd_xcoff_stat_arch_elt. 
+
+2002-03-19  Tom Rix  <trix@redhat.com>
+
+       * xcofflink.c (_bfd_xcoff_bfd_link_add_symbols): Look through all 
+       dynamic objects in archives.
+
+2002-03-19  Hans-Peter Nilsson  <hp@bitrange.com>
+
+       * elflink.h (NAME(bfd_elf,record_link_assignment)): Don't set
+       STT_NOTYPE symbols to STT_OBJECT.
+
+2002-03-18  Jan Hubicka  <jh@suse.cz>
+
+       * cpu-i386.c (bfd_x86_64_arch): Rename to "i386:x86-64"
+
+2002-03-18  Tom Rix  <trix@redhat.com>
+
+       * aix5ppc.core.c : New file for AIX 5 64 bit core support.
+       * bfd-in.h : Add bfd_xcoff_ar_archive_set_magic declaration.
+       * coff-rs6000 (do_pad) : New function for archive padding.
+       (do_copy) : New function for object file copying in archives.
+       (do_shared_object_padding) : New function for padding shared
+       objects to their text section alignment in archives.
+       (bfd_xcoff_ar_achive_set_magic) : Stub.
+       (xcoff_write_armap_big) : Use do_copy and do_pad.
+       (xcoff_write_archive_contents_big) : Use do_shared_object_padding,
+       do_copy and do_pad.
+       * coff64-rs6000.c (xcoff64_write_ojbect_contents) : Use
+       bfd_xcoff_magic_number. 
+       (xcoff64_bad_format_hook) : New function for _bfd_bad_format_hook
+       fop.
+       (xcoff_backend_data_r) : Use xcoff64_bad_format_hook.
+       (bfd_xcoff_aix5_backend_data) : New Aix 5 backend data.
+       (aix5coff64_vec) : New Aix 5 target aix5coff64-rs6000.
+       * rs6000-core.c : Update copyright date.
+       * xcofflink.c (bfd_xcoff_size_dynamic_sections): Check for NULL 
+       csectpp.
+       * coffcode.h (coff_new_section_hook) : Use new accessor macros.
+       (coff_set_arch_mach_hook) : Add Aix 5 U64_TOCMAGIC magic #.
+       (coff_set_flags) : Use bfd_xcoff_magic_number.
+       * libxcoff.h (bfd_xcoff_is_xcoff64): Add U64_TOCMAGIC.
+       * configure.in : Add powerpc-*-aix5 and rs6000-*-aix5 support.
+       * Makefile.am : Same.
+       * config.bfd : Same.
+       * targets.c : Same.
+       * configure : Regnerate.
+       * Makefile.in : Same.
+       * bfd-in2.h : Same.
+
+2002-03-18  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * po/fr.po: Updated version.
+
+2002-03-18  Alan Modra  <amodra@bigpond.net.au>
+
+       * libbfd.c (bfd_write_bigendian_4byte_int): Return true iff success.
+       * libbfd.h: Regenerate.
+       * archive.c (coff_write_armap): Pass on failures from
+       bfd_write_bigendian_4byte_int.
+
+2002-03-14  H.J. Lu <hjl@gnu.org>
+
+       * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Set the BFD
+       error to bfd_error_nonrepresentable_section for reinit_array
+       section in DSO.
+
+2002-03-14  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * coffcode.h (coff_slurp_symbol_table): When adding BSF_WEAK flag,
+       OR it in rather than replacing previously selected flags.
+
+       * elfxx-target.h (TARGET_BIG_SYM): Set ar_max_namelen to 15.
+       (TARGET_LITTLE_SYM): Set ar_max_namelen to 15.
+
+2002-03-14  Alan Modra  <amodra@bigpond.net.au>
+
+       * cpu-mips.c (mips_compatible): New.  Don't check bits_per_word.
+       (N): Use the above.
+       * elflink.h (elf_bfd_final_link): Revert last change.  Instead,
+       ensure reloc size matches before calling elf_link_input_bfd.
+       Add an assert to check reloc size when counting output relocs.
+
+2002-03-14  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * mmo.c (mmo_get_loc): Return NULL rather than false.
+
+2002-03-13  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * po/fr.po: Updated version.
+
+2002-03-13  Alan Modra  <amodra@bigpond.net.au>
+
+       * archures.c (bfd_default_compatible): Test bits_per_word.
+       * cpu-i386.c (i386_compatible): Remove.  Replace occurrences with
+       bfd_default_compatible.
+       * cpu-i370.c (i370_compatible): Likewise.
+       * cpu-sparc.c (sparc_compatible): Likewise.
+       * cpu-h8300.c (compatible): Test in->arch == out->arch.
+
+       * elflink.h: Formatting fixes.
+       (elf_link_output_extsym): Merge undefined and undef weak cases.
+
+       * elflink.h (elf_bfd_final_link): Only call elf_link_input_bfd
+       when word size of input matches output word size.
+
+2002-03-12  Andreas Jaeger  <aj@suse.de>
+
+       * cpu-i386.c (i386_compatible): New.  Use it instead of
+       bfd_default_compatible.
+
+2002-03-07  H.J. Lu  (hjl@gnu.org)
+
+       * coff-sh.c (shcoff_reloc_map): Use bfd_reloc_code_real_type
+       as the type for bfd_reloc_val.
+
+2002-03-05  John David Anglin  <dave@hiauly1.hia.nrc.ca>
+
+       * elf-hppa.h (elf_hppa_is_dynamic_loader_symbol): New function.
+       (elf_hppa_relocate_section): Ignore undefined dynamic loader symbols.
+       (elf_hppa_final_link_relocate): Correct relocations for indirect
+       references to local data through the DLT.  Fix .opd creation for
+       local symbols using R_PARISC_LTOFF_FPTR32 and R_PARISC_FPTR64
+       relocations.  Use e_lsel selector for R_PARISC_DLTIND21L,
+       R_PARISC_LTOFF_FPTR21L and R_PARISC_LTOFF_TP21L as per
+       "Processor-Specific ELF for PA_RISC, Version 1.43" document.
+       Similarly, use e_rsel for DLT and LTOFF 'R' relocations.
+       * elf32-hppa.c (final_link_relocate): Revise relocation selectors
+       as per "Processor-Specific ELF for PA_RISC, Version 1.43" document.
+
+2002-03-05  Jakub Jelinek  <jakub@redhat.com>
+
+       * merge.c (_bfd_merge_sections): Don't segfault if there
+       is nothing to merge due to GC.
+
+2002-03-05  Alan Modra  <amodra@bigpond.net.au>
+
+       * elf32-hppa.c (clobber_millicode_symbols): Remove hack to keep
+       symbols that have been forced local.
+
+       * elflink.h (elf_bfd_final_link): Call elf_link_output_extsym
+       to output forced local syms for non-shared link.
+       (elf_link_output_extsym): Tweak condition for calling backend
+       adjust_dynamic_symbol so that previous behaviour is kept.
+       Whitespace changes throughout file.
+
+2002-03-04  H.J. Lu <hjl@gnu.org>
+
+       * elf.c (bfd_section_from_shdr): Handle special sections,
+       .init_array, .fini_array and .preinit_array.
+       (elf_fake_sections): Likewise.
+
+       * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Create the
+       DT entry only if the section is in output for .init_array,
+       .fini_array and .preinit_array. Complain about .preinit_array
+       section in DSO.
+       (elf_bfd_final_link): Warn zero size for .init_array,
+       .fini_array and .preinit_array sections.
+
+       * elfxx-ia64.c (elfNN_ia64_section_from_shdr): Remove
+       SHT_INIT_ARRAY, SHT_FINI_ARRAY and SHT_PREINIT_ARRAY.
+       (elfNN_ia64_fake_sections): Remove .init_array, .fini_array and
+       .preinit_array.
+
+2002-03-04  Alan Modra  <amodra@bigpond.net.au>
+
+       * configure.in (WIN32LIBADD): Don't eval PICFLAG assignment.
+       * configure: Regenerate.
+
+2002-03-02  Tom Rix  <trix@redhat.com>
+
+       * coff64-rs6000.c (xcoff64_howto_table): Replace howto types with
+       symbolic equiv.
+       * coff-rs6000.c (xcoff_howto_table): Same.
+
+2002-03-01  David Mosberger  <davidm@hpl.hp.com>
+
+       * elflink.h (size_dynamic_sections): If section named
+       ".preinit_array" exists, create DT_PREINIT_ARRAY and
+       DT_PREINIT_ARRAYSZ entries in dynamic table.  Analogously for
+       ".init_array" and ".fini_array".
+       (elf_bfd_final_link): Handle DT_PREINIT_ARRAYSZ, DT_INIT_ARRAYSZ,
+       DT_FINI_ARRAYSZ, DT_PREINIT_ARRAY, DT_INIT_ARRAY, and
+       DT_FINI_ARRAY.
+
+2002-02-26  Andrew Macleod  <amacleod@cygnus.com>
+
+       * elflink.h (elf_bfd_final_link): Don't crash on SHN_UNDEF local
+       dynsyms.
+
+2002-02-25  Alan Modra  <amodra@bigpond.net.au>
+
+       * elf64-hppa.h: Update copyright date.
+
+       * elf64-ppc.c (ppc64_elf_check_relocs): Warning fix.
+       (ppc64_elf_relocate_section): Don't generate power4 style branch
+       hints for *_BRTAKEN and *_BRNTAKEN relocs.
+
+2002-02-22  Jakub Jelinek  <jakub@redhat.com>
+
+       * elf64-sh64.c (sh_elf64_relocate_section): Fix a typo from my
+       last patch.
+       * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
+
+2002-02-21  Andreas Jaeger  <aj@suse.de>
+
+       * elf64-x86-64.c: Major rework that introduces all recent changes
+       to the x86-64 backend.  Get a closer match to elf32-i386.
+       (struct elf64_x86_64_dyn_relocs): Rename from
+       elf64_x86_64_pcrel_relocs_copied, add additional fields.  Change
+       all users.
+       (struct elf64_x86_64_link_hash_table): Add short cuts to some
+       sections.
+       (link_hash_newfunc): Rename from elf64_x86_64_link_hash_newfunc,
+       remove casts, initialize new hash members.
+       (create_got_section): New.
+       (elf64_x86_64_create_dynamic_sections): New.
+       (elf64_x86_64_copy_indirect_symbol): New.
+       (elf64_x86_64_check_relocs): Don't allocate space for dynamic
+       relocs, .got or .relgot here but do it in allocate_dynrelocs.
+       Reference count possible .plt and .got entries.  Don't test input
+       section SEC_READONLY here to try to avoid copy relocs, and keep
+       dyn_relocs regardless of ELF_LINK_NON_GOT_REF.  Don't set
+       DF_TEXTREL here.  Delay setting of variables until needed.  Cache
+       pointer to "sreloc" section in elf_section_data. Tweak condition
+       under which .got created.  Report files with bad relocation
+       section names.
+       (elf64_x86_64_gc_sweep_hook): Sweep dyn_relocs and local_dynrel.
+       Reference count possible .plt entries.  Don't deallocate .got and
+       .relgot space here.
+       (elf64_x86_64_adjust_dynamic_symbol): Handle nocopyreloc.  Don't
+       do copy reloc processing for weakdefs.  Remove redundant casts and
+       aborts.  Delay setting of vars until needed.  Move creation of
+       dynamic symbols and allocation of .plt and .rela.plt to
+       allocate_dynrelocs.  Replace BFD_ASSERT with abort.
+       (WILL_CALL_FINISH_DYNAMIC_SYMBOL): New.
+       (allocate_dynrelocs): New.
+       (readonly_dynrelocs): New.
+       (elf64_x86_64_size_dynamic_sections): Call readonly_dynrelocs.
+       Allocate space for dyn relocs.  Replace BFD_ASSERT with abort.
+       Zero out the dynamic allocated content space.
+       (elf64_x86_64_discard_copies): Removed.
+       (elf64_x86_64_relocate_section): Make use of dynamic section
+       short-cuts.  Localise vars, and delay setting.  Better error
+       reporting, replace BFD_ASSERT with abort.  Check
+       ELF_LINK_HASH_DEF_DYNAMIC to see if a symbol is not defined in the
+       regular object file and tread the weak definition as the normal
+       one.  Don't discard relocs for undefweak or undefined symbols and
+       check !DEF_REGULAR as well as DEF_DYNAMIC in test for avoided copy
+       relocs.
+       (elf64_x86_64_finish_dynamic_symbol): Don't copy relocs for
+       symbols that have been forced local.  Use same test to decide if
+       we can use a relative reloc for got as relocate_section.  Expand
+       SHN_UNDEF comment.  Move expressions out of function calls.
+       Replace BFD_ASSERT with abort.
+       (bfd_elf64_bfd_final_link): Removed.
+       (elf_backend_copy_indirect_symbol): Define.
+
+2002-02-20  Tom Rix  <trix@redhat.com>
+
+       * coff-rs6000.c (xcoff_howto_table): Add 16 bit R_BA.
+       (_bfd_xcoff_reloc_type_lookup): Use it.
+       * coff64-rs6000.c (xcoff64_howto_table): Same.
+       (xcoff64_reloc_type_lookup): Same.
+
+2002-02-20  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
+
+       * osf-core.c (osf_core_vec):  OSF/1 (Digital Unix) core files are
+       little endian.
+
+2002-02-19  Martin Schwidefsky  <schwidefsky@de.ibm.com>
+
+       * archures.c (bfd_mach_s390_esa): Rename to bfd_mach_s390_31.
+       (bfd_mach_s390_esame): Rename to bfd_mach_s390_64.
+       * bfd-in2.h: Regenerate.
+       * cpu-s390.c (arch_info_struct): Use renamed architecture defines.
+       Replace architecture name "s390" with "s390:31-bit" and "s390:esame"
+       with "s390:64-bit".
+       * elf32-s390.c (elf_howto_table): Add 32 bit pc relative relocations.
+       (elf_s390_reloc_type_lookup): Likewise.
+       (elf_s390_check_relocs): Likewise.
+       (elf_s390_gc_sweep_hook): Likewise.
+       (elf_s390_relocate_section): Likewise.
+       (elf_s390_object_p): Use renamed architecture define.
+       * elf64-s390.c (elf_s390_object_p): Use renamed architecture define.
+
+2002-02-19  Frank Ch. Eigler  <fche@redhat.com>
+
+       * syms.c (stt[]): Sorted.  Added .init/.fini -> "t" mapping.
+
+2002-02-19  Jakub Jelinek  <jakub@redhat.com>
+
+       * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Enable
+       absptr -> pcrel optimization for shared libs.
+       Only create minimal .eh_frame_hdr if absptr FDE encoding in shared
+       library cannot be converted to pcrel.
+       (_bfd_elf_eh_frame_section_offset): Return -2 if making absptr
+       relative.
+       * elf32-i386.c (elf_i386_relocate_section): If
+       _bfd_elf_section_offset returned -2, skip, but make sure the
+       relocation is installed.
+       * elf32-arm.h (elf32_arm_final_link_relocate): Likewise.
+       * elf32-cris.c (cris_elf_relocate_section): Likewise.
+       * elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
+       * elf32-i370.c (i370_elf_relocate_section): Likewise.
+       * elf32-m68k.c (elf_m68k_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.
+       * 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.
+       * elf64-alpha.c (elf64_alpha_relocate_section): Handle
+       _bfd_elf_section_offset returning -2 the same way as -1.
+       * elfxx-ia64.c (elfNN_ia64_install_dyn_reloc): Likewise.
+       * elf32-mips.c (mips_elf_create_dynamic_relocation): Add FIXME
+       and BFD_ASSERT.
+       * elf64-mips.c (mips_elf64_create_dynamic_relocation): Likewise.
+
+2002-02-18  Tom Rix  <trix@redhat.com>
+
+       * xcofflink.c (bfd_xcoff_link_gernate_rtinit): Add -brtl support.
+       (bfd_xcoff_size_dynamic_sections): Same.
+       * bfd-in.h (bfd_xcoff_link_generate_rtinit): Same.
+       (bfd_xcoff_size_dynamic_sections): Same.
+       * coff-rs6000.c (xcoff_generate_rtinit): Same.
+       * coff-rs646000.c (xcoff64_generate_rtinit): Same.
+       * libxcoff.h (struct xcoff_backend_data_rec): Same.
+       * xcofflink.c (xcoff_build_ldsyms, xcoff_link_add_symbols): Clean.
+       * bfd-in2.h: Regenerate.
+
+2002-02-18  Alan Modra  <amodra@bigpond.net.au>
+
+       * elf64-ppc.c (STFD_FR0_0R1, LFD_FR0_0R1, BLR): Define.
+       (struct ppc_link_hash_table): Add sfpr.
+       (ppc64_elf_link_hash_table_create): Init it.
+       (ppc64_elf_create_dynamic_sections): Split creation of .stub and
+       .glink out to..
+       (create_linkage_sections): ..here.  Make .sfpr too.
+       (ppc64_elf_check_relocs): Call create_linkage_sections, and set
+       dynobj early.
+       (MIN_SAVE_FPR, MAX_SAVE_FPR): Define.
+       (ppc64_elf_func_desc_adjust): Look for missing ._savef* and
+       ._restf* functions, and create as needed.
+       (func_desc_adjust): Only force_local for shared libs.
+
+2002-02-18  David O'Brien  <obrien@FreeBSD.org>
+
+       * configure.in: Bump version number post 2.12 branching.
+       * configure: Regenerate.
+
+2002-02-17  Hans-Peter Nilsson  <hp@bitrange.com>
+
+       * mmo.c: Correct and improve comments.
+       (mmo_write_chunk): Store trailing byte in bfd buffer; don't
+       zero-pad.  Use input to fill up non-empty bfd buffer.
+       (mmo_flush_chunk): New function.
+       (mmo_write_loc_chunk): Add parameter last_vmap, all callers
+       changed.  Don't emit location specifier if VMA is same as
+       *LAST_VMAP after omitting leading zero contents.  Call
+       mmo_flush_chunk before emitting location specifier.
+       (mmo_write_loc_chunk_list): Call mmo_flush_chunk when finished
+       with mmo_write_loc_chunk calls.
+       (mmo_internal_write_section): Call mmo_flush_chunk after
+       mmo_write_chunk.
+       (mmo_write_symbols_and_terminator): Move :Main to first position
+       in symbol array.  Add faked one if it does not exist if there are
+       other symbols.  Don't add it if there are no symbols at all.  Move
+       out test for value of :Main from symbol loop.  Rename table
+       fakemain to maintable and variable mainsym to fakemain.
+
+2002-02-15  Richard Henderson  <rth@redhat.com>
+
+       * elf64-alpha.c (elf64_alpha_relocate_section) [BRSGP]: A target
+       section with no got matches any got.  Simplify error generaion.
+
+2002-02-15  Alan Modra  <amodra@bigpond.net.au>
+
+       Support arbitrary length fill patterns.
+       * linker.c (bfd_new_link_order): Zero all fields with bfd_zalloc.
+       (_bfd_default_link_order): Remove bfd_fill_link_order code.
+       Call default_data_link_order.
+       (default_fill_link_order): Delete.
+       (default_data_link_order): New function.
+       * elf32-mips.c (_bfd_mips_elf_final_link): Replace occurrences
+       of bfd_fill_link_order with bfd_data_link_order.
+       * elf64-alpha.c (elf64_alpha_final_link): Likewise.
+       * elf64-mips.c (mips_elf64_final_link): Likewise.
+
+       * bfd.c (bfd_scan_vma): Clamp overflows to max bfd_vma value.
+       Correct value returned in "end" for "0x<non-hex>".
+
+2002-02-14  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * cpu-arm.c (processors): Replace 'arch' field with 'mach'.
+       (scan): Test against 'mach' field in info structure.
+
+2002-02-14  Alan Modra  <amodra@bigpond.net.au>
+
+       * elf.c (elf_fake_sections): Use SHT_NOBITS when SEC_NEVER_LOAD.
+
+2002-02-14  Matt Fredette  <fredette@netbsd.org>
+
+       * elf32-m68k.c (elf32_m68k_print_private_bfd_data): Recognize
+       EF_M68000.
+
+2002-02-13  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * elf.c (_bfd_elf_make_section_from_shdr): Do not insist on
+       non-zero physical addresses when adjusting the LMAs of new
+       sections.
+
+2002-02-12  John David Anglin  <dave@hiauly1.hia.nrc.ca>
+
+       * elf-hppa.h (elf_hppa_reloc_final_type): New function stripped
+       from _bfd_elf_hppa_gen_reloc_type.
+       (_bfd_elf_hppa_gen_reloc_type): Remove duplicate prototype.
+       * elf32-hppa.h (elf32_hppa_reloc_final_type): Add protptype.
+       * elf32-hppa.c: Include elf32-hppa.h before elf-hppa.h.
+       * elf64-hppa.h (elf64_hppa_reloc_final_type): Add protptype.
+
+2002-02-12  Alexandre Oliva  <aoliva@redhat.com>
+
+       * elf-m10300.c (mn10300_elf_relax_section): Skip section before
+       loading its contents if there's nothing to do in it.
+
+2002-02-12  Alan Modra  <amodra@bigpond.net.au>
+
+       * elf64-ppc.c (ppc64_elf_size_stubs): Correct test for crossing
+       64k boundary.
+
+       * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Add dynamic
+       DT_PPC64_OPD and DT_PPC64_OPDSZ tags.
+       (ppc64_elf_finish_dynamic_sections): Set values for them.
+
+2002-02-11  Michael Snyder  <msnyder@redhat.com>
+
+       * elf-bfd.h (elfcore_write_lwpstatus): Add prototype.
+       * elf.c (elfcore_grok_pstatus): Add prototype.
+       (elfcore_grok_lwpstatus): Add prototype.
+       (elfcore_write_lwpstatus): New function.
+       (elfcore_write_pstatus): Fix typo, eliminate unnecessary memcpy.
+
+2002-02-11  Alexandre Oliva  <aoliva@redhat.com>
+
+       * elf32-sh.c: Added missing prototypes.
+       * elf32-sh64.c: Likewise.
+       (sh_elf_align_loads): Mark unused args as such.
+       * elf64-sh64.c: Added missing prototypes.
+       (struct elf_sh64_link_hash_entry): Fix typo.
+       (sh_elf64_relocate_section): Fix info argument passed to
+       _bfd_elf_section_offset.
+
+2002-02-11  Alan Modra  <amodra@bigpond.net.au>
+
+       * Makefile.am: "make dep-am".
+       * Makefile.in: Regenerate.
+       * aclocal.m4: Regenerate.
+       * config.in: Regenerate.
+       * configure: Regenerate.
+
 2002-02-10  Daniel Jacobowitz  <drow@mvista.com>
 
        * coff-rs6000.c (xcoff_generate_rtinit): Silence uninitialized
        sym check if we find one.
        * elf64-s390.c (elf_s390_size_dynamic_sections): Likewise.
        * elf32-hppa.c (elf32_hppa_size_dynamic_sections): Likewise.
+       * elf32-i386.c (elf_i386_size_dynamic_sections): Likewise.
        * elf32-s390.c (elf_s390_size_dynamic_sections): Likewise.
        (elf_s390_grok_prstatus): Add missing prototype.
 
 
 2002-01-31  Philipp Thomas  <pthomas@suse.de>
 
-        * coff-arm.c (coff_arm_merge_private_bfd_data): Move ERROR
-        to front of message. Unify messages with elf32-arm.h. Use
-        commas where neccessary.
-        * elf32-arm.h (elf32_arm_merge_private_bfd_data): Use all upcase
-        ERROR in messages. Unify messages with coff-arm.c. Correct
-        VFP/FPA error message.
-        (elf32_arm_print_private_bfd_data): Don't mark APCS-26 and
-        APCS-32 for translation.
+       * coff-arm.c (coff_arm_merge_private_bfd_data): Move ERROR
+       to front of message. Unify messages with elf32-arm.h. Use
+       commas where neccessary.
+       * elf32-arm.h (elf32_arm_merge_private_bfd_data): Use all upcase
+       ERROR in messages. Unify messages with coff-arm.c. Correct
+       VFP/FPA error message.
+       (elf32_arm_print_private_bfd_data): Don't mark APCS-26 and
+       APCS-32 for translation.
 
 2002-02-01  Hans-Peter Nilsson  <hp@bitrange.com>
 
This page took 0.031432 seconds and 4 git commands to generate.