Keep COPYING.NEWLIB if keep-newlib.
[deliverable/binutils-gdb.git] / ChangeLog
index 59bda3e0eb60c1cfe451d9746b63d05fd12b65e0..98d7d237238f47da2277031a1065adfb482c5208 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,303 @@
+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>
+
+       * configure.in (mips-sgi-irix6): Use mh-irix5.
+
+Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
+
+       * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
+
+Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
+
+       * test-build.mk: Enable building of shared libraries on IRIX 5 and
+        OSF/1.  Fix compiler flags.
+       * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
+
+Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
+
+       * configure.in: Recognize --with-newlib.
+       (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
+
+Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
+
+       * Makefile.in: move {all,check,install}-gdb from *_MODULES 
+       to *_X11_MODULES due to gdbtk needing X include files et al.
+
+Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
+
+       Merge in support for Mac MPW as a host.
+       (Old change descriptions retained for informational value.)
+
+       * mpw-config.in: Add generic include forwards for cpu-specific
+       include files in aout and elf directories.
+
+       * mpw-configure: Added copyright.
+       * mpw-config.in: Check for presence of required build tools.
+       (target_libs): Add newlib.
+       (target_tools): Add examples.
+       (Read Me): Generate as "Read Me for MPW" instead.
+       * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
+       (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
+       (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
+
+       * mpw-configure: Remove subdir-specific makefile hackery,
+       delete mk.tmp after using it.
+
+       * mpw-build.in (all): Display start and end times.
+
+       * mpw-configure (host_canonical): Set.
+       (target_cpu): Always add to makefiles.
+       (ARCHDEFS, EMUL): Add to makefile only if nonempty.
+       (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
+       (mpw-mh-mpw): Look for in srcdir and srcroot.
+       Use sed instead of mpw-edit-prefix to edit prefix definitions.
+
+       * mpw-build.in: (install-only): New target.
+
+       * mpw-configure (host_alias, target_alias): Rename from hostalias
+       and targetalias, add into generated Makefile.
+       (mk.tmp): If present, add into generated Makefile.
+       * mpw-build.in (all-gas): Build config.h first before gas proper.
+
+       * mpw-configure (config.status): Write only if changed.
+       * mpw-config.in (readline): Configure it (not built, just used for
+       definitions).
+
+       * mpw-config.in (elf/mips.h): Add a forward include.
+
+       * mpw-config.in: Forward-include most .h files in include into
+       extra-include.
+       (readline): Don't build.
+       mpw-build.in (install): Install GDB.
+
+       * mpw-configure (prefix, mpw_prefix): Handle it.
+       * mpw-config.in (mmalloc, readline): Don't configure.
+       * mpw-build.in (thisscript): Rename to ThisScript.
+       Use mpw-build instead of BuildProgram everywhere.
+       (mmalloc, readline): Don't build.
+       * mpw-README: New file, basic documentation about the MPW port.
+
+       * mpw-config.in: Use forward-include to create include files.
+
+       * mpw-configure: Add more things to the top of each configured
+       Makefile, including contents of config/mpw-mh-mpw.
+       * mpw-config.in (extra-include): Create this directory and fill it
+       with Posix-like include files when configuring.
+
+       * config.sub (apple, mac, mpw): Add various aliases.
+
+       * mpw-build.in: New file, top-level build script fragment for MPW.
+       * mpw-configure: New file, configure script for MPW.
+       * mpw-config.in: New file, config fragment for MPW.
+
+Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * configure.in (host_libs): Remove glob, since it is gone from the
+       sources.
+
+Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
+
+       * Makefile.in: define empty GDB_NLM_DEPS var.
+
+       * configure.in(target_makefile_frag): use config/mt-netware
+       for netware targets.
+
+Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config.sub: Merge in recent FSF changes.  Remove linux special
+       cases.
+
+Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
+
+       build-all.mk,config/mh-solaris:  revert these two changes:
+
+       Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
+
+               * build-all.mk: Use CC=cc -Xs on Solaris.
+
+       Mon Mar 29 19:59:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
+
+               * config/mh-solaris: SunPRO C needs -Xs to be able to get a
+               working xmakefile for Emacs.
+
+Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
+       stop using it.
+       * Makefile.in: Nuke all references to glob subdirectory.
+
+Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
+
+       * configure.in: Fix --enable-shared logic in per-host.
+
+Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
+
+       * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
+
+Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * configure.in (noconfigdirs): Don't build gas on AIX, for
+       powerpc*-*-aix* as well as for rs6000*-*-aix*.
+
+Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
+
+       * configure: Fix --cache-file to work if the file argument is a
+       relative path.
+
+Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
+
+       * configure: If the --cache-file is used, pass it down to
+       configure in subdirectories.
+
+Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
+
+       * config.sub: add vxworks29k configuration.
+
+Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
+
+       * Makefile.in (taz): Do "diststuff" part quietly.
+
+Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
+
+       * config.sub: Mini-merge with gcc/config.sub.
+
+Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
+
+       * config.guess (IRIX): Sed - to _.
+
+Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
+
+       * Makefile.in (source-vault, binary-vault): New targets
+
+Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
+
+       * config.sub: Recognize -eabi as a basic system type.
+
+Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
+
+       * configure.in (enable_shared stuff): Fix typo.
+
+Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
+
+       * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
+
+Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
+
+       * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
+
+Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
+
+       * configure.in (rs6000-*-*): Don't build gas.
+
+Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
+
+       * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
+       reduce command line length.
+       (AS_FOR_TARGET): Check for as.new, not Makefile.
+       (NM_FOR_TARGET): Check for nm.new, not Makefile.
+
+Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
+
+       * config.guess:  Merge from FSF.
+
+Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
+
+       * configure: Don't use $ when handling program_suffix.
+
+Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
+
+       * configure.in:  Configure tk for hppa/hpux.
+
+Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
+
+       * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
+
+Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
+
+       * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
+       to LIBCXXFLAGS.  Tests are better run without it.
+
+Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
+
+       * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
+
+Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
+
+       * configure.in (*-*-netware*): Don't configure xiberty.
+
+Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
+
+       * configure.in:  Remove tk from native_only list.
+
+Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
+
+       * build-all.mk: Add mips-ncd-elf target to sun4 targets
+         for special NCD build.
+
+Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
+
+       * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
+       makeall.bat, they're only useful for binutils snapshots.
+       (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
+       makeall.bat to specified SUPPORT_FILES.
+
+Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
+
+       * build-all.mk: Add Ericsson targets to sun4 and solaris
+         hosts.  Add  BNR's sun4 target to solaris host, so their
+         build-from-source will be tested in-house first.
+
+Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
+
+       * Makefile.in (LIBCFLAGS): New variable.
+       (CFLAGS_FOR_TARGET): Ditto.
+       (LIBCFLAGS_FOR_TARGET): Ditto.
+       (LIBCXXFLAGS): Ditto.
+       (CXXFLAGS_FOR_TARGET): Ditto.
+       (LIBCXXFLAGS_FOR_TARGET): Ditto.
+       (BASE_FLAGS_TO_PASS): Pass them.
+       (EXTRA_TARGET_FLAGS): Ditto.
+
+       * configure.in, config/m[th]-*pic: Support --enable-shared.
+
 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
 
        * configure.in (target_libs):  Include libstdc++ again.
This page took 0.026527 seconds and 4 git commands to generate.