* libcoff-in.h (struct xcoff_tdata): Define.
[deliverable/binutils-gdb.git] / ChangeLog
index aba0a9626d1c97303613857de9b045ff140cf722..48cad9358eba19bbf8b45eadae62c568890926ce 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,365 @@
-Mon Apr 24 16:23:41 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
+Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
 
-       * config.guess (*:Linux:*:*): Determine whether the default
-       compiler is ELF or a.out.
+       * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
+       -mcall-aixdesc libraries.
+
+Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
+
+       Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
+
+       * config.sub (arm | armel | armeb): Fix shell syntax.
+
+Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
+
+       * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
+       -msoft-float and -mcpu=common support.
+       (powerpc*-*-eabisim*): Add support for building -mcall-aix
+       libraries.
+
+Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
+
+       * configure.in: Allow configuration and build of emacs19 for the alpha.
+
+Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
+
+       * configure.in (CC): Get ^CC, not just any old CC, from
+       ${host_makefile_frag}.
+
+Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
+
+       * configure.in (CC): Try to get CC from 
+       ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
+
+Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
+
+       * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
+       only if it exists in $(srcdir).
+
+Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
+
+       * configure: If CC and CXX are not set in the environment, set
+       them, based on either an existing Makefile or on searching for gcc
+       in PATH.  Substitute for CC and CXX in Makefile.
+       * configure.in: Remove libm from target_libs.  Separate
+       target_configdirs from configdirs.  If CC is not set in
+       environment, try to get it from a host Makefile fragment.  Rewrite
+       changes of configdirs to use skipdirs instead.  A few minor
+       tweaks.  Take directories out of target_configdirs as they are
+       taken out of configdirs.  Remove existing Makefile files from
+       subdirectories.  Substitute for TARGET_CONFIGDIRS and
+       CONFIG_ARGUMENTS in Makefile.
+       * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
+       by configure.in.
+       (CONFIG_ARGUMENTS): Likewise.
+       (CONFIGURE_TARGET_MODULES): New variable.
+       ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
+       ($(CONFIGURE_TARGET_MODULES)): New target.
+       (configure-libg++, configure-libio): New targets.
+       (all-libg++): Depend upon configure-libg++.
+       (all-libio): Depend upon configure-libio.
+       (configure-libgloss, all-libgloss): New targets.
+       (configure-libstdc++): New target.
+       (all-libstdc++): Depend upon configure-libstdc++.
+       (configure-librx, all-librx): New targets.
+       (configure-newlib): New target.
+       (all-newlib): Depend upon configure-newlib
+       (configure-xiberty): New target.
+       (all-xiberty): Depend upon configure-xiberty.
+
+Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
+
+       * configure.in (host i[345]86-*-win32):  Expand the
+       noconfigdirs again.
+
+Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * mpw-configure: Fix sed command file name.
+
+Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
+
+       * configure.in (host i[345]86-*-win32): Reduce the 
+       noconfigdirs again.
+
+Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
+
+       * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
+       or powerpc*-*-pe*, since they are not yet supported.
+
+Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
+
+       Add PowerMac support and many other enhancements.
+       * mpw-configure: New option --cc to select compiler to use,
+       paste options set according to --cc into the generated
+       Makefile, generate the Makefile by sed'ing the Unix Makefile.in
+       if mpw-make.sed is present.
+       * mpw-config.in: Don't test for gC1, test for mpw-touch,
+       add forward includes for PowerPC include files.
+       * mpw-build.in: Build using Makefile.PPC if present.
+       (do-byacc, etc): Remove separate version resource builds.
+       (do-gas): Build "stamps" before "all".
+       (do-gcc): Build "stamps-h" and "stamps-c" before "all".
+       * mpw-README: Update to reflect --cc option, PowerMac support,
+       and recently-reported compatibility problems.
+
+Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
+
+       * cfg-ml-com.in (m68*-*-*): Only build multilibs for
+       embedded m68k systems (-aout, -coff, -elf, -vxworks).
+       (--with-multilib-top): Pass to recursive invocations.
+
+Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
+
+       * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
+       v810-*-*.
+
+Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
+
+       * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
+       gdb, ld and opcodes on v810-*-*.
+
+Sat Sep 16 18:31:08 PDT 1995  Angela Marie Thomas <angela@cygnus.com>
+       
+       * config/mh-ncrsvr43: Removed AR_FLAGS
+
+Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
+
+       * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
+       (local-maintainer-clean): New target.
+       (maintainer-clean): New target.
+       (realclean): Just depend upon maintainer-clean.
+
+Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
+
+       * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
+
+Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
+
+       * configure.in: Build ld in mips*-*-bsd* case.
+
+Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
+
+       * config.sub: Accept -lites* OS.  From Ian Dall.
+
+start-sanitize-sh3e
+Tue Sep  5 16:34:13 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
+
+       * cfg-ml-com.in (sh-*-*): Add sh3e support.
+       
+end-sanitize-sh3e      
+Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
+
+       * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
+       targets.
+
+Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
+
+       * configure.in: treat i386-win32 canadian cross the same as
+       i386-go32 canadian cross.
+
+Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
+
+       * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
+       running under the simulator to build a reduced set of libraries.
+       (powerpc-*-eabiaix): Add fine grained multilib support added to
+       other powerpc targets yesterday.
+
+Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
+
+       * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
+       -disable-softfloat, -disable-relocatable, -disable-aix, and
+       -disable-sysv to control which multilib libraries get built.
+
+Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
+
+       * configure: Add Makefile.tem to list of files to remove in trap
+       handler.
+
+Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
+
+       * config.guess (*Linux*):  Add missing "exit"s.
+       Also, need specific check for alpha-unknown-linux (uses COFF).
+
+Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
+
+       * config.guess:  Merge with FSF:
+
+       Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
+       * config.guess (AIX4): More robust release numbering discovery.
+
+       Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
+       * config.guess (i386-sequent-ptx): Properly get version number.
+
+       Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
+       * config.guess (mips:*:4*:UMIPS): New case.
+
+Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
+
+       * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
+       (i386-win32 host): Likewise.  Don't build readline.
+
+Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
+
+       * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
+       SUPPORT_FILES to submakes.
+
+Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
+
+       * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
+       (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
+       mpw-configure.
+
+Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
+
+       * configure.in (appdirs): Use =, not ==, in test expression when
+       trying to build the text to print in the warning message for
+       Solaris users.
+
+Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
+
+       * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
+
+Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
+
+       * config.guess: Recognize lynx-2.3.
+
+Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
+
+       * config.sub (z8ksim): Deleted
+       (z8k-*-coff): New, this is the one true name of the target.
+
+Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
+
+       * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
+
+Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
+
+       * config.guess (*:Linux:*:*): First try asking the linker what the
+       default object file format is (elf, aout, or coff).  Then if this
+       fails, try previous methods.
+
+Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
+
+       * configure.in: Don't build newlib for *-*-vxworks5.1.
+
+Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
+
+       * configure.in: Don't build newlib for a29k-*-vxworks5.1.
+       * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
+
+Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
+
+       * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
+
+Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
+
+       * cfg-ml-com.in: New file.
+       * cfg-ml-pos.in: New file.
+
+Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
+
+       * COPYING.NEWLIB: Add HP free copyright to list.
+
+Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
+
+       * config.sub: Recognize -eabi* for the system, not just -eabi.
+
+Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
+
+       * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
+       * config.sub, configure.in (win32): New target and host.
+
+Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
+
+       * configure.in: Add i386-pe configuration.
+
+Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * mpw-build.in (install): Install GDB after LD.
+
+Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * mpw-config.in (elf/mips.h): Always forward-include, needed
+       for GDB to build.
+
+Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
+
+       * testsuite: New directory for customer acceptance and whole tool
+       chain tests.
+
+Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
+
+       * configure: If per-host line isn't found, but AC_OUTPUT is found
+       and a configure script exists, run it instead.
+
+Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
+
+       * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
+
+Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
+
+       * configure: Set build_{cpu,vendor,os,alias} to host values when
+       --build isn't specified.
+
+Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
+
+       * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
+       (FLAGS_TO_PASS): Pass them.
+       (EXTRA_TARGET_FLAGS): Ditto.
+
+       * config/m?-*pic: Define PICFLAG* instead of LIB*FLAGS*.
+
+Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
+
+       * Makefile.in (all-libg++): Depend on all-libstdc++.
+
+Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
+
+       * configure.in (noconfigdirs): Enable all packages for
+         i386-unknown-netbsd.
+
+Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
+
+       * configure.in (noconfigdirs): Don't configure tk for i386-go32
+       hosted builds (DOS builds)
+
+Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
+
+       Changes for ARM based on patches from Richard Earnshaw:
+       * config.sub: Handle armeb and armel.
+       * configure.in: Omit arm linker only for riscix.
+
+Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
+
+       * config.guess:  Update from FSF.
+
+Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
+
+       * config.sub: Recognize powerpcle as the little endian varient of
+       the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
+       powerpcle variant.  Convert pentium into i586, not i486.  Add p5
+       alias for i586.  Map new x86 variants p6, k5, nexgen into i586
+       temporarily.
+
+Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
+
+       * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
+
+Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
+
+       * config.sub: Accept -lites* as a basic system type.
+
+Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
+
+       * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
+       installed, and if so return linuxoldld as the system name.
+
+Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
+
+       * config.guess: Add hppa1.1-hp-lites support.
+
+Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
+
+       * configure.in: Don't build newlib for m68k-vxworks5.1.
 
 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
 
This page took 0.0279 seconds and 4 git commands to generate.