* bfd-in.h (bfd_int64_t, bfd_uint64_t): New types.
[deliverable/binutils-gdb.git] / bfd / ChangeLog
index af6c0f33703a4852f3be036f222f35e8d1344f1e..15d2758a2c59d1fc24372ab2e3c74d69a2688db9 100644 (file)
+2004-03-15  Alan Modra  <amodra@bigpond.net.au>
+
+       * bfd-in.h (bfd_int64_t, bfd_uint64_t): New types.
+       (BFD_HOST_64_BIT, BFD_HOST_U_64_BIT): Don't define here.
+       (bfd_getb64, bfd_getl64, bfd_get_bits): Return bfd_uint64_t.
+       (bfd_getb_signed_64, bfd_getl_signed_64): Return bfd_int64_t.
+       (bfd_putb64, bfd_putl64, bfd_put_bits): Accept bfd_uint64_t.
+       * configure.in (HOST_U_64BIT_TYPE): Set when sizeof long is 8.
+       (BFD_HOST_64_BIT_DEFINED, BFD_HOST_64_BIT, BFD_HOST_U_64_BIT): Set
+       when using long.
+       * libbfd.c (EIGHT_GAZILLION, COERCE64): Use bfd_int64_t.
+       (bfd_getb64): Return bfd_uint64_t.  Enable when BFD_HOST_64_BIT.
+       (bfd_getl64, bfd_getb_signed_64, bfd_getl_signed_64): Likewise.
+       (bfd_putb64): Accept bfd_uint64_t.  Enable when BFD_HOST_64_BIT.
+       (bfd_putl64, bfd_put_bits, bfd_get_bits): Likewise.
+       * dwarf2.c (struct attribute): Use bfd_int64_t and bfd_uint64_t.
+       (read_8_bytes, read_indirect_string, read_address): Likewise.
+       (read_abbrevs, parse_comp_unit): Likewise.
+       * targets.c (struct bfd_target): Likewise.
+       * aix386-core.c (NO_GET64, NO_PUT64, NO_GETS64): Define and use.
+       * hppabsd-core.c: Likewise.  Formatting.
+       * hpux-core.c: Likewise.
+       * irix-core.c: Likewise.
+       * netbsd-core.c: Likewise.
+       * osf-core.c: Likewise.
+       * ptrace-core.c: Likewise.
+       * sco5-core.c: Likewise.
+       * trad-core.c: Likewise.
+       * configure: Regenerate.
+       * bfd-in2.h: Regenerate.
+
+2004-03-15  Alan Modra  <amodra@bigpond.net.au>
+
+       * bfd-in.h (bfd_getb64, bfd_getl64): Replace bfd_byte* with void*.
+       (bfd_getb32, bfd_getl32, bfd_getb16, bfd_getl16): Likewise.
+       (bfd_getb_signed_64, bfd_getl_signed_64): Likewise.
+       (bfd_getb_signed_32, bfd_getl_signed_32): Likewise.
+       (bfd_getb_signed_16, bfd_getl_signed_16): Likewise.
+       (bfd_putb64, bfd_putl64, bfd_putb32, bfd_putl32): Likewise.
+       (bfd_putb16, bfd_putl16, bfd_get_bits, bfd_put_bits): Likewise.
+       * libbfd.c: Likewise in function definitions.
+       (bfd_put_8): Mask with 0xff rather than casting to char.
+       (bfd_putb16, bfd_putl16, bfd_putb32, bfd_putl32): Likewise.
+       (bfd_putb64, bfd_putl64, bfd_put_bits): Likewise.
+       (H_PUT_64, H_PUT_32, H_PUT_16, H_PUT_8): Remove casts, simplify.
+       (H_PUT_S64, H_PUT_S32, H_PUT_S16, H_PUT_S8): Likewise.
+       (H_GET_64, H_GET_32, H_GET_16, H_GET_8): Likewise.
+       (H_GET_S64, H_GET_S32, H_GET_S16, H_GET_S8): Likewise.
+       * libaout.h (H_PUT_64 H_PUT_32, H_PUT_16): Remove casts, simplify.
+       (H_PUT_S64, H_PUT_S32, H_PUT_S16): Likewise.
+       (H_GET_64, H_GET_32, H_GET_16): Likewise.
+       (H_GET_S64, H_GET_S32, H_GET_S16): Likewise.
+       * archive.c (do_slurp_coff_armap): Update swap prototype.
+       * coff-tic54x.c (tic54x_getl32): Replace bfd_byte* with void*.
+       (tic54x_getl_signed_32): Likewise.
+       (tic54x_putl32): Likewise.  Mask with 0xff rather than casting to char.
+       * mach-o.c (bfd_mach_o_read_header): Update get32 prototype.
+       * pdp11.c (bfd_getp32): Make static, replace bfd_byte* with void*.
+       (bfd_getp_signed_32, bfd_putp32): Likewise.
+       * targets.c (struct bfd_target): Use void* in place of bfd_byte* for
+       bfd_getx64, bfd_getx_signed_64, bfd_putx64, bfd_getx32,
+       bfd_getx_signed_32, bfd_putx32, bfd_getx16, bfd_getx_signed_16,
+       bfd_putx16, bfd_h_getx64, bfd_h_getx_signed_64, bfd_h_putx64,
+       bfd_h_getx32, bfd_h_getx_signed_32, bfd_h_putx32, bfd_h_getx16,
+       bfd_h_getx_signed_16, bfd_h_putx16.
+       * aix386-core.c (NO_GET, NO_GETS, NO_PUT): Update prototypes.
+       * hppabsd-core.c: Similarly.  Rename NO_SIGNED_GET to NO_GETS.
+       * hpux-core.c: Likewise.
+       * irix-core.c: Likewise.
+       * netbsd-core.c: Likewise.
+       * osf-core.c: Likewise.
+       * ptrace-core.c: Likewise.
+       * sco5-core.c: Likewise.
+       * trad-core.c: Likewise.
+       * bfd-in2.h: Regenerate.
+
+2004-03-15  Matt Thomas  <matt@3am-software.com>
+
+       * config.bfd: Add x86-64 vector to NetBSD/i386 if 64bit BFD is
+       selected.
+
+2004-03-13  Mark Kettenis  <kettenis@gnu.org>
+
+       * config.bfd: Add x86_64-*-openbsd*.
+       * configure.in (x86_64-*-openbsd*): Set COREFILE to
+       netbsd-core.lo.
+       * configure: Regenerate.
+
+2004-03-12  Nick Clifton  <nickc@redhat.com>
+           Dave Murphy  <wintermute2k4@ntlworld.com>
+
+       * elf32-arm.h (elf32_arm_merge_private_bfd_data): Skip most checks
+       if the input bfd does not contain any code.
+
+2004-03-09  Steve Ellcey  <sje@cup.hp.com>
+
+       * elfxx-ia64.c (plt_full_entry): Change ld8 to ld8.acq.
+
+2004-03-05  Fred Fish  <fnf@redhat.com>
+
+       * elfxx-mips.c (_bfd_mips_elf_finish_dynamic_symbol): Just force
+       mips16 symbols to be even rather than testing first for even/odd.
+       (_bfd_mips_elf_link_output_symbol_hook): Ditto.
+
+2004-03-05  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * elf.c (map_sections_to_segments): Ignore .tbss sections for
+       layout purposes.
+
+2004-03-03  Alexandre Oliva  <aoliva@redhat.com>
+
+       * elflink.c (bfd_elf_record_link_assignment): Mark undefweak and
+       undefined symbols as hash_new.
+
+2003-03-03  Andrew Stubbs  <andrew.stubbs@superh.com>
+
+       * archures.c: Add bfd_mach_sh4_nommu_nofpu.
+       * cpu-sh.c: Ditto.
+       * elf32-sh.c: Ditto.
+       * bfd-in2.h: Regenerate.
+
+2004-03-02  Alexandre Oliva  <aoliva@redhat.com>
+
+       * elf32-frv.c (struct frv_pic_relocs_info): Added fixups and
+       dynrelocs.
+       (_frv_count_got_plt_entries): Initialize them.
+       (frv_pic_relocs_info_find): Add insert argument.  Adjust all
+       callers.
+       (frv_pic_relocs_info_for_global): Likewise.
+       (frv_pic_relocs_info_for_local): Likewise.
+       (frv_pic_merge_early_relocs_info): New.
+       (_frv_resolve_final_relocs_info): Use it in case one entry maps to
+       another.
+       (_frv_add_dyn_reloc): Add entry argument.  Adjust all callers.
+       Check that we don't exceed the allocated count for entry.
+       (_frv_add_rofixup): Likewise.
+       (_frv_emit_got_relocs_plt_entries): Adjust for coding standards.
+       (elf32_frv_finish_dynamic_sections): Improve error message in case
+       we emit too few rofixup entries.
+
+2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
+
+       * archures.c (bfd_mach_fr450): New.
+       * bfd-in2.h: Regenerate.
+       * cpu-frv.c (arch_info_450): New bfd_arch_info_type.
+       (arch_info_500): Link to it.
+       * elf32-frv.c (elf32_frv_machine, frv_elf_merge_private_bfd_data)
+       (frv_elf_print_private_bfd_data): Handle fr405 and fr450 header flags.
+       (frv_elf_arch_extension_p): New function.
+       (frv_elf_merge_private_bfd_data): Use it.
+
+2004-02-28  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * elf-bfd.h (_bfd_elf_link_add_archive_symbols): New prototype.
+
+       * elflink.h (is_global_data_symbol_definition): Moved to
+       elflink.c.
+       (elf_link_is_defined_archive_symbol): Likewise.
+       (elf_link_add_archive_symbols): Likewise. Renamed to
+       _bfd_elf_link_add_archive_symbols.
+
+       * elflink.c (elf_link_is_defined_archive_symbol): Get the size
+       of ELF symbol table entry from backend.
+       (_bfd_elf_link_add_archive_symbols): Call bfd_link_add_symbols
+       instead of elf_link_add_object_symbols.
+
+2004-02-27  Alexandre Oliva  <aoliva@redhat.com>
+
+       * elf-bfd.h (struct elf_backend_data): Added
+       elf_backend_can_make_relative_eh_frame,
+       elf_backend_can_make_lsda_relative_eh_frame and
+       elf_backend_encode_eh_address.
+       (_bfd_elf_encode_eh_address): Declare.
+       (_bfd_elf_can_make_relative): Declare.
+       * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Use new
+       hooks to decide whether to attempt to make_relative and
+       make_lsda_relative.
+       (_bfd_elf_write_section_eh_frame_hdr): Call encode_eh_address.
+       (_bfd_elf_can_make_relative): New.
+       (_bfd_elf_encode_eh_address): New.
+       * elf32-frv.c (frv_elf_use_relative_eh_frame): New.
+       (frv_elf_encode_eh_address): New.
+       (elf_backend_can_make_relative_eh_frame): Define.
+       (elf_backend_can_make_lsda_relative_eh_frame): Define.
+       (elf_backend_encode_eh_address): Define.
+       * elfxx-target.h
+       (elf_backend_can_make_relative_eh_frame): Define.
+       (elf_backend_can_make_lsda_relative_eh_frame): Define.
+       (elf_backend_encode_eh_address): Define.
+       (elfNN_bed): Add them.
+
+2004-02-27  Alexandre Oliva  <aoliva@redhat.com>
+
+       * elf32-frv.c (elf32_frv_howto_table) <R_FRV_LABEL16>: Set
+       complain_on_overflow to signed.
+
+2004-02-27  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * elflink.h (sort_symbol): New.
+       (elf_link_add_object_symbols): Use a sorted symbol array for
+       weakdef.
+
+2004-02-27  Jakub Jelinek  <jakub@redhat.com>
+
+       * elf32-s390.c (allocate_dynrelocs): Use SYMBOL_REFERENCES_LOCAL
+       for pc relative relocs.
+       (elf_s390_relocate_section): Likewise.
+       * elf64-s390.c (allocate_dynrelocs): Use SYMBOL_REFERENCES_LOCAL
+       for pc relative relocs.
+       (elf_s390_relocate_section): Likewise.
+
+2004-02-26  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * elfxx-ia64.c (elfNN_ia64_check_relocs): Fix call to
+       count_dyn_reloc.
+
+2004-02-25  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * elfxx-ia64.c (elfNN_ia64_dyn_reloc_entry): Add the reltext.
+       field to track if a relocation is against readonly section.
+       (count_dyn_reloc): Take a new argument for rent->reltext.
+       (elfNN_ia64_check_relocs): Adjust call to count_dyn_reloc.
+       (get_reloc_section): Don't set ia64_info->reltext here.
+       (allocate_dynrel_entries): Set ia64_info->reltext here.
+
+2004-02-24  Alexandre Oliva  <aoliva@redhat.com>
+
+       * elf32-frv.c (FRV_SYM_LOCAL): Weak undefined doesn't imply local.
+       (_frv_emit_got_relocs_plt_entries): Decay relocation to protected
+       function's descriptor to symbol+offset, and map local undefweak
+       symbol to NULL function descriptor.
+       (elf32_frv_relocate_section): Likewise.
+
+2004-02-23  Mark Kettenis  <kettenis@gnu.org>
+
+       * libaout.h (enum machine_type): Add M_SPARC64_NETBSD and
+       M_X86_64_NETBSD.
+       * netbsd-core.c (M_SPARC64_OPENBSD): Define.
+       (netbsd_core_file_p): Set architecture from machine ID for
+       selected machines.
+
+2004-02-23  Jakub Jelinek  <jakub@redhat.com>
+
+       * elflink.h (size_dynamic_sections): If not adding DT_FLAGS and
+       DF_BIND_NOW is set in info->flags, create DT_BIND_NOW dynamic entry.
+
+2004-02-21  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * elflink.c (_bfd_elf_merge_symbol): Properly handle undefined
+       symbols with non-default visibility.
+
+2004-02-21  Danny Smith  <daanysmith@users.sourceforge.net>
+
+       * peXXigen.c (_bfd_XXi_swap_scnhdr_out): Clear
+       IMAGE_SCN_MEM_WRITE on known sections only.
+
+2004-02-20  Jakub Jelinek  <jakub@redhat.com>
+
+       * elf32-ppc.c (allocate_dynrelocs): Create dynsym for undef weak
+       symbols used in PIE relocs.
+
+2004-02-19  Jakub Jelinek  <jakub@redhat.com>
+
+       * elf32-sparc.c (elf32_sparc_finish_dynamic_sections): Clear
+       .plt sh_entsize.
+
 2004-02-18  Daniel Jacobowitz  <drow@mvista.com>
 
        * configure.in: Update version to 2.15.90.
        * configure: Regenerate.
 
 2004-02-17  Daniel Jacobowitz  <drow@mvista.com>
-            Richard Sandiford  <rsandifo@redhat.com>
+           Richard Sandiford  <rsandifo@redhat.com>
 
        * elfxx-mips.c (mips_elf_calculate_relocation): Use
        _bfd_elf_symbol_refs_local_p to decide whether to decay
        fseeko and fseeko64.  Determine bfd_file_ptr.
        * configure: Re-generate.
        * config.in: Re-generate.
-       
+
 2004-02-09  Anil Paranjpe  <anilp1@KPITCummins.com>
 
        * coff-h8300.c: Added comments about relaxation for ldc.w and stc.w.
This page took 0.026586 seconds and 4 git commands to generate.