2000-11-08 Kazu Hirata <kazu@hxi.com>
[deliverable/binutils-gdb.git] / bfd / ChangeLog
index d9b016be91c3fedf9c0fa06172d65e66da6a19eb..2a3cbef498a98fb71e42d63996c841d5660c1006 100644 (file)
@@ -1,3 +1,170 @@
+2000-11-07  Richard Henderson  <rth@redhat.com>
+
+       * elfxx-ia64.c (elf64_ia64_final_link): New local unwind_output_sec.
+       Set it before bfd_elf64_bfd_final_link call.  Use it after the call.
+       * section.c (bfd_set_section_contents): Call memcpy if
+       section->contents set and location not equal to contents plus offset.
+
+2000-11-08  Kazu Hirata  <kazu@hxi.com>
+
+       * bfd-in.h: Fix formatting.
+       * bfd-in2.h: Likewise.
+       * bfd.c: Likewise.
+       * binary.c: Likewise.
+       * bout.c: Likewise.
+
+2000-11-07  Kazu Hirata  <kazu@hxi.com>
+
+       * aix386-core.c: Fix formatting.
+       * aoutf1.h: Likewise.
+       * aoutx.h: Likewise.
+       * archures.c: Likewise.
+       * armnetbsd.c: Likewise.
+
+2000-11-07  Alan Modra  <alan@linuxcare.com.au>
+
+       * coff-h8300.c (special): Adjust reloc address.
+
+2000-11-06  Steve Ellcey <sje@cup.hp.com>
+
+       * archures.c (bfd_mach_ia64_elf64, bfd_mach_ia64_elf32): Add defines
+       to differentiate elf32 and elf64 on ia64.
+       * bfd-in2.h: Regenerate.
+       * config.bfd: Add target for "ia64*-*-hpux*".
+       * configure.in: Add bfd_elf32_ia64_big_vec to selvecs switch.
+       * configure: Regenerate.
+       * cpu-ia64.c (bfd_ia64_elf32_arch): Add elf32 arch info structure.
+       * targets.c: Add bfd_target bfd_elf32_ia64_big_vec.
+
+       * Makefile.am: Make elf32-ia64.c and elf64-ia64.c derived objects
+       from elfxx-ia64.c.  Add depenency rules for making elf32-ia64.lo.
+       * Makefile.in: Regnerate.
+       * elf64-ia64.c: Deleted.
+       * elfxx-ia64.c: New file, paramaterized version of elf64-ia64.c.
+
+2000-11-06  Kazu Hirata  <kazu@hxi.com>
+
+       * aout-adobe.c: Fix formatting.
+       * aout-arm.c: Likewise.
+       * aout-cris.c: Likewise.
+       * aout-encap.c: Likewise.
+       * aout-ns32k.c: Likewise.
+       * aout-target.h: Likewise.
+       * aout-tic30.c: Likewise.
+
+2000-11-05  Philip Blundell  <philb@gnu.org>
+
+       * elf32-arm.h (elf32_arm_merge_private_bfd_data): Always permit
+       BFDs containing no sections to be merged, regardless of their flags.
+
+2000-11-04  Philip Blundell  <philb@gnu.org>
+
+       * elf32-arm.h (elf32_arm_relocate_section): Suppress error message
+       if a relocation for an undefined symbol also results in an
+       overflow.
+
+Mon Nov  6 13:35:07 2000  Christopher Faylor <cgf@cygnus.com>
+
+       * config.bfd: Add support for Sun Chorus.
+
+2000-11-05  David O'Brien  <obrien@FreeBSD.org>
+
+       * configure.in: Recognize alpha-*-freebsd*.
+       * configure: Regenerate.
+
+2000-11-02  Luciano Gemme <ishitawa@yahoo.com> 
+
+       * srec.c (CHUNK): Rename to DEFAULT_CHUNK.
+       (Chunk): New global variable set by a parameter in objcopy.c.
+       (S3Forced): New global variable set by a parameter in
+       objcopy.c.
+       (srec_set_section_contents): If S3Forced is true, always generate
+       S3 records.
+       (srec_write_section): Use 'Chunk' to limit maximum length of S
+       records.
+
+2000-11-02  Per Lundberg  <plundis@chaosdev.org>
+
+       * config.bfd: Add support for i[3456]86-chaosdev-storm-chaos.
+       * Makefile.in: Regenerate.
+       * bfd-in2.h: Regenerate.
+       * po/bfd.pot: Regenerate.
+       
+2000-10-31  Philip Blundell  <philb@gnu.org>
+
+       * elf32-arm.h (elf32_arm_merge_private_bfd_data): Only handle
+       EF_SOFT_FLOAT if it is defined.
+
+2000-10-27  Philip Blundell  <philb@gnu.org>
+
+       * elf32-arm.h (elf32_arm_copy_private_bfd_data): Don't refuse
+       attempts to mix PIC code with non-PIC, just mark the output as
+       being position dependent.
+       (elf32_arm_merge_private_bfd_data): Likewise.  Print an error 
+       message for EF_SOFT_FLOAT mismatches.  Display diagnostics for 
+       all mismatches, not just the first one.
+       
+2000-10-25  Chris Demetriou  <cgd@sibyte.com>
+
+       * ieee.c (ieee_archive_p): Plug one of many possible
+       memory leaks in error handling.
+
+2000-10-20  Jakub Jelinek  <jakub@redhat.com>
+
+       * elf32-sparc.c (elf32_sparc_merge_private_bfd_data,
+       elf32_sparc_object_p, elf32_sparc_final_write_processing):
+       Support v8plusb.
+       * elf64-sparc.c (sparc64_elf_merge_private_bfd_data,
+       sparc64_elf_object_p): Support v9b.
+       * archures.c: Declare v8plusb and v9b machines.
+       * bfd-in2.h: Ditto.
+       * cpu-sparc.c: Ditto.
+
+2000-10-16  Geoffrey Keating  <geoffk@shoggoth.cygnus.com>
+
+       * elf64-sparc.c (sparc64_elf_relocate_section): Clear the location
+       of a GOT reloc.
+
+       * elf32-ppc.c (SYMBOL_REFERENCES_LOCAL): New macro.
+       (SYMBOL_CALLS_LOCAL): New macro.
+       (ppc_elf_adjust_dynamic_symbol): Use SYMBOL_CALLS_LOCAL.
+       (ppc_elf_check_relocs): Use SYMBOL_REFERENCES_LOCAL.
+       (ppc_elf_finish_dynamic_symbol): Use SYMBOL_REFERENCES_LOCAL.
+       (ppc_elf_relocate_section): Use flag variable to determine
+       whether the relocation refers to a local symbol.
+       Test whether a PLTREL24 reloc will produce a reloc by looking
+       to see whether a PLT entry was made.
+
+2000-10-14  Geoffrey Keating  <geoffk@shoggoth.cygnus.com>
+
+       * elf32-ppc.c (ppc_elf_finish_dynamic_symbol): Don't make PLT
+       entries that could serve as a definition for a weak symbol.
+
+2000-10-13  Ulf Carlsson  <ulfc@engr.sgi.com>
+
+       From  Ralf Baechle  <ralf@gnu.org>
+
+       * elf32-mips.c (mips_elf_create_dynamic_relocation): New argument
+       local_p.  Add symbol value only for non-R_MIPS_REL32 relocations
+       against local symbols.
+       (_bfd_mips_elf_finish_dynamic_sections): Undo patch from 2000-10-01.
+       
+2000-10-12  Alan Modra  <alan@linuxcare.com.au>
+
+       * section.c (struct sec): Add kept_section.
+       (struct bfd_comdat_info): Remove sec, we can use above.
+       (STD_SECTION): Add initializer.
+       (bfd_make_section_anyway): Init here too.
+
+       * bfd-in2.h: Regenerate.
+
+       * elflink.h (elf_link_add_object_symbols): Remove unnecessary
+       zeroing of `flags'.  
+       (elf_link_input_bfd): Set all asection->symbol->value's here, and
+       fudge values for discarded link-once section symbols.
+
+       * elf64-hppa.c: Include alloca-conf.h
+
 2000-10-11  Alan Modra  <alan@linuxcare.com.au>
 
        * elf.c (swap_out_syms): Revert 2000-10-07 changes.
This page took 0.025321 seconds and 4 git commands to generate.