2003-09-18 H.J. Lu <hongjiu.lu@intel.com>
[deliverable/binutils-gdb.git] / bfd / ChangeLog
index 5b463bf61c1a71ac14268443ca5c76652bc85dc1..4ca0009ce72c2a6b247b54fd88b03d3d261e4023 100644 (file)
@@ -1,3 +1,75 @@
+2003-09-18  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * acinclude.m4: Include ../config/accross.m4.
+       * aclocal.m4: Regenerated.
+
+       * configure.host (HOST_64BIT_TYPE): Remove if it is set to long
+       or long long.
+       (HOST_U_64BIT_TYPE): Remove if it is set to unsigned long long.
+       (host64): Remove if HOST_64BIT_TYPE is set to long.
+
+       * configure.in (HOST_64BIT_TYPE): Set according to the size of
+       long and long long.
+       (HOST_U_64BIT_TYPE): Likewise.
+       (host64): Likewise.
+       * configure: Regenerated.
+
+2003-09-19  Alan Modra  <amodra@bigpond.net.au>
+
+       * elf.c (elfcore_write_note): Don't use sizeof(Elf_External_note)
+       since some ABIs round up the size of the struct.
+
+2003-09-18  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * elflink.c (_bfd_elf_merge_symbol): Allow type change if
+       the old symbol is undefined and the new symbol is defined.
+
+2003-09-18  Andreas Schwab  <schwab@suse.de>
+
+       * simple.c (bfd_simple_get_relocated_section_contents): Use
+       _bfd_generic_link_hash_table_create instead of
+       bfd_link_hash_table_create.
+
+2003-09-10  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * elfxx-ia64.c (elfNN_ia64_special_sections): Mark all sections
+       started with ".sbss" or "".sdata" as SHF_IA_64_SHORT.
+
+2003-09-10  John David Anglin  <dave.anglin@nrc-cnrc.nrc.ca>
+           Randolph Chung      <randolph@tausq.org>
+
+       * elf32-hppa.c (struct elf32_hppa_link_hash_entry,
+       hppa_link_hash_newfunc, hppa_build_one_stub,
+       elf32_hppa_adjust_dynamic_symbol, mark_PIC_calls, allocate_plt_static,
+       allocate_dynrelocs, elf32_hppa_size_dynamic_sections,
+       elf32_hppa_finish_dynamic_symbol): Remove pic_call field and all code
+       for generating import stubs for calls to statically linked PIC
+       functions.
+       (hppa_type_of_stub): Don't generate an import stub for calls to
+       statically linked pic functions.  Generate import stubs for calls
+       in a shared object, to functions not in a regular file, and to
+       defined weak functions.  Add new argument INFO.
+       (hppa_build_one_stub): Don't undef ADDIL_DP.
+       (elf32_hppa_check_relocs): Don't set SEC_HAS_GOT_REF flag.
+       (elf32_hppa_size_stubs): Pass info to hppa_type_of_stub.
+       (final_link_relocate): Change all DLTIND relocs to DPREL relocs in a
+       non-shared link.  Convert instructions that use the the linkage table
+       pointer, or a facsimile thereof, to use the global data pointer when
+       the reloc has been changed.
+
+2003-09-08  Joel Brobecker  <brobecker@gnat.com>
+
+       * archures.c: Add new machine names for hppa.
+       * bfd-in2.h: Regenerate.
+       * cpu-hppa.c: Use the new machine names.
+
+2003-09-06  Stephane Carrez  <stcarrez@nerim.fr>
+
+       * elf32-m68hc1x.h (struct m68hc11_elf_link_hash_table): Remove
+       all_local_syms member.
+       * elf32-m68hc1x.c (elf32_m68hc11_size_stubs): Use bfd_elf_get_elf_syms
+       to get the local symbols.
+
 2003-09-06  Stephane Carrez  <stcarrez@nerim.fr>
 
        * elf32-m68hc12.c (elf32_m68hc12_special_sections): New for hc11.
        (v850_elf_print_private_bfd_data): Interpret E_V850E1_ARCH flag.
        (v850_elf_merge_private_bfd_data): Allow v850e1 binaries to be
        linked with v850e binaries.  Mark the output as v850e.
-       
+
 2003-09-03  Nick Clifton  <nickc@redhat.com>
 
-       * cofflink.c (_bfd_coff_link_input_bfd): Do not skip section 
+       * cofflink.c (_bfd_coff_link_input_bfd): Do not skip section
        symbols that are used in relocs.
 
 2003-08-30  Robert Millan  <robertmh@gnu.org>
 
 2003-08-24  Jason Eckhardt  <jle@rice.edu>
 
-       * coff-i860.c (CALC_ADDEND): Define to be a no-op. 
+       * coff-i860.c (CALC_ADDEND): Define to be a no-op.
 
 2003-08-24  Jason Eckhardt  <jle@rice.edu>
 
 
 2003-08-23  Jason Eckhardt  <jle@rice.edu>
 
-        * coff-i860.c (coff_i860_reloc_nyi): New function.
+       * coff-i860.c (coff_i860_reloc_nyi): New function.
        (howto_table): Add entries for relocations PAIR, HIGHADJ, HIGH,
        LOWn, SPLITn, and BRADDR.
        (RTYPE2HOWTO): Check that the r_type is within the howto_table
This page took 0.0266 seconds and 4 git commands to generate.