Keep COPYING.NEWLIB if keep-newlib.
[deliverable/binutils-gdb.git] / ChangeLog
index 0e8d13cbb3e84cd9bef40959fc9bcf642c0bac4c..98d7d237238f47da2277031a1065adfb482c5208 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,483 @@
+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.
+       * config.guess:  Update from FSF (for FreeBSD).
+
+Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
+
+       * Makefile.in (DEVO_SUPPORT): Include configure.bat and
+       makeall.bat.
+       (DISTDOCDIRS): Add `etc'.
+       (ETC_SUPPORT_PFX): New variable.
+       (taz): Include anything from etc starting with a word in
+       ETC_SUPPORT_PFX.
+
+Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
+
+       * config.sub: Update for recent FSF changes.  Remove obsolete
+       h8300hds entry.  Add -windows* and -osx as basic os.  Minor
+       spacing changes.
+
+Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
+
+       * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
+
+       * config.guess:  Merge with FSF.
+       * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
+
+Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
+
+       * configure: Since the "trap 0" handler will override the exit
+       status on many systems, only use it for "exit 1", and make it set
+       a non-zero exit status; reset it before "exit 0".  Also, check
+       exit status of config.sub, and error out if it failed.
+
+Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
+
+       * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
+       and install libgloss.
+
+Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
+
+       * Makefile.in (all-binutils): Depend upon all-byacc.
+
+       * configure.in: Don't build emacs on Irix 5.
+
+Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
+
+       * configure.in (*-*-netware*): Add libio.
+
+Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
+
+       * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
+       (CHECK_TARGET_MODULES): Ditto.
+       (INSTALL_TARGET_MODULES): Ditto.
+       (TARGET_LIBS): Ditto.
+       (all-libstdc++): Note dependencies.
+
+Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
+
+       * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
+
+Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
+
+       * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
+       -fexternal-templates.
+
+       * configure.in (target_libs): Add libstdc++.
+       (noconfigdirs): Add libstdc++ as appropriate.
+
+Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
+
+       * config.guess:  Update from FSF.
+
+Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
+
+       * configure: Use ${config_shell} when running ${configsub}.
+
+Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
+
+       * config.sub: No longer recognize h8300h.
+
+Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
+
+       * config.sub: Remove extraneous differences between config.sub and
+       gcc/config.sub.
+
+Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
+
+       * Makefile.in (DISTSTUFFDIRS): Add gas.
+
+Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
+
+       * COPYING.NEWLIB: New file.
+
+Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
+
+       * config.guess (HP-UX):  Patch from Harlan Stenn
+       <harlan@landmark.com> to also emit release level.
+
+Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
+
+       * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
+
+Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
+
+       * config.sub:  Merge nextstep cleanup from FSF.
+
+Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
+
+       * configure.in (arm-*-*): Don't configure ld for this target.
+
+Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
+
+       * configure.in (*-*-netware): don't configure libg++, libio,
+         librx, or newlib.
+
+Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
+
+       * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
+       configure ld--it works, but it doesn't support shared libraries.
+
+Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
+
+       * config.guess (*-unknown-freebsd*):  Get rid of possible
+       trailing "(Release)" in version string.
+       Patch from Paul Richards <paul@isl.cf.ac.uk>.
+
+Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
+
+       * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
+       Fix type: *-next-neststep -> *-next-nextstep.
+
+       * config.guess:  Merge from FSF:
+
+       Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
+
+       * config.guess: Recognize powerpc-ibm-aix3.2.5.
+
+       Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
+
+       * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
+       instead of UNIX_SV for UnixWare 1.0).
+
+Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
+
+       * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
+       to make gdb/nlm/* build after the compiler and linker.
+
+Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
+
+       * config.guess (netbsd, freebsd, linux):  Accept any machine,
+       not just i[34]86.
+       (m68k-atari-sysv4):  Relocate to match FSF version.
+
+       * config.guess:  More merges from the FSF:
+
+       Add a space before function call or macro invocation.
+
+       Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
+
+       * config.guess: Add trap cmd to remove dummy.c and dummy when
+       interrupted.
+
+       Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
+
+       * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
+       (dummy): Redirect stderr from compilation of dummy.c.
+
+       Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
+
+       * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
+
+Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
+
+       * configure: Accept and ignore --cache*, for compatibility with
+       new autoconf.
+
 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
 
-       * (config.guess):  Merge from FSF:
+       * config.guess:  Merge from FSF:
 
        Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
 
@@ -21,6 +498,14 @@ Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
 
         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
 
+       Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+
+       * config.guess: Guess the OS version for HPUX.
+
+       Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
+
+       * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
+
 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
 
        * configure.in: Recognize --with-headers, --with-libs, and
This page took 0.029132 seconds and 4 git commands to generate.