PR 1150
[deliverable/binutils-gdb.git] / bfd / ChangeLog
index b3b6906d53b16079925657374504e22ae5b778b4..fdc81a2f7598eb27940ff420654ffc4c976e6d62 100644 (file)
@@ -1,5 +1,134 @@
+2005-11-11  Nick Clifton  <nickc@redhat.com>
+
+       PR 1150
+       * elfxx-mips.c (mips_elf_calculate_relocation): Ignore an
+       undefined symbol if it is optional.
+       (_bfd_mips_elf_merge_symbol_attribute): Make sure that the
+       optional flag is merged as well as the visibility.
+       * elfxx-mips.h (_bfd_mips_elf_merge_symbol_attribute): Prototype.
+       (elf_backend_merge_symbol_attribute): Define.
+
+2005-11-08  Nathan Sidwell  <nathan@codesourcery.com>
+
+       Add ms2 support
+       * archures.c (bfd_mach_ms2): Define.
+       * cpu-ms1.c (arch_info_struct): Add ms2 stanza.
+       * elf32-ms1.c (elf32_ms1_machine): Add ms2 case.
+       (ms1_elf_merge_private_bfd_data): Remove unused variables.  Add
+       correct merging logic, with workaround.
+       (ms1_elf_print_private_bfd_data): Add ms2 case.
+       * reloc.c (BFD_RELOC_MS1_PCINSN8): Add ms2 specific reloc.
+       * libbfd.h: Regenerated.
+       * bfd-in2.h: Regenerated.
+
+2005-11-07  Steve Ellcey  <sje@cup.hp.com>
+
+       * warning.m4 (AM_BINUTILS_WARNINGS): Default to empty string
+       if compiler is not GCC.
+       * configure: Regenerate
+
+2005-11-07  Steve Ellcey  <sje@cup.hp.com>
+
+       * configure: Regenerate after modifying bfd/warning.m4.
+
+2005-11-07  Steve Ellcey  <sje@cup.hp.com>
+
+       * configure.host (ia64-*-hpux*): Set _LARGEFILE64_SOURCE.
+
+2005-11-03  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * configure.in: Check for fopen64.
+       * libbfd-in.h (real_fopen): New prototype.
+       * configure, config.in, libbfd.h: Regenerated.
+       * bfdio.c (real_fopen): New function.
+       * opncls.c (bfd_fopen, bfd_fill_in_gnu_debuglink_section): Use it.
+       * cache.c (bfd_open_file): Likewise.
+
+2005-11-03  Thiemo Seufer  <ths@networkno.de>
+
+       * elfxx-mips.c (mips_elf_calculate_relocation): Handle only
+       forced local symbols here.
+       (mips_elf_create_dynamic_relocation): Likewise.
+       (_bfd_mips_elf_finish_dynamic_symbol): Fix typo in comment.
+
+2005-11-03  Alan Modra  <amodra@bigpond.net.au>
+
+       * elf.c (elf_fake_sections): When calculating tbss size, just use
+       the last link_order.
+       (assign_file_positions_for_segments): Likewise.
+       * elflink.c (bfd_elf_final_link): Likewise.
+       (elf_reloc_link_order): Correct comment.
+
+2005-11-02  Alan Modra  <amodra@bigpond.net.au>
+
+       PR ld/1775
+       * elf32-m68k.c (elf_m68k_finish_dynamic_symbol): Add required
+       parentheses.
+
+2005-10-29  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * Makefile.am: Run "make dep-am".
+       * Makefile.in: Regenerated.
+
+       * dep-in.sed: Replace " ./" with " ".
+
+2005-10-29  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * hpux-core.c: Include <machine/reg.h> only if HPUX_CORE is
+       define.
+       * osf-core.c: Include <sys/core.h> only if OSF_CORE is defined.
+       * sco5-core.c: Include <sys/paccess.h> and <sys/region.h> only
+       if SCO5_CORE is defined.
+
+2005-10-29  Mark Kettenis  <kettenis@gnu.org>
+
+       * Makefile.am: Run "make dep-am".
+       * Makefile.in: Regenerate.
+
+2005-10-28  Joel Brobecker  <brobecker@adacore.com>
+
+       From Eric Botcazou  <botcazou@adacore.com>
+       * coffcode.h (coff_compute_section_file_positions): Fix small
+       error in preprocessor directives.
+
+2005-10-28  Joel Brobecker  <brobecker@adacore.com>
+
+       Mostly from Eric Botcazou <botcazou@adacore.com>
+       * rs6000-core.c: ANSIfy all function definitions.
+       Add missing function prototypes.
+       (ptr_to_uint): New type.
+       (rs6000coff_core_p): Use it as intermediate step in casts.
+       (rs6000coff_core_file_matches_executable_p): Likewise.
+       * xcoff-target.h (rs6000coff_core_p): Fix prototype.
+       (rs6000coff_core_file_matches_executable_p): Likewise.
+
+2005-10-28  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR binutils/1472
+       * aoutx.h (NAME (aout, machine_type)): Handle
+       bfd_mach_sparc_v8plus, bfd_mach_sparc_v8plusa,
+       bfd_mach_sparc_v8plusb, bfd_mach_sparc_v9, bfd_mach_sparc_v9a
+       and bfd_mach_sparc_v9b.
+
+2005-10-28  Hans-Peter Nilsson  <hp@axis.com>
+
+       PR ld/1567
+       * elf32-cris.c (cris_elf_howto_table) <R_CRIS_32>: Set
+       complain_on_overflow field to complain_overflow_dont.
+
 2005-10-27  Alan Modra  <amodra@bigpond.net.au>
 
+       PR 973
+       * cache.c (enum cache_flag): New.
+       (close_one): Save file mtime.
+       (bfd_cache_lookup): Add flag arg, adjust all users.
+       (bfd_cache_lookup_worker): Likewise.
+       (cache_btell): Use CACHE_NO_OPEN and return abfd->where if file
+       not open.
+       (cache_bflush): Similarly, and return success of file not open.
+       (cache_bseek): Use CACHE_NO_SEEK if SEEK_SET or SEEK_END.
+       (cache_bstat): Use CACHE_NO_SEEK_ERROR.
+
        * bfdwin.c (bfd_get_file_window): Seek into file in place of
        using bfd_cache_lookup.
 
This page took 0.02525 seconds and 4 git commands to generate.