Updates for fixing tic4x arch tagging of its object files.
[deliverable/binutils-gdb.git] / bfd / ChangeLog
index c0889d6881de21209ab4c12f52cd3eb9dcc15366..c50cee7e672d514362bb27617476b7eaa22220f3 100644 (file)
@@ -1,3 +1,676 @@
+2003-01-20  Svein E. Seldal  <Svein.Seldal@solidas.com>
+
+       * coffcode.h (coff_set_flags): Added get/set arch hooks.
+       
+2003-01-20  Fabio Alemagna  <falemagn@aros.org>
+
+       * elf32-sh.c: Treat elfNN_bed like other macros defined in
+         elfxx-target.h and #undef it before #define'ing it.
+       * elf32-i386.c: Likewise.
+        * elf32-sh64.c: Likewise.
+        * elf64-alpha.c: Likewise.
+        * elf64-sh64.c: Likewise.
+
+2003-01-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
+
+       * bfd-in2.h: Regenerate.
+       * elf32-s390.c (elf_s390_adjust_gotplt): New prototype.
+       (elf_howto_table): Rename R_390_GOTOFF to R_390_GOTOFF32. Add
+       R_390_GOTOFF16, R_390_GOTOFF64, R_390_GOTPLT12, R_390_GOTPLT16,
+       R_390_GOTPLT32, R_390_GOTPLT64, R_390_GOTPLTENT, R_390_PLTOFF16,
+       R_390_PLTOFF32 and R_390_PLTOFF64.
+       (elf_s390_reloc_type_lookup): Likewise.
+       (struct elf_s390_link_hash_entry): Add gotplt_refcount to keep track
+       of GOTPLT references to a function.
+       (link_hash_newfunc): Initialize gotplt_refcount.
+       (elf_s390_check_relocs): Move allocation of local_got_refcounts array
+       and creation of the got section out of the main switch. Add support
+       for the gotoff, gotplt and pltoff relocations.
+       (elf_s390_gc_sweep_hook): Add reference counting for gotoff, gotplt
+       and pltoff.
+       (elf_s390_adjust_gotplt): New function.
+       (elf_s390_adjust_dynamic_symbol): Adjust gotplt refcount for removed
+       plt entries.
+       (allocate_dynrelocs): Add comment.
+       (elf_s390_relocate_section): Change r_type to unsigned. Add support
+       for gotoff, gotplt and pltoff relocations.
+       * elf64-s390.c: Same changes as for elf32-s390.c.
+       * libbfd.h: Regenerate.
+       * reloc.c: Add BFD_RELOC_390_GOTOFF64, BFD_RELOC_390_GOTPLT12,
+       BFD_RELOC_390_GOTPLT16, BFD_RELOC_390_GOTPLT32, BFD_RELOC_390_GOTPLT64,
+       BFD_RELOC_390_GOTPLTENT, BFD_RELOC_390_PLTOFF16, BFD_RELOC_390_PLTOFF32
+       and BFD_RELOC_390_PLTOFF64.
+
+2003-01-18  Jakub Jelinek  <jakub@redhat.com>
+
+       * elfxx-ia64.c (elfNN_ia64_relocate_section): Handle
+       R_IA64_TPREL64[LM]SB against non-global symbol properly.
+
+2003-01-16  Jakub Jelinek  <jakub@redhat.com>
+
+       * elfxx-ia64.c (struct elfNN_ia64_link_hash_table): Add
+       self_dtpmod_done and self_dtpmod_offset.
+       (allocate_global_data_got): Only use one got entry for all
+       dtpmod relocs against local symbols.
+       (allocate_dynrel_entries): Only need .rela.got entry for
+       dtpmod against global symbol.
+       (elfNN_ia64_size_dynamic_sections): Initialize self_dtpmod_offset.
+       Reserve space in .rela.got for the local dtpmod entry.
+       (set_got_entry): Initialize the common local dtpmod .got entry.
+       (elfNN_ia64_relocate_section): Handle R_IA_64_DTPREL64LSB
+       and R_IA_64_DTPREL64MSB.
+
+2003-01-16  Alan Modra  <amodra@bigpond.net.au>
+
+       * elf64-ppc.c: Include elf/ppc64.h rather than elf/ppc.h.
+       (R_PPC_*): Rename all occurrences to R_PPC64_*.
+       (R_PPC64_ADDR30): Rename all occurrences to R_PPC64_REL30.
+       (enum elf_ppc_reloc_type): Ditto to enum elf_ppc64_reloc_type.
+       (ppc64_elf_gc_sweep_hook): Handle R_PPC64_REL30 along with other
+       relative relocs, not with absolute ones.
+       * Makefile.am: Run "make dep-am".
+       * Makefile.in: Regenerate.
+       * po/SRC-POTFILES.in: Regenerate.
+
+2003-01-15  Andreas Schwab  <schwab@suse.de>
+
+       * elf32-ppc.c (ppc_elf_check_relocs): Don't set DF_TEXTREL for a
+       relocation against a non-allocated readonly section.
+
+2003-01-10  Alan Modra  <amodra@bigpond.net.au>
+
+       * elf32-ppc.c (ppc_elf_relocate_section): Adjust addend for GOT16_HA.
+       * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.  PLTGOT16_HA too.
+
+2002-01-08  Klee Dienes  <kdienes@apple.com>
+
+       * Makefile.am (ALL_MACHINES): Use cpu-msp430.lo, not cpu-msp430.c.
+       (BFD32_BACKENDS): Use elf32-msp430.lo, not elf32-msp430.c.
+       * Makefile.in: Regenerate.
+       
+2003-01-08  Alexandre Oliva  <aoliva@redhat.com>
+
+       * elfn32-mips.c (prev_reloc_section): New.
+       (GET_RELOC_ADDEND): Use it.  Parenthesize macro arguments.
+       (SET_RELOC_ADDEND): Parenthesize macro argument.
+
+2003-01-07  John David Anglin  <dave.anglin@nrc.gc.ca>
+
+       * elf32-hppa.c (final_link_relocate): For all DP relative relocations,
+       adjust addil instructions if the symbol has no section.
+
+2003-01-07  DJ Delorie  <dj@redhat.com>
+
+       * elf32-xstormy16.c (xstormy16_elf_howto_table): Make REL_12 not
+       partial_inplace.
+
+2003-01-07  Andreas Schwab  <schwab@suse.de>
+
+       * elf32-m68k.c (elf_m68k_check_relocs): Don't set DF_TEXTREL for
+       PC relative relocations.
+       (elf_m68k_discard_copies): Set it here instead.
+
+2002-01-02  Ben Elliston  <bje@redhat.com>
+           Jeff Johnston  <jjohnstn@redhat.com>
+
+       * Makefile.am (ALL_MACHINES): Add cpu-iq2000.lo.
+       (ALL_MACHINES_CFILES): Add cpu-iq2000.c.
+       (BFD32_BACKENDS): Add elf32-iq2000.lo.
+       (BFD32_BACKENDS_CFILES): Add elf32-iq2000.c.
+       (cpu-iq2000.lo): New target.
+       * Makefile.in: Regenerate.
+       * config.bfd: Handle iq2000-*-elf.
+       * archures.c (bfd_architecture): Add bfd_{arch,mach}_iq2000.
+       (bfd_archures_list): Add bfd_iq2000_arch.
+       * configure.in: Handle bfd_elf32_iq2000_vec.
+       * configure: Regenerate.
+       * reloc.c: Add BFD_RELOC_IQ2000_OFFSET_16, BFD_RELOC_IQ2000_OFFSET_21, 
+       and BFD_RELOC_IQ2000_UHI16.
+       * targets.c (bfd_elf32_iq2000_vec): Declare.
+       (bfd_target_vector): Add bfd_elf32_iq2000_vec.
+       * elf.c (prep_headers): Set e_machine to EM_IQ2000.
+       * cpu-iq2000.c: New file.
+       * elf32-iq2000.c: Likewise.
+       * libbfd.h: Regenerate.
+       * bfd-in2.h: Likewise.
+
+2003-01-02  Richard Sandiford  <rsandifo@redhat.com>
+
+       * elfxx-mips.c: Include libiberty.h.
+       (elf_mips_isa, _bfd_mips_elf_mach_extends_p): Remove.
+       (mips_set_isa_flags): New function, split out from...
+       (_bfd_mips_elf_final_write_processing): ...here.  Only call
+       mips_set_isa_flags if the EF_MIPS_MACH bits are clear.
+       (mips_mach_extensions): New array.
+       (mips_32bit_flags_p): New function.
+       (_bfd_mips_elf_merge_private_bfd_data): Rework architecture checks.
+       Use mips_32bit_flags_p to check if one binary is 32-bit and the
+       other is 64-bit.  When adopting IBFD's architecture, adopt the
+       bfd_mach as well as the flags.
+
+2003-01-02  Nick Kelsey  <nickk@ubicom.com>
+
+       * elf32-ip2k.c: Re-work of linker relaxation code for the ip2k to
+       fix internal errors, fix bad code generation, fix incorrect stabs
+       information, and improve ability to eliminate redundant page
+       instructions. Added code to ip2k_final_link_relocate to self-verify
+       the linker relaxation.  Fix formatting problems.
+
+2002-12-30  Chris Demetriou  <cgd@broadcom.com>
+
+       * aoutx.h (NAME(aout,machine_type)): Add bfd_mach_mipsisa32r2 case.
+       * archures.c (bfd_mach_mipsisa32r2): New define.
+       * bfd-in2.h: Regenerate.
+       * cpu-mips.c (I_mipsisa32r2): New enum value.
+       (arch_info_struct): Add entry for I_mipsisa32r2.
+       * elfxx-mips.c (elf_mips_isa, _bfd_elf_mips_mach)
+       (_bfd_mips_elf_print_private_bfd_data): Handle E_MIPS_ARCH_32R2.
+       (_bfd_mips_elf_final_write_processing): Add
+       bfd_mach_mipsisa32r2 case.
+       (_bfd_mips_elf_merge_private_bfd_data): Handle merging of
+       binaries marked as using MIPS32 Release 2.
+
+2002-12-30    Dmitry Diky <diwil@mail.ru>
+
+       * Makefile.am: Add msp430 target.
+       * configure.in: Likewise.
+       * Makefile.in: Regenerate.
+       * configure: Regenerate.
+       * archures.c: Add msp430 architecture vector.
+       * config.bfd: Likewise.
+       * reloc.c: Add msp430 relocs.
+       * targets.c: Add msp320 target.
+       * cpu-msp430.c: New file: msp430 cpu detection.
+       * elf32-msp430.c: New file: msp430 reloc processing.
+       * bfd-in2.h: Regenerate.
+       * libbfd.h: Regenerate.
+
+2002-12-28  Jakub Jelinek  <jakub@redhat.com>
+
+       * elf.c (elf_sort_sections): Don't reorder .tbss.
+       (assign_file_positions_for_segments): Only adjust off/voff
+       for increased alignment in PT_LOAD or PT_NOTE segment,
+       but adjust p_filesz for .tbss too.  in PT_LOAD consider
+       .tbss to have zero memory size.
+       (copy_private_bfd_data) [SECTION_SIZE]: Define.
+       [IS_CONTAINED_BY_VMA, IS_CONTAINED_BY_LMA]: Use it.
+       [INCLUDE_SECTION_IN_SEGMENT]: Only put SHF_TLS sections
+       into PT_TLS segment.  Never put SHF_TLS sections in
+       segments other than PT_TLS or PT_LOAD.
+
+       * elf64-alpha.c (elf64_alpha_finish_dynamic_sections): Clear .plt
+       sh_entsize.
+
+2002-12-23  DJ Delorie  <dj@redhat.com>
+
+       * coff64-rs6000.c (xcoff64_ppc_relocate_section): Fix logic reversal.
+
+2002-12-23  Alan Modra  <amodra@bigpond.net.au>
+
+       * elflink.h (elf_link_output_extsym): Heed strip_discarded.
+
+2002-12-23  Nick Clifton  <nickc@redhat.com>
+
+       * archures.c (bfd_arch_get_compatible): Add third parameter
+       'accept_unknowns'.  Only accept unknown format BFDs if
+       accept_unknowns is true, or if the format is "binary".
+        * bfd-in2.h: Regenerate.
+
+2002-12-21  Nick Clifton  <nickc@redhat.com>
+
+       * coff-arm.c (coff_arm_relocate_section): Disable WINCE workaround
+       that subtracted 8 from pc relative relocations.
+
+2002-12-20  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * coff-h8300.c: Fix comment typos.
+       * coffcode.h: Likewise.
+       * cpu-cris.c: Likewise.
+       * elf32-vax.c: Likewise.
+       * genlink.h: Likewise.
+       * linker.c: Likewise.
+       * som.c: Likewise.
+       * tekhex.c: Likewise.
+       * vms-misc.c: Likewise.
+
+2002-12-20  DJ Delorie  <dj@redhat.com>
+
+       * reloc.c: Add BFD_RELOC_XSTORMY16_12.
+       * libbfd.h: Regenerate.
+       * bfd-in2.h: Regenerate.
+       * elf32-xstormy16.c (xstormy16_elf_howto): Add R_XSTORMY16_12.
+       (xstormy16_reloc_map): Add R_XSTORMY16_12.
+       
+2002-12-19  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * doc/bfdint.texi: Fix typos.
+
+2002-12-20  Paul Eggert  <eggert@twinsun.com>
+
+       Port to POSIX 1003.1-2001.
+       * acinclude.m4 (AM_INSTALL_LIBBFD): Do not rely on "test -o".
+       * configure.in (build-warnings): Likewise.
+       (Horrible hacks to build DLLs on Windows): Do not rely on "tail -1".
+       * aclocal.m4: Regenerate.
+       * config.in: Regenerate.
+       * configure: Regenerate.
+
+2002-12-19  Alan Modra  <amodra@bigpond.net.au>
+
+       * coff-h8300.c: Include libiberty.h.
+       (h8300_reloc16_extra_cases): Check the hash table creator before
+       referencing h8300 specific fields.  Stash the hash table pointer
+       in a local var.  Comment typo fixes.
+       (h8300_bfd_link_add_symbols): Likewise.
+
+       * bfd/reloc.c (struct reloc_howto_struct): Revise src_mask and
+       dst_mask comments.
+       * bfd-in2.h: Regenerate.
+
+2002-12-18  Alan Modra  <amodra@bigpond.net.au>
+
+       * elf32-ppc.c (ppc_elf_relocate_section): Reorganize dynamic reloc
+       code a little.  Comment on dynamic relocs against section symbols.
+
+2002-12-17  Roger Sayle  <roger@eyesopen.com>
+
+       * configure.host (ia64-*-hpux*): Support 64 bit targets using
+       the HP compiler's "long long".
+
+2002-12-16  Andrew MacLeod  <amacleod@redhat.com>
+
+       * elf32-xstormy16.c (xstormy16_elf_howto): Add R_XSTORMY16_LO16
+       and R_XSTORMY16_HI16) howto entries.
+       (xstormy16_reloc_map): Map R_XSTORMY16_{LO,HI}16 to BFD_RELOC_{LO,HI}16.
+       (xstormy16_info_to_howto_rela): Use R_XSTORMY16_GNU_VTINHERIT to
+       determine the start of the second reloc table.
+
+2002-12-16  Nathan Tallent  <eraxxon@alumni.rice.edu>
+
+       * ecofflink.c: Fix the reading of the debugging information
+       of Tru64/Alpha binaries that are produced by recent Compaq
+       compilers.
+       (mk_fdrtab): Fix error in creating the FDR (file descriptor)
+       table.
+       (lookup_line): Because of the strange information sometimes
+       generated by Compaq's recent compilers, change how the FDR
+       table is searched so that PDRs (procedure descriptors) are
+       correctly found.  Note that this change is really more of a hack;
+       however, I have included extensive documentation as to why
+       this is the best solution short of an extensive rewrite or
+       another hack.
+       (fdrtab_lookup): Add comments to explain the algorithm.
+
+2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
+
+       * elf-m10300.c (elf32_mn10300_link_hash_newfunc): Reorder
+       initializers to match struct declaration.
+
+2002-12-12  Alan Modra  <amodra@bigpond.net.au>
+
+       * dwarf2.c (comp_unit_contains_address): Comment typo fix.
+       * elf.c (get_program_header_size): Likewise.
+       * elf32-m32r.c (m32r_elf_lo16_reloc): Likewise.
+       (m32r_elf_generic_reloc): Likewise.
+       * elf32-ppc.c (ppc_elf_howto_init): Likewise.
+       * elflink.h (elf_bfd_discard_info): Likewise.
+
+2002-12-12  Alan Modra  <amodra@bigpond.net.au>
+
+       * elf32-i386.c (elf_i386_finish_dynamic_sections): Add output_offset
+       to DT_JMPREL.  Use srelplt input section size for DT_PLTRELSZ and
+       DT_RELSZ adjustment, not output section.  Avoid writing tags when
+       unchanged.  Don't assume linker script is sane, adjust DT_REL too.
+       * elf32-hppa.c (elf32_hppa_finish_dynamic_sections): Just use raw
+       size of srelplt for DT_PLTRELSZ.  Use srelplt input section size for
+       DT_RELASZ adjustment, not output section.  Avoid writing tags when
+       unchanged.  Adjust DT_RELA.
+       * elf64-ppc.c (ppc64_elf_finish_dynamic_sections): Tweaks for better
+       formatting.  Avoid writing tags when unchanged.  Adjust DT_RELA.
+
+2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
+
+       * elfxx-mips.c (mips_elf_calculate_relocation): Don't divide
+       addend by 4.
+
+2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
+
+       * elfxx-mips.c (struct mips_got_entry): New.
+       (struct mips_got_info): Added got_entries field.
+       (mips_elf_got_entry_hash, mips_elf_got_entry_eq): New functions.
+       (mips_elf_local_got_index, mips_elf_got_page,
+       mips_elf_got16_entry): Re-implement in terms of new...
+       (mips_elf_create_local_got_entry): Rewrite to use got_entries.
+       Change return type.
+       (mips_elf_highest): Warning clean-up.
+       (mips_elf_create_got_section): Initialize got_entries.
+       (_bfd_mips_elf_check_relocs): Use got_entries to estimate
+       local got size.
+       (_bfd_mips_elf_size_dynamic_sections): Do not account for
+       GOT_PAGE entries, since we now reuse GOT16 entries.
+
+2002-12-10  Jason Thorpe  <thorpej@wasabisystems.com>
+
+       * aoutx.h (set_section_contents): Allow an otherwise unrepresentable
+       read-only section that lies after .text and before .data to be
+       written into the output file and included in a_text.
+       (translate_to_native_sym_flags): If an otherwise unrepresentable
+       section was merged with .text, convert its symbols to N_TEXT
+       symbols.
+       * libaout.h (aout_section_merge_with_text_p): New macro.
+
+2002-12-08  Alan Modra  <amodra@bigpond.net.au>
+
+       * bfd-in.h: Comment typo fix.  Formatting.
+       * bfd-in2.h: Regenerate.
+       * coff64-rs6000.c (xcoff64_openr_next_archived_file): Warning fix.
+       * elf32-m68hc12.c (m68hc12_elf_set_mach_from_flags): Prototype.
+       * elf64-mmix.c (mmix_dump_bpo_gregs): Warning fix.
+
+2002-12-05  Richard Henderson  <rth@redhat.com>
+
+       * elfxx-ia64.c (elfNN_ia64_relax_section): Handle PCREL21BI.
+       Only send PCREL21B though the plt.  Fix installed reloc type.
+       (elfNN_ia64_relocate_section): Give error for dynamic reloc
+       against PCREL22 or PCREL64I; clean up error messages for
+       branch relocs.
+
+2002-12-04  Kevin Buettner  <kevinb@redhat.com>
+
+       * elf64-mips.c (elf64_mips_grok_prstatus, elf64_mips_grok_psinfo):
+       New functions.
+       (elf_backend_grok_prstatus, elf_backend_grok_psinfo): Define.
+
+2002-12-04  David Mosberger  <davidm@hpl.hp.com>
+
+       * cpu-ia64-opc.c: Add operand constant "ar.csd".
+
+2002-12-04  H.J. Lu <hjl@gnu.org>
+
+       * elfxx-ia64.c (get_local_sym_hash): Use section ID instead of
+       BFD address when constructing local name.
+
+2002-12-04  Andreas Schwab  <schwab@suse.de>
+
+       * elf32-m68k.c (struct elf_m68k_link_hash_table): Add sym_sec
+       member.
+       (elf_m68k_link_hash_table_create): Initialize it.
+       (elf_m68k_check_relocs): Handle symbols that are forced to be
+       local due to visibility changes.
+       (elf_m68k_adjust_dynamic_symbol): Likewise.
+       (elf_m68k_size_dynamic_sections): Likewise.
+       (elf_m68k_discard_copies): Likewise.
+       (elf_m68k_relocate_section): Likewise.
+
+2002-12-04  Alan Modra  <amodra@bigpond.net.au>
+
+       * elf64-ppc.c (ppc64_elf_edit_opd): Correct typo.
+
+2002-12-04  Alan Modra  <amodra@bigpond.net.au>
+
+       * srec.c (srec_write_symbols): Restore '$' prefix to address
+       accidentally removed in 2002-04-04 change.
+       (srec_get_symtab): Use 0 instead of `(long) FALSE'.
+
+2002-12-03  Nick Clifton  <nickc@redhat.com>
+
+       * elf32-ppc.c (apuinfo_list_init): New function.
+       (apuinfo_list_add): New function: Add a value to the list.
+       (apuinfo_list_length): New function: Return the number of
+       values on the list.
+       (apuinfo_list_element): New function: Return a value on the
+       list.
+       (apuinfo_list_finish): New function: Free the resources used
+       by the list.
+       (ppc_elf_begin_write_processing): New function.  Scan the
+       input bfds for apuinfo sections.
+       (ppc_elf_write_section): New function: Delay the creation of
+       the contents of an apuinfo section in an output bfd.
+       (ppc_elf_final_write_processing): New function.  Create the
+       contents of an apuinfo section in an output bfd.
+       (elf_backend_begin_write_processing): Define.
+       (elf_backend_final_write_processing): Define.
+       (elf_backend_write_section): Define.
+
+2002-12-03  Richard Henderson  <rth@redhat.com>
+
+       * cpu-ia64-opc.c (elf64_ia64_operands): Add ldxmov entry.
+
+2002-12-01  Stephane Carrez  <stcarrez@nerim.fr>
+
+       Fix PR savannah/1417:
+       * elf32-m68hc11.c (m68hc11_elf_relax_delete_bytes): Don't adjust
+       branch if it goes to the start of the deleted region.
+
+2002-12-01  Stephane Carrez  <stcarrez@nerim.fr>
+
+       * bfd-in2.h (bfd_mach_m6812): Rebuild.
+       * archures.c (bfd_mach_m6812_default, bfd_mach_m6812,
+       bfd_mach_m6812s): Declare.
+
+       * elf32-m68hc12.c (m68hc12_elf_set_mach_from_flags): New function.
+       (_bfd_m68hc12_elf_set_private_flags): Call it.
+       (_bfd_m68hc12_elf_print_private_bfd_data): Report processor version.
+       (_bfd_m68hc12_elf_merge_private_bfd_data): Merge the flags and
+       report microcontroller incompatibilities (HC12 vs HCS12).
+       (elf_backend_object_p): Update.
+
+2002-11-30  Alan Modra  <amodra@bigpond.net.au>
+
+       * bfd-in.h (TRUE_FALSE_ALREADY_DEFINED, BFD_TRUE_FALSE): Delete.
+       (enum bfd_boolean, boolean): Delete.
+       (bfd_boolean): Typedef to an int.
+       (FALSE, TRUE): Define.
+       * aix386-core.c, aix5ppc-core.c, aout-adobe.c, aout-arm.c, aout-cris.c,
+       aout-encap.c, aout-ns32k.c, aout-target.h, aout-tic30.c, aoutf1.h,
+       aoutx.h, archive.c, archive64.c, archures.c, bfd-in.h, bfd.c, bfdwin.c,
+       binary.c, bout.c, cache.c, cisco-core.c, coff-a29k.c, coff-alpha.c,
+       coff-apollo.c, coff-arm.c, coff-aux.c, coff-h8300.c, coff-h8500.c,
+       coff-i386.c, coff-i860.c, coff-i960.c, coff-ia64.c, coff-m68k.c,
+       coff-m88k.c, coff-mcore.c, coff-mips.c, coff-or32.c, coff-ppc.c,
+       coff-rs6000.c, coff-sh.c, coff-sparc.c, coff-stgo32.c, coff-tic30.c,
+       coff-tic4x.c, coff-tic54x.c, coff-tic80.c, coff-w65.c, coff-we32k.c,
+       coff-z8k.c, coff64-rs6000.c, coffcode.h, coffgen.c, cofflink.c,
+       corefile.c, cpu-a29k.c, cpu-alpha.c, cpu-arc.c, cpu-arm.c, cpu-avr.c,
+       cpu-cris.c, cpu-d10v.c, cpu-d30v.c, cpu-dlx.c, cpu-fr30.c, cpu-frv.c,
+       cpu-h8300.c, cpu-h8500.c, cpu-hppa.c, cpu-i370.c, cpu-i386.c,
+       cpu-i860.c, cpu-i960.c, cpu-ia64.c, cpu-ip2k.c, cpu-m10200.c,
+       cpu-m10300.c, cpu-m32r.c, cpu-m68hc11.c, cpu-m68hc12.c, cpu-m68k.c,
+       cpu-m88k.c, cpu-mcore.c, cpu-mips.c, cpu-mmix.c, cpu-ns32k.c,
+       cpu-openrisc.c, cpu-or32.c, cpu-pdp11.c, cpu-pj.c, cpu-powerpc.c,
+       cpu-rs6000.c, cpu-s390.c, cpu-sh.c, cpu-sparc.c, cpu-tic30.c,
+       cpu-tic4x.c, cpu-tic54x.c, cpu-tic80.c, cpu-v850.c, cpu-vax.c,
+       cpu-w65.c, cpu-we32k.c, cpu-xstormy16.c, cpu-z8k.c, dwarf1.c,
+       dwarf2.c, ecoff.c, ecofflink.c, efi-app-ia32.c, efi-app-ia64.c,
+       elf-bfd.h, elf-eh-frame.c, elf-hppa.h, elf-m10200.c, elf-m10300.c,
+       elf-strtab.c, elf.c, elf32-arc.c, elf32-arm.h, elf32-avr.c,
+       elf32-cris.c, elf32-d10v.c, elf32-d30v.c, elf32-dlx.c, elf32-fr30.c,
+       elf32-frv.c, elf32-gen.c, elf32-h8300.c, elf32-hppa.c, elf32-hppa.h,
+       elf32-i370.c, elf32-i386.c, elf32-i860.c, elf32-i960.c, elf32-ip2k.c,
+       elf32-m32r.c, elf32-m68hc11.c, elf32-m68hc12.c, elf32-m68k.c,
+       elf32-mcore.c, elf32-mips.c, elf32-openrisc.c, elf32-or32.c,
+       elf32-pj.c, elf32-ppc.c, elf32-s390.c, elf32-sh.c, elf32-sh64-com.c,
+       elf32-sh64.c, elf32-sparc.c, elf32-v850.c, elf32-vax.c,
+       elf32-xstormy16.c, elf64-alpha.c, elf64-gen.c, elf64-hppa.c,
+       elf64-mips.c, elf64-mmix.c, elf64-ppc.c, elf64-ppc.h, elf64-s390.c,
+       elf64-sh64.c, elf64-sparc.c, elf64-x86-64.c, elfarm-nabi.c,
+       elfarm-oabi.c, elfcode.h, elfcore.h, elflink.c, elflink.h,
+       elfn32-mips.c, elfxx-ia64.c, elfxx-mips.c, elfxx-mips.h,
+       elfxx-target.h, format.c, freebsd.h, genlink.h, hash.c, hp300hpux.c,
+       hppabsd-core.c, hpux-core.c, i386aout.c, i386linux.c, i386lynx.c,
+       i386mach3.c, i386msdos.c, i386os9k.c, ieee.c, ihex.c, irix-core.c,
+       libaout.h, libbfd-in.h, libbfd.c, libcoff-in.h, libecoff.h, libieee.h,
+       libnlm.h, liboasys.h, libpei.h, libxcoff.h, linker.c, lynx-core.c,
+       m68klinux.c, m68klynx.c, mach-o.c, mach-o.h, merge.c, mipsbsd.c,
+       mmo.c, netbsd-core.c, netbsd.h, nlm.c, nlm32-alpha.c, nlm32-i386.c,
+       nlm32-ppc.c, nlm32-sparc.c, nlmcode.h, oasys.c, opncls.c, osf-core.c,
+       pc532-mach.c, pdp11.c, pe-arm.c, pe-i386.c, pe-mcore.c, pe-mips.c,
+       pe-sh.c, peXXigen.c, pef.c, pei-arm.c, pei-i386.c, pei-mcore.c,
+       pei-mips.c, pei-sh.c, peicode.h, ppcboot.c, ptrace-core.c, reloc.c,
+       reloc16.c, riscix.c, rs6000-core.c, sco5-core.c, section.c, simple.c,
+       som.c, som.h, sparclinux.c, sparclynx.c, srec.c, stabs.c, sunos.c,
+       syms.c, targets.c, tekhex.c, ticoff.h, trad-core.c, versados.c,
+       vms-gsd.c, vms-hdr.c, vms-misc.c, vms-tir.c, vms.c, vms.h,
+       xcoff-target.h, xcofflink.c, xsym.c, xsym.h: Replace boolean with
+       bfd_boolean, true with TRUE, false with FALSE.  Simplify comparisons
+       of bfd_boolean vars with TRUE/FALSE.  Formatting.
+       * bfd-in2.h, libbfd.h, libcoff.h: Regenerate
+
+2002-11-28  Alan Modra  <amodra@bigpond.net.au>
+
+       * elf-bfd.h: Replace occurrences of Elf32_Internal_* and
+       Elf64_Internal_* with Elf_Internal_*.  Replace Elf_Internal_Rel
+       with Elf_Internal_Rela.
+       * elf-hppa.h, elf-m10200.c, elf-m10300.c, elf32-arc.c, elf32-arm.h,
+       elf32-avr.c, elf32-cris.c, elf32-d10v.c, elf32-d30v.c, elf32-dlx.c,
+       elf32-fr30.c, elf32-frv.c, elf32-gen.c, elf32-h8300.c, elf32-hppa.c,
+       elf32-i370.c, elf32-i386.c, elf32-i860.c, elf32-i960.c, elf32-ip2k.c,
+       elf32-m32r.c, elf32-m68hc11.c, elf32-m68hc12.c, elf32-m68k.c,
+       elf32-mcore.c, elf32-mips.c, elf32-openrisc.c, elf32-or32.c,
+       elf32-ppc.c, elf32-s390.c, elf32-sh.c, elf32-v850.c, elf32-vax.c,
+       elf32-xstormy16.c, elf64-alpha.c, elf64-gen.c, elf64-hppa.c,
+       elf64-mips.c, elf64-mmix.c, elf64-ppc.c, elf64-s390.c, elf64-sh64.c,
+       elf64-sparc.c, elf64-x86-64.c, elfarm-nabi.c, elfarm-oabi.c,
+       elfcode.h, elflink.h, elfn32-mips.c, elfxx-ia64.c, elfxx-mips.c: Ditto.
+       * elf-hppa.h (elf_hppa_internal_shdr): Delete.  Use Elf_Internal_Shdr
+       throughout instead.
+       * elf.c (_bfd_elf_no_info_to_howto_rel): Delete.
+       * elfcode.h (elf_swap_reloca_in): Pass source operand as a bfd_byte *.
+       Remove INLINE keyword.
+       (elf_swap_reloc_in): Likewise.  Also clear r_addend.
+       (elf_swap_reloc_out, elf_swap_reloca_out): Pass destination operand
+       as a bfd_byte *.
+       (elf_write_relocs): Consolidate REL and RELA code.
+       (elf_slurp_reloc_table_from_section): Simplify REL code.
+       (NAME(_bfd_elf,size_info)): Populate reloc swap entries.
+       * elf-bfd.h (MAX_INT_RELS_PER_EXT_REL): Define.
+       * elflink.h (elf_link_read_relocs_from_section): Consolidate REL and
+       RELA code.
+       (elf_link_adjust_relocs): Likewise.  Don't malloc space for temp
+       reloc array, use a fixed size of MAX_INT_RELS_PER_EXT_REL.
+       (elf_link_output_relocs): Likewise.
+       (elf_reloc_link_order): Likewise.
+       (elf_finish_pointer_linker_section): Likewise.
+       (struct elf_link_sort_rela): Remove union.
+       (elf_link_sort_cmp1): Update to suit.
+       (elf_link_sort_cmp2): Here too.
+       (elf_link_sort_relocs): Consolidate REL and RELA code.  Fix memory
+       over-allocation for int_rels_per_ext_rel != 1 case.
+       * elf32-arm.h: Update all bfd_elf32_swap_reloc_out calls.
+       * elf32-i386.c: Likewise.
+       * elf32-cris.c: Likewise for bfd_elf32_swap_reloca_out.
+       * elf32-hppa.c, elf32-i370.c, elf32-m68k.c, elf32-ppc.c, elf32-s390.c,
+       elf32-sh.c, elf32-vax.c, elfxx-mips.c: Likewise.
+       * elf64-alpha.c: Likewise for bfd_elf64_swap_reloca_out.
+       * elf64-hppa.c, elf64-mips.c, elf64-ppc.c, elf64-s390.c, elf64-sh64.c,
+       elf64-sparc.c, elf64-x86-64.c: Likewise.
+       * elfxx-ia64.c: Likewise for bfd_elfNN_swap_reloca_out.
+       * elfxx-mips.c (sort_dynamic_relocs): Likewise for
+       bfd_elf32_swap_reloc_in.
+
+       * elf32-arm.h: Update elf32_arm_info_to_howto calls.
+       * elf32-mips.c: Likewise for mips_info_to_howto_rel.
+       (mips_elf64_swap_reloc_in): Zero r_addend.
+       (mips_elf64_be_swap_reloc_in): Likewise.
+       (mips_elf64_slurp_one_reloc_table): Simplify.
+
+       * elf64-alpha.c (alpha_elf_size_info): Populate reloc swap entries.
+       * elf64-hppa.c (hppa64_elf_size_info): Likewise.
+       * elf64-sparc.c (sparc64_elf_size_info): Likewise.
+
+2002-11-28  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
+
+       * elf32-sh.c (sh_elf_relocate_section): Don't complain about
+       unresolved debugging relocs in dynamic applications.
+       * elf64-sh64.c (sh_elf64_relocate_section): Likewise.
+
+2002-11-26  Alan Modra  <amodra@bigpond.net.au>
+
+       * elf-eh-frame.c (ENSURE_NO_RELOCS): Disregard R_*_NONE relocs.
+       (_bfd_elf_discard_section_eh_frame): Don't discard duplicate CIEs
+       on a relocatable link.  Comment typos.
+       * elf.c (_bfd_elf_link_hash_newfunc): Assign elements of structure
+       in the order they are declared.  Clear elf_hash_value too.
+       (_bfd_elf_link_hash_table_init): Likewise assign in order.  Clear
+       eh_info and tls_segment.
+       * elflink.h (elf_link_input_bfd <emit_relocs>): Keep reloc offsets
+       sorted when discarding relocs by turning them into R_*_NONE.
+
+       * libbfd.c (warn_deprecated): Comment spelling.
+       * po/SRC-POTFILES.in: Regenerate.
+
+2002-11-21  Richard Henderson  <rth@redhat.com>
+
+       * elflink.h (elf_link_add_object_symbols): Don't overwrite the
+       arch's st_other bits when merging visibilities.
+       (elf_link_output_extsym): Tidy clearing of visibility field.
+
+2002-11-21  Alan Modra  <amodra@bigpond.net.au>
+
+       * coff-mcore.c (SWAP_IN_RELOC_OFFSET): Define.
+       (SWAP_OUT_RELOC_OFFSET): Define.
+
+2002-11-20  Alexandre Oliva  <aoliva@redhat.com>
+
+       * elf.c (_bfd_elf_link_hash_table_init): Make sure
+       can_refcount is properly extended to the type of
+       init_refcount.
+
+2002-11-19  Alexandre Oliva  <aoliva@redhat.com>
+
+       * elfxx-mips.c (MIPS_RELOC_RELA_P): New macro.
+       (_bfd_mips_elf_relocate_section): Use it.
+
+       * elfxx-mips.c (MNAME): New macro.
+       (_bfd_mips_elf_check_relocs): Use it.
+       (_bfd_mips_elf_discard_info): Likewise.
+       (_bfd_mips_elf_final_link): Likewise.
+
+2002-11-19  Alan Modra  <amodra@bigpond.net.au>
+
+       * elf64-ppc.c (ppc64_elf_edit_opd): When deleting relocs, adjust
+       rel_hdr.sh_size too.
+
+2002-11-18  Klee Dienes  <kdienes@apple.com>
+
+       * Makefile.am (BFD32_LIBS): Add bfdwin.lo, bfdio.lo.
+       (BFD32_LIBS_CFILES): Add bfdwin.c, bfdio.c.
+       (BFD_H_FILES): Add bfdwin.c, bfdio.c.
+       (LIBBFD_H_FILES): Add bfdwin.c, bfdio.c.
+       Add dependencies for bfdwin.c, bfdio.c.
+       * bfd.c: Remove bfd_get_mtime, bfd_get_size.
+       * libbfd.c: Remove real_read, bfd_bread, _bfd_window_internal,
+       bfd_init_window, bfd_free_window, bfd_get_file_window, bfd_bwrite,
+       bfd_tell, bfd_flush, bfd_stat, bfd_seek.
+       * bfdio.c: New file.  Contains real_read, bfd_bread, bfd_write,
+       bfd_tell, bfd_flush, bfd_stat, bfd_seek, bfd_ge_mtime,
+       bfd_get_size (moved from libbfd.c and bfd.c).
+       * bfdwin.c New file.  Contains _bfd_window_internal,
+       bfd_init_window, bfd_free_window, bfd_get_file_window (moved from
+       libbfd.c and bfd.c).
+       * po/SRC-POTFILES.in: Regenerate.
+       * po/bfd.pot: Regenerate.
+       * libbfd.h: Regenerate.
+       * bfd-in2.h: Regenerate.
+       * aclocal.m4: Regenerate.
+       * Makefile.in: Regenerate.
+       * configure: Regenerate.
+
+2002-11-18  Klee Dienes  <kdienes@apple.com>
+
+       * bfd.c (bfd_preserve_save): Don't zero BFD_IN_MEMORY.
+
+2002-11-15  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * coff-h8300.c (h8300_reloc16_estimate): Do not optimize away
+       jsr after a short jump.
+       * elf32-h8300.c (elf32_h8_relax_section): Likewise.
+
+2002-11-15  Klee Dienes  <kdienes@apple.com>
+
+       * pef.c (bfd_pef_convert_architecture): Move declaration of
+       ARCH_POWERPC and ARCH_M68K to the start of the function.
+
 2002-11-14  Svein E. Seldal  <Svein.Seldal@solidas.com>
 
        * coff-tic4x.c (tic4x_howto_table): Formatting fixup
 
 2002-11-06  Klee Dienes  <kdienes@apple.com>
 
-         * coff-stgo32.c (stub_bytes): Mark as const.
+        * coff-stgo32.c (stub_bytes): Mark as const.
         Fix comment formatting.
 
 2002-11-06  Klee Dienes  <kdienes@apple.com>
 
-       * Makefile.am (BFD32_BACKENDS): Add mach-o.lo, pef.lo, and 
+       * Makefile.am (BFD32_BACKENDS): Add mach-o.lo, pef.lo, and
        xsym.lo.
        (BFD32_BACKENDS_CFILES): Add mach-o.c, pef.c, and xsym.c.
        (SOURCE_HFILES): Add mach-o.h, pef.h, pef-traceback.h, xsym.h
        * bfd.c (struct bfd): Add private data for mach-o, pef, and sym.
        * targets.c (enum bfd_flavour): Add flavours for mach-o, pef, and
        sym.
-        (_bfd_target_vector): Add target vectors for mach-o, pef, and sym.
+       (_bfd_target_vector): Add target vectors for mach-o, pef, and sym.
        * Makefile.in: Regenerate.
        * doc/Makefile.in: Regenerate.
-        * bfd-in2.h: Regenerate.
+       * bfd-in2.h: Regenerate.
        * xsym.c: New file.  Contains support for the Apple/Metrowerks
        xSYM debugging format.
        * xsym.h: New file.
        * pef-traceback.h: New file.  Contains support for parsing PowerPC
        traceback tables as used by PEF executables (and perhaps other
        systems as well).
-        * mach-o.c: New file.  Contains support for the Mach-O object file
+       * mach-o.c: New file.  Contains support for the Mach-O object file
        format.
        * mach-o.h: New file.
        * mach-o-target.c: New file.  Declares the mach-o targets
        themselves.  Included three times by mach-o.c; each time with a
        different set of macros set.
-       
+
 2002-11-06  Graeme Peterson  <gp@qnx.com>
 
        * Makefile.am: Remove entries for elf32-qnx.[ch].
This page took 0.0339159999999999 seconds and 4 git commands to generate.