* aoutx.h (NAME(aout,final_link)): Don't emit the string table if
[platform/upstream/binutils.git] / bfd / ChangeLog
index 9179b0f..dbbe603 100644 (file)
@@ -1,3 +1,189 @@
+Mon Aug 11 12:45:43 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * aoutx.h (NAME(aout,final_link)): Don't emit the string table if
+       there are no symbols.
+
+Sun Aug 10 14:45:56 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * coff-stgo32.c: Rename from coff-stubgo32.c to avoid old System V
+       file system 14 character limit.
+       * Makefile.am, configure.in: Corresponding changes.
+       * Makefile.in, configure: Rebuild.
+
+Fri Aug  8 18:34:36 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * Makefile.am: (ALL_MACHINES_CFILES): Add elf32-d10v.c.
+       Rebuild dependencies.
+       * Makefile.in: Rebuild.
+
+Wed Aug  6 18:56:51 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * Makefile.am (docdir): Define.
+       * Makefile.in: Rebuild.
+
+Tue Aug  5 23:05:03 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * configure: Rebuild with autoconf 2.12.1.
+
+Mon Aug  4 12:00:35 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * aclocal.m4, configure: Rebuild with new automake patches.
+
+Sun Aug  3 08:15:12 1997  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
+
+       * rs6000-core.c (make_bfd_asection):  New function to add a section
+       to the core file bfd.
+       (rs6000coff_core_p):  Use make_bfd_asection to add the core file
+       sections.
+       Use BFD routines to seek, read and stat the core file.
+       Handle .data sections from loaded objects and anonymously mmapped
+       regions, these are available in AIX 4 core files.
+
+Fri Aug  1 12:58:32 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * configure.in: Set enable_shared before AM_PROG_LIBTOOL.
+       * acinclude.m4: Move acmacros.m4 in here.  Remove AM_PROG_LIBTOOL
+       copy; use a patches libtool instead.
+       * acmacros.m4: Remove.
+       * Makefile.in, aclocal.m4, configure: Rebuild.
+
+Thu Jul 31 19:55:36 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * Makefile.am: New file, based on old Makefile.in.
+       * acmacros.m4: New file, copied from old aclocal.m4.
+       * acinclude.m4: New file.
+       * configure.in: Call AM_PROG_LIBTOOL.  Remove shared library
+       handling; now handled by libtool.  Replace AC_CONFIG_HEADER with
+       AM_CONFIG_HEADER.  Replace AC_PROG_INSTALL with AM_PROG_INSTALL.
+       Call AM_MAINTAINER_MODE, AM_CYGWIN32, and AM_EXEEXT.  Change all
+       .o files to .lo.  Remove stamp-h handling in AC_OUTPUT.
+       * acconfig.h: Mention PACKAGE and VERSION.
+       * stamp-h.in: New file.
+       * dep-in.sed: Change .o to .lo.
+       * Makefile.in: Now built with automake.
+       * aclocal.m4: Now built with aclocal.
+       * config.in, configure: Rebuild.
+       * VERSION: Remove.
+
+Thu Jul 31 12:09:20 1997  Geoff Keating  <geoffk@ozemail.com.au>
+
+       * elf32-ppc.c (ppc_elf_size_dynamic_sections): Don't set TEXTREL
+       if there is only a relocation to a read-only but not allocatable
+       section (like .stab).
+       * elf32-sparc.c (elf32_sparc_size_dynamic_sections): Likewise.
+       * elf32-i386.c (elf_i386_size_dynamic_sections): Likewise.
+       * elf32-m68k.c (elf_m68k_size_dynamic_sections): Likewise.
+       * elf32-mips.c (mips_elf_size_dynamic_sections): Likewise.
+       * elf64-alpha.c (elf64_alpha_size_dynamic_sections): Likewise.
+
+       * elf32-ppc.c (ppc_elf_howto_raw): Correct various comments.
+       (ppc_elf_create_linker_section): These sections are not 
+       created by the linker (that is, they are created by the user
+       putting data in them). In particular, they can be the source
+       and target of relocations.
+       (ppc_elf_adjust_dynamic_symbol): Check postcondition of
+       bfd_elf32_link_record_dynamic_symbol.  Align 16-byte common
+       objects (for instance, 'long double') to 16-byte boundaries.
+       (ppc_elf_size_dynamic_sections): Make the code that generates
+       section symbols exactly the same as for sparc, reducing the
+       number of section symbols output.
+       (ppc_elf_check_relocs): Check postcondition of
+       bfd_elf32_link_record_dynamic_symbol.  Make default case the
+       same as corresponding code for sparc, fixing bug involving
+       .rela.stabs.
+       (ppc_elf_finish_dynamic_symbol): Fix case involving GOT symbols
+       forced to be local because of versioning (by replicating
+       corresponding change in sparc).  Treat R_PPC_RELATIVE RELA relocs
+       as usual in ELF, not as pseudo-REL relocs (as the sparc linker
+       does).
+       (ppc_elf_relocate_section): Add handy debugging code for when
+       assertion fails.  Add some more 'symbol made local because of
+       versioning' cases.
+
+       * elf32-ppc.c (ppc_elf_relocate_section): Cope with addend when
+       processing a GOT relocation as required by ABI.
+
+Wed Jul 30 21:30:35 1997  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
+
+       * elflink.h (NAME(bfd_elf,record_link_assignment)): Remove any
+       version info if this symbol came from a dynamic object.
+       (elf_link_add_object_symbols): Set the version info of a symbol
+       only if the object actually contains version definitions and
+       defines this symbol.
+
+Mon Jul 28 18:07:43 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
+
+       * aclocal.m4: Add CYGWIN and EXEEXT autoconf macros.
+        * configure.in: Use CYGWIN and EXEEXT autoconf macro to look for
+        win32 dependencies.
+        * configure: Regenerated with autoconf 2.12.
+        * doc/Makefile.in: Add $(EXEEXT) to chew executable.
+
+Mon Jul 28 02:50:29 1997  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
+
+       * rs6000-core.c (rs6000coff_core_p):  If CORE_TRUNC is set, print
+       a warning rather than returning an error.
+
+Sun Jul 27 19:54:14 1997  Felix Lee  <flee@cygnus.com>
+
+       * coffswap.h (coff_swap_aux_in): add semicolon to make MSVC happy.
+
+Fri Jul 25 14:50:08 1997  Felix Lee  <flee@cygnus.com>
+
+       * cisco-core.c: define signals for wingdb.
+
+Fri Jul 25 16:27:07 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * ecofflink.c (bfd_ecoff_debug_accumulate): Only merge files with
+       the same number of aux entries.
+
+Fri Jul 25 08:22:15 1997  Jeffrey A Law  (law@cygnus.com)
+
+       * som.c (hppa_som_gen_reloc_type): Use R_DATA_EXPR for the
+       difference of two symbols if the relocation size is 32 bits.
+       (som_write_fixups): Handle R_DATA_EXPR.
+
+Wed Jul 23 16:08:02 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * coff-i386.c (coff_i386_reloc): Don't offset a common symbol by
+       its value if COFF_WITH_PE is defined.
+
+Tue Jul 22 17:19:45 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
+
+       * coff-stubgo32.c: New file.
+       * go32stub.h: New file.
+       * coff-i386.c: If COFF_GO32_EXE, include coff/go32exe.h.
+       * coffswap.h (coff_swap_filehdr_in): Invoke
+       COFF_ADJUST_FILEHDR_IN_PRE and COFF_ADJUST_FILEHDR_IN_POST if they
+       are defined.
+       (coff_swap_filehdr_out): Invoke COFF_ADJUST_FILEHDR_OUT_PRE and
+       COFF_ADJUST_FILEHDR_OUT_POST if they are defined.
+       (coff_swap_aux_in): Invoke COFF_ADJUST_AUX_IN_PRE and
+       COFF_ADJUST_AUX_IN_POST if they are defined.
+       (coff_swap_aux_out): Invoke COFF_ADJUST_AUX_OUT_PRE and
+       COFF_ADJUST_AUX_OUT_POST if they are defined.
+       (coff_swap_scnhdr_in): Invoke COFF_ADJUST_SCNHDR_IN_PRE and
+       COFF_ADJUST_SCNHDR_IN_POST if they are defined.
+       (coff_swap_scnhdr_out): Invoke COFF_ADJUST_SCNHDR_OUT_PRE and
+       COFF_ADJUST_SCNHDR_OUT_POST if they are defined.
+       * targets.c (go32stubbedcoff_vec): Declare.
+       (bfd_target_vector): Add go32stubbedcoff_vec.
+       * configure.in (go32coff_vec): New target vector.
+       (go32stubbedcoff_vec): Likewise.
+       * config.bfd (i[3456]86-*-msdosdjgpp*): New target.
+       (i[3456]86-*-go32*): Change to be like new msdosdjgpp*.
+       * Makefile.in: Rebuild dependencies.
+       (BFD32_BACKENDS): Add coff-stubgo32.o.
+       (BFD32_BACKENDS_CFILES): Add coff-stubgo32.c.
+       (HFILES): Add go32stub.h.
+
+Tue Jul 22 15:09:12 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * configure.in: Check for fdopen.
+       * configure, config.in: Rebuild.
+       * opncls.c (bfd_fdopenr): Check HAVE_FDOPEN rather than VMS or
+       __GO32__.  Reindent a bit.
+
 Sun Jul 20 20:05:20 1997  Ian Lance Taylor  <ian@cygnus.com>
 
        * sunos.c (sunos_create_dynamic_sections): Set SEC_LINKER_CREATED