Tue Jun 16 13:06:21 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
[binutils-gdb.git] / bfd / ChangeLog
index 794b4c19f1f22f9a94e9b2572588b0687e64bde2..de234df222ef2af541e24a09fdf9fb4d1d2b017a 100644 (file)
@@ -1,5 +1,73 @@
+Fri Jun 12 13:30:17 1998  Tom Tromey  <tromey@cygnus.com>
+
+       * po/Make-in (all-yes): If maintainer mode, depend on .pot file.
+       ($(PACKAGE).pot): Unconditionally depend on POTFILES.
+
+Fri Jun 12 13:34:02 1998  Doug Evans  <devans@canuck.cygnus.com>
+
+       * elf.c (swap_out_syms): New arg relocatable_p.
+       Don't add section VMA to symbols for relocatable output.
+       (_bfd_elf_compute_section_file_positions): Update call to
+       swap_out_syms.
+
+Mon Jun  8 15:20:57 1998  Nick Clifton  <nickc@cygnus.com>
+
+       * elf32-v850.c (v850_elf_perform_relocation): Make comparisons
+       against 'addend' be signed rather than unsigned.
+
+Sat Jun  6 00:31:21 1998  Nick Clifton  <nickc@cygnus.com>
+
+       * elf32-m32r.c: Add prototyps for static functions.
+
+       * coff-arm.c: Add prototypes for static functions. 
+
+Fri Jun  5 17:21:51 1998  Nick Clifton  <nickc@cygnus.com>
+
+       * elf.c (elf_sort_sections): Sort by LMA first then VMA, since the
+       LMA is used to order sections in a segment.
+
+       * elf32-v850.c: Add prototypes for static functions.
+       Change type of addend parameter to bfd_vma in various functions.
+
+Fri Jun  5 18:09:58 1998  Ian Lance Taylor  <ian@cygnus.com>
+
+       * aoutx.h (howto_table_ext): Change RELOC_BASE13 to use
+       complain_overflow_signed instead of complain_overflow_bitfield.
+
+Fri Jun  5 15:11:11 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
+
+       * elf.c (elf_map_symbols): Don't add section VMA to symbol value
+       when comparing against 0.
+
+Wed Jun  3 17:52:49 1998  Ian Lance Taylor  <ian@cygnus.com>
+
+       * Makefile.am (config.status): New target.
+       * Makefile.in: Rebuild.
+
+start-sanitize-sky
+Wed Jun  3 11:39:57 1998  Doug Evans  <devans@canuck.cygnus.com>
+
+       * elf32-mips.c (_bfd_mips_elf_fake_sections): Update to use
+       Elf32_Dvp_External_Overlay instead of 64 bit version.
+
+end-sanitize-sky
+Wed Jun  3 12:18:24 1998  Stan Cox  <scox@equinox.cygnus.com>
+
+       * elf32-sparc.c (elf32_sparc_merge_private_bfd_data): Give an
+       error if previous object endianness doesn't match current object.
+
+Tue Jun  2 17:50:59 1998  Nick Clifton  <nickc@cygnus.com>
+
+       * elf32-v850.c (v850_elf_print_private_bfd_data): Call
+       _bfd_elf_print_private)bfd_data ().
+
 Tue Jun  2 15:29:35 1998  Ian Lance Taylor  <ian@cygnus.com>
 
+       * elflink.h (elf_merge_symbol): Don't always set type_change_ok
+       and size_change_ok.
+       (elf_link_add_object_symbols): Set type_change_ok and
+       size_change_ok before calling elf_merge_symbol.
+
        * elf32-mips.c (mips_elf_relocate_section): If we issue an
        undefined symbol error, don't also issue an overflow error.