* elf32-arm.h (elf32_arm_size_dynamic_sections): Don't strip output
[deliverable/binutils-gdb.git] / bfd / ChangeLog
index f2d81b9f5f1c11fa6176efd71a5ddbf209e86ba6..c71c3ff1af0a496ba45538c22d09cdcf82c9eee0 100644 (file)
@@ -1,7 +1,350 @@
+2002-11-09  Jeroen Dobbelaere  <jeroen.dobbelaere@acunia.com>
+
+       * elf32-arm.h (elf32_arm_size_dynamic_sections): Don't strip output
+       section when dynamic section unused;  _bfd_strip_section_from_output
+       instead.
+
+2002-11-08  Alan Modra  <amodra@bigpond.net.au>
+
+       * targets.c (_bfd_target_vector): Disable pef_vec, pef_xlib_vec
+       and sym_vec.
+
+       * dwarf2.c: Revert last change.
+
+2002-11-07  Michal Ludvig  <mludvig@suse.cz>
+
+       * dwarf2.c (read_indirect_string, read_abbrevs, decode_line_info,
+       _bfd_dwarf2_find_nearest_line): Use
+       bfd_simple_get_relocated_section_contents() instead of
+       bfd_get_section_contents().
+       * reloc.c (bfd_perform_relocation): Add sanity check.
+       * simple.c (simple_get_relocated_section_contents): If the section
+       does not have any relocs associated with it, just return the
+       unadjusted contents.
+
+2002-11-07  Hans-Peter Nilsson  <hp@axis.com>
+
+       * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_16_GOT,
+       case R_CRIS_32_GOT>: Correct test for filling in constant .got
+       contents, enabling for a non-DSO, for symbols defined in the
+       program with --export-dynamic.
+
+2002-11-07  Alan Modra  <amodra@bigpond.net.au>
+
+       * elf64-ppc.c: Comment typo fixes.
+       (ppc64_elf_merge_private_bfd_data): Allow BFD_ENDIAN_UNKNOWN input.
+
+2002-11-07  Nick Clifton  <nickc@redhat.com>
+
+       * po/da.po: Updated Danish translation.
+
+2002-11-06  Alexandre Oliva  <aoliva@redhat.com>
+
+       * elf64-mips.c (mips_elf64_slurp_one_reloc_table): Generate
+       exactly three internal relocs per external reloc.  Set reloc_count
+       to the external reloc count.
+
+2002-11-06  Klee Dienes  <kdienes@apple.com>
+
+         * 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 
+       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
+       * archures.c (enum bfd_architecture): Add bfd_arch_m98k.
+       * 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.
+       * Makefile.in: Regenerate.
+       * doc/Makefile.in: Regenerate.
+        * bfd-in2.h: Regenerate.
+       * xsym.c: New file.  Contains support for the Apple/Metrowerks
+       xSYM debugging format.
+       * xsym.h: New file.
+       * pef.c: New file.  Contains support for the Apple Code Fragment
+       Manager Preferred Executable Format
+       * pef.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
+       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].
+       * Makefile.in: Regenerate.
+       * config.bfd: Change arm-nto to use bfd_elf32_{big|little}arm_vec,
+       ppc-nto to use bfd_elf32_powerpc{le}_vec, sh-nto to use
+       bfd_elf32_sh{l}_vec, and i386-nto to use bfd_elf32_i386_vec.
+       * configure.in: Remove support for bfd_elf32_sh{l}qnx_vec,
+       bfd_elf32_powerpc{le}qnx_vec, bfd_elf32_{big|little}armqnx_vec,
+       and bfd_elf32_i386qnx_vec, and removed elf32-qnx.lo from other targets.
+       bfd_elf32_sh{l}_vec, and i386-nto to use bfd_elf32_i386_vec.
+       * configure: Regenerate.
+       * elf32-qnx.c: Remove.
+       * elf32-qnx.h: Remove.
+       * elf.c: Remove calls to QNX specific set_nonloadable_filepos,
+       is_contained_by_filepos, and copy_private_bfd_data_p.
+       * elf-bfd.h (struct elf_backend_data): Remove set_nonloadable_filepos,
+       is_contained_by_filepos, and copy_private_bfd_data_p.
+       * elf32-i386.c: Remove QNX extended bfd support.
+       * elf32-ppc.c: Remove QNX extended bfd support.
+       * elf32-sh.c: Remove QNX extended bfd support.
+       * elfarm-nabi.c: Remove QNX extended bfd support.
+       * targets.c: Remove qnx vectors.
+       * elfxx-target.h (elf_backend_set_nonloadable_filepos): Remove
+       (elf_backend_is_contained_by_filepos): Remove.
+       (elf_backend_copy_private_bfd_data_p): Remove.
+       * po/SRC-POTFILES.in: Regenerate.
+
+2002-11-06  David O'Brien  <obrien@FreeBSD.org>
+           Alan Modra  <amodra@bigpond.net.au>
+
+       * elf64-sparc.c (sparc64_elf_relocate_section): Adjust addend of
+       dynamic relocs against section symbols for the output section vma.
+
+2002-11-05  Alan Modra  <amodra@bigpond.net.au>
+
+       * elf32-arm.h (t2a1_push_insn, t2a2_ldr_insn, t2a3_mov_insn,
+       t2a4_bx_insn, t2a5_pop_insn, t2a6_bx_insn): Remove.
+
+2002-11-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
+           Alan Modra  <amodra@bigpond.net.au>
+
+       * config.bfd (sh-*-linux*): Use bfd_elf*_sh64*lin_vec as sh64
+       vectors in target_selvecs.
+       (shle-*-netbsdelf*): Use bfd_elf*_sh64*nbsd_vec as sh64 vectors
+       in target_selvecs.
+       (sh-*-netbsdelf*): Likewise.
+       * configure.in (assocvecs): New variable.  Handle assocvecs like
+       selvecs.
+       * configure: Regenerate.
+       * format.c (bfd_check_format_matches): Store bfd_target pointers
+       in matching_vector instead of target names.  Select first target
+       from bfd_associated_vector that matches a list of ambiguous targets.
+       * targets.c (_bfd_associated_vector): New array.
+       (bfd_associated_vector): New variable.
+       (_bfd_target_vector): Add bfd_elf*_sh64*lin_vec.
+       * libbfd-in.h (bfd_associated_vector): Declare.
+       * libbfd.h: Regenerate.
+
+2002-11-05  Elias Athanasopoulos  <eathan@otenet.gr>
+
+       * vms-gsd.c (_bfd_vms_write_gsd): Check that symbol->udata.p is
+       non-NULL before dereferencing.
+
+2002-11-04  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
+
+       * vms.c (vms_object_p): Restore the start address when returning
+       NULL.
+
+2002-11-04  Alan Modra  <amodra@bigpond.net.au>
+           Hans-Peter Nilsson  <hp@axis.com>
+
+       * elflink.h (struct elf_final_link_info): Add shndxbuf_size.
+       (elf_bfd_final_link): Don't bother zeroing symtab_hdr fields.
+       Set up a larger symshndxbuf, and write it out.  Free it on
+       exit rather than freeing symbuf twice.  Correct section index
+       on output section symbol loop.
+       (elf_link_output_sym): Accumulate symbol extension section
+       indices, reallocating symshndxbuf rather than writing it out.
+       (elf_link_flush_output_syms): Don't flush symshndxbuf.
+       * elf.c (assign_section_numbers): Init i_shdrp to all zero.
+       Use bfd_zalloc to clear i_shdrp[0] too.
+
+2002-11-03  Stephen Clarke <stephen.clarke@earthling.net>
+
+        * elf32-sh64-com.c (sh64_address_in_cranges): Use
+       _raw_size of cranges section if _cooked_size not yet set.
+
+2002-11-03  Hans-Peter Nilsson  <hp@axis.com>
+
+       * elf32-v850.c (v850_elf_relax_delete_bytes): Correct parameters
+       for bfd_elf32_swap_symbol_out.
+
+2002-10-31  David O'Brien  <obrien@FreeBSD.org>
+
+       * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Don't mix
+       signed and unsigned in comparison.
+
+2002-10-30  Daniel Jacobowitz  <drow@mvista.com>
+
+       * coffcode.h: Remove extraneous '\'.
+
+2002-10-28  H.J. Lu <hjl@gnu.org>
+
+       * Makefile.am (targets.lo): Depend on Makefile instead of
+       config.status.
+       (archures.lo): Likewise.
+       * Makefile.in: Regenerated.
+
+2002-10-25  Jason Thorpe  <thorpej@wasabisystems.com>
+
+       * config.bfd (mips*el-*-netbsd*, mips*-*-netbsd*): Add
+       bfd_elf64_bigmips_vec and bfd_elf64_littlemips_vec to
+       targ_selvecs.
+
+2002-10-25  Jim Wilson  <wilson@redhat.com>
+
+       * elf64-sh64.c (sh_elf64_relocate_section): Call
+       _bfd_elf_rela_local_sym.  Handle relocs against STT_SECTION symbol
+       of SHF_MERGE section.
+
+2002-10-25  Hans-Peter Nilsson  <hp@axis.com>
+
+       * simple.c: Correct placement of ATTRIBUTE_UNUSED.
+
+2002-10-24  John David Anglin  <dave@hiauly1.hia.nrc.ca>
+
+       * aoutx.h (NAME(aout,swap_ext_reloc_in)): Cast bytes->r_index to
+       unsigned int.  Cast RELOC_BASE10, RELOC_BASE13 and RELOC_BASE22 to
+       unsigned int.
+       (NAME(aout,final_link)): Cast enum used in assignment.
+       (aout_link_write_symbols): Cast enums in comparisons, int values to
+       boolean, enums in assignments to int.
+       (aout_link_input_section_std): Cast rel->r_index to unsigned int.
+       (aout_link_input_section_ext): Likewise.  Cast enums used in comparisons
+       with unsigned ints.
+       (aout_link_reloc_link_order): Cast enum to int in assignment.
+       * archive.c (_bfd_generic_read_ar_hdr_mag): Cast result of memchr
+       calls to char *.
+       * bfd-in.h (bfd_set_section_vma): Cast enum true to unsigned int in
+       assignment.
+       * bfd-in2.h (bfd_set_section_vma): Likewise.
+       * bfd.c (bfd_record_phdr): Cast enums in assignments.
+       * binary.c (bfd_alloc): Cast enum to long.
+       * coffgen.c (_bfd_coff_is_local_label_name): Cast return to boolean.
+       * dwarf2.c (read_abbrevs): Add casts to enum types.
+       (read_attribute_value): Likewise.
+       (arange_add): Cast result of bfd_zalloc call.
+       (comp_unit_contains_address): Return true and false.
+       (comp_unit_find_nearest_line): Cast return to boolean.
+       * format.c (bfd_check_format_matches, bfd_set_format): Likewise.
+       * gen-aout.c: define macro '_' if not defined.
+       * libbfd.c (bfd_realloc): Cast malloc and realloc to PTR.
+       (bfd_bwrite): Cast bfd_realloc to bfd_byte *.
+       (bfd_write_bigendian_4byte_int): Cast return to boolean.
+       (bfd_seek): Cast bfd_realloc to bfd_byte *.
+       (bfd_generic_is_local_label_name): Cast return to boolean.
+       * libcoff.h (_bfd_coff_adjust_symndx): Remove extraneous '\'.
+       * linker.c (_bfd_link_hash_newfunc): Cast bfd_hash_allocate result to
+       struct bfd_hash_entry *.
+       (_bfd_generic_link_hash_newfunc): likewise.
+       (_bfd_generic_final_link): Cast enum to unsigned int.
+       * merge.c (sec_merge_emit): Cast return to boolean.
+       (merge_strings): Add casts to const unsigned char *.
+       * reloc.c (bfd_get_reloc_code_name): Cast enums in comparison to int.
+       (bfd_generic_get_relocated_section_content): Cast enum to unsigned int.
+       * section.c (bfd_section_hash_newfunc): Cast bfd_hash_allocate result to
+       struct bfd_hash_entry *.
+       (bfd_set_section_content): Add cast to PTR in comparison.
+       * simple.c (simple_dummy_warning, simple_dummy_undefined_symbol,
+       simple_dummy_reloc_overflow, simple_dummy_reloc_dangerous,
+       simple_dummy_unattached_reloc,
+       bfd_simple_get_relocated_section_contents): Add K&R declarations and
+       function definitions.
+       * srec.c (S3Forced): Initialize to false.
+       (srec_get_symtab): Cast return value from bfd_alloc to asymbol *.
+       * stabs.c (_bfd_link_section_stabs): Cast enum to int in comparisons.
+       (_bfd_discard_section_stabs): Likewise.  Also cast return to boolean.
+       * syms.c (bfd_is_undefined_symclass): Cast return to boolean.
+       (_bfd_stab_section_find_nearest_line): Cast enum to bfd_byte in
+       comparisons.
+
+2002-10-23  Jakub Jelinek  <jakub@redhat.com>
+
+       * elf64-alpha.c (elf64_alpha_check_relocs): Only put maybe_dynamic
+       relocs into shared lib non-allocated reloc sections.
+
+2002-10-23  Nathan Tallent  <eraxxon@alumni.rice.edu>
+
+       * dwarf2.c (add_line_info): Ensure that the line_info_table is
+       sorted even when given an out-of-order line sequence.
+       (lookup_address_in_line_info_table): When an exact VMA match is
+       not found, return line information with the closest VMA.
+
+2002-10-23 Ross Alexander <ross.alexander@uk.neceur.com>
+
+       * elf64-hppa.c: Force DT_FLAGS to always be set.  Required by
+       HPUX 11.00 patch PHSS_26559.
+
+2002-10-22  Alexandre Oliva  <aoliva@redhat.com>
+
+       * elfxx-mips.c (_bfd_mips_elf_modify_segment_map): Don't move
+       the options section into a separate section unless IRIX 6
+       compatibility is enabled.
+
+2002-10-22  Alexandre Oliva  <aoliva@redhat.com>
+
+       * elflink.h (struct elf_link_sort_rela): Turn rel and rela
+       into arrays.
+       (elf_link_sort_cmp1, elf_link_sort_cmp2): Adjust.
+       (elf_link_sort_relocs): Likewise.  Take int_rels_per_ext_rel
+       into account.
+       * elfxx-mips.c (mips_elf_create_dynamic_relocation): Compose
+       R_MIPS_REL32 with R_MIPS64 if ABI_64_P.
+
+2002-10-21  Graeme Peterson  <gp@qnx.com>
+
+       * targets.c (_bfd_target_vector): Add missing qnx vectors.
+
+2002-10-21  Alan Modra  <amodra@bigpond.net.au>
+
+       * targets.c (bfd_target_list): Don't return the default target twice.
+
+2002-10-21  Elias Athanasopoulos  <eathan@otenet.gr>
+
+       * archive.c (_bfd_archive_bsd_update_armap_timestamp): Replace
+       perror with bfd_perror.
+
+2002-10-19  H.J. Lu <hjl@gnu.org>
+
+       * elflink.h (elf_link_add_object_symbols): Correctly handle
+       DT_RPATH and DT_RUNPATH.
+
+2002-10-19  Mark Kettenis  <kettenis@gnu.org>
+
+       * elf.c (elfcore_grok_note): Fix recognition on NT_PRXFPREG notes.
+
+2002-10-17  Denis Chertykov  <denisc@overta.ru>
+
+       * elf32-ip2k.c (ELF_MACHINE_ALT1): Define alternate machine code
+       for ip2k port.
+
+2002-10-17  Alan Modra  <amodra@bigpond.net.au>
+
+       * elfxx-target.h (USE_REL): Don't define as 1.
+       * elf32-arm.h (USE_REL): Provide a default define of 0.
+       Use #if rather than #ifdef when testing USE_REL.
+       * elf32-m32r.c: Likewise.
+
+       * elf32-arc.c (USE_REL): Define as 1.
+       * elf32-d10v.c (USE_REL): Likewise.
+       * elf32-m32r.c (USE_REL): Likewise.
+       * elf32-m68hc11.c (USE_REL): Likewise.
+       * elf32-m68hc12.c (USE_REL): Likewise.
+       * elf32-or32.c (USE_REL): Likewise.
+       * elfarm-nabi.c (USE_REL): Likewise.
+
+2002-10-16  Jakub Jelinek  <jakub@redhat.com>
+
+       * config.bfd (s390-*-linux*): Add targ64_selvecs.
+       (s390x-*-linux*): Add targ_selvecs.
+
 2002-10-16  Alan Modra  <amodra@bigpond.net.au>
 
        * Makefile.am (BFD32_BACKENDS): Remove elfarmqnx-nabi.lo,
-       elf32-i386-fbsd.lo, elf32-i386qnx.lo, elf32-ppcqnx.lo, 
+       elf32-i386-fbsd.lo, elf32-i386qnx.lo, elf32-ppcqnx.lo,
        elf32-sh-lin.lo, elf32-sh64-lin.lo, elf32-sh-nbsd.lo,
        elf32-sh64-nbsd.lo, elf32-shqnx.lo.  Add elf32-qnx.lo.
        (BFD32_BACKENDS_CFILES): Likewise for corresponding C files.
        * elf32-sh64-lin.c: New file.
        * elf64-sh64-lin.c: New file.
        * targets.c: Add bfd_elf32_sh64lin_vec, bfd_elf32_sh64blin_vec,
-       bfd_elf64_sh64lin_vec, bfd_elf64_sh64blin_vec.
-       
+       bfd_elf64_sh64lin_vec, bfd_elf64_sh64blin_vec.
+
 2002-10-08  H.J. Lu <hjl@gnu.org>
 
        * elf32-i386.c (elf_i386_relocate_section): Re-arrange the
This page took 0.028252 seconds and 4 git commands to generate.