* ch-exp.y: Clean up lexing of identifiers and
[deliverable/binutils-gdb.git] / ChangeLog
index ea52f5017444b06c41cf11011c29c76187e10a0b..1f11e9677eaaea59b651a2bdb63cd0b392c14708 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,294 @@
+Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
+
+       * configure.in: add comment for --with-x default values
+
+       * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
+
+       * Makefile.in: add check-* targets for each of the directories in
+       the tree.  Add a definition of RUNTEST that will use the one we
+       just built, if it exists.  Pass this down via FLAGS_TO_PASS.
+
+Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
+
+       * configure.in: Removed obsolete references to bfd_target and
+       target_makefile_frag.
+
+       * build-all.mk: Set assorted targets for Q2.
+       * config.sub: Recognize z8k-sim and h8300-hms.
+       * test-build.mk: Really don't pass host to configure.
+       (HOLES): Added uname.
+
+Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
+
+       * configure: Handle an empty program-prefix, program-suffix or
+       program-transform-name correctly.
+
+Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
+
+       * build-all.mk: -G 8 no longer required for MIPS targets.
+       * test-build.mk: Don't pass host argument to configure; make it
+       guess.
+
+Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
+
+       * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
+       * Makefile.in (COMPRESS):  New macro, like GZIP.
+
+Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
+
+       * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
+
+       * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
+       with gas currently defaults to -G 0.
+
+Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
+
+       * Makefile.in (all-flex): flex depends on byacc.
+
+       * build-all.mk: If host not specified, use config.guess.  Pass TAG
+       to test-build.mk as RELEASE_TAG.
+       * test-build.mk (configargs): New variable containing arguments to
+       pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
+       (FLAGS_TO_PASS): Pass down RELEASE_TAG.
+
+       * config.guess: Use /bin/uname when checking -X argument on SCO,
+       to avoid invoking GNU uname which doesn't understand -X.
+
+       * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
+
+       * configure.in: Build gas for mips-*-*.
+
+Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
+
+       * Makefile.in (all.normal): insert missing backslash.
+
+Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
+
+       * build-all.mk, config/mh-irix4: Bump -XNh value to 1500 to match
+       gcc requirements.
+
+       * Makefile.in: Complete overhaul to merge many almost identical
+       targets.
+
+Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
+
+       * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
+       (gdb.tar.Z): Adjusted.
+
+       * Makefile.in (setup-dirs, taz): New targets; should be general
+       enough to adapt for gdb sometime.  Build only .z file.
+       (gas.tar.z): New target.
+
+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-sun3: cc needs -J to compile cp-parse.c correctly
+
+       * config/mh-solaris: SunPRO C needs -Xs to be able to get a
+       working xmakefile for Emacs.
+
+Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
+
+       * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
+       for handling BISON for FSF releases.
+
+Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
+
+       * configure: Actually implement the change zoo just documented.
+
+Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
+
+       * configure: when using config.guess, only set target_alias when
+       it's not already been set (ie, on the command line)
+
+Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
+
+       * Makefile.in: add installcheck target, set PRMS to install-prms
+
+Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
+
+       * configure: add support for package_makefile_fragment, handle the
+       case where a directory has a configure.in file but no Makefile.in
+       more gracefully (with an actual understandable error message, even);
+       add support for --without (and add this to the usage message); also
+       explicitly add a --host=${host_alias} to the command line when
+       config.guess is used
+
+Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
+
+       * configure: Must use both --host and --target in recursive calls.
+
+Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
+
+       * Makefile.in: Change deja-gnu to dejagnu.
+
+Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
+
+       * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
+
+Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
+
+       * configure.in: canonicalize all instances to *-*-solaris2*,
+       also strip out a number of tools to not build for go32 host
+
+Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
+
+       * config.guess: add GPL.
+
+       * Makefile.in, config.guess, config.sub, configure: bump
+         copyrights to 93.
+
+Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
+
+       * Makefile.in (do-info): Removed obsolete check for existence of
+       localenv file.
+
+       * Makefile.in (MAKEOVERRIDES): Define to be empty.
+
+Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
+
+       * Makefile.in: a couple of 'else true' for decstation,
+       support for TclX
+
+       * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
+
+Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
+
+       * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
+
+Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
+
+       * config.guess: Recognize i386-ibm-aix (PS/2).
+       * configure.in: Use config/mh-aix386 file for it.
+
+Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
+
+       * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
+       CC_FOR_TARGET instead.
+       (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
+
+Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
+
+       * Makefile.in: Add sim to list of directories sent with gdb
+
+Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
+
+       * configure.in: Put back mips-dec-bsd* case.
+
+Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
+
+       (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
+       * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
+       * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
+       * config/mh-vaxult2:  New file.
+
+Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
+
+       * configure.in: remove no-op mips-dec-bsd* in "case $target"
+
+       * Makefile.in (dir.info): only run gen-info-dir if it exists,
+       (install-info): install dir.info only if it exists,
+       (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
+
+Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
+
+       * configure.in: For vms target, skip bfd, ld, binutils.  Do build
+       gas for mips-dec-bsd.
+
+Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
+
+       * configure (makesrcdir): If ${srcdir} is relative and not ".",
+       and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
+
+Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
+
+       * configure.in: Added "dejagnu" to hosttools list.
+
+Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
+
+       * config.sub, configure.in, config.guess:  Add support
+       for Bosx, an AIX variant from Bull.
+       Patches from F.Pierresteguy@frcl.bull.fr.
+
+Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
+
+       * devo/dejagnu: Initial creation of devo/dejagnu.
+       Migrated dejagnu testcases and support files for testing software
+       tools to reside as subdirectories, currently called "testsuite",
+       within the directory of the software tool.  Migrated all programs,
+       support libraries, etc. beloging to dejagnu proper from
+       devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
+       with no modifications.  The changes to these files which will
+       allow them to configure, build, and execute properly will be made
+       in a future update.
+
+Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
+
+       * Makefile.in: Change send_pr to send-pr.
+       * configure.in: Likewise.
+       * send_pr: Renamed directory to send-pr.
+
+Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
+
+       * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
+
+Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
+
+       * README:  Update for gdb-4.8 release.
+       * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
+       gdb-xxx.tar.z (gzip'd) file also.
+
+Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
+
+       * Makefile.in: make all-diff depend on all-libiberty
+
+Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
+
+       * config.guess: add vax-ultrix in the spirit of mips-ultrix.
+
+Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
+
+       * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
+
+Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
+
+       * Makefile.in (DEVO_SUPPORT):  Remove etc directory
+       (ETC_SUPPORT):  Only add the files GDB wants from etc/.
+       (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
+
+Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
+
+       * Makefile.in:  makeinfo binary is in a new location
+
 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
 
+       * config.sub: Accept -ecoff as an OS.
+
+       * Makefile.in: Various changes to eliminate a level of make
+       recursion and reduce the required command line length.
+       (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
+       sub-makes.
+       (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
+       variables holding settings for specific sub-makes.
+       (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
+       in terms of BASE_FLAGS_TO_PASS.
+       (TARGET_LIBS): New variable listing directories which use
+       TARGET_FLAGS_TO_PASS.
+       (subdir_do): Eliminated.
+       (do-*): New set of targets to replace subdir_do.
+       (various): All targets which used subdir_do now depend on do-*.
+       (local-clean): Renamed from do_clean.
+       (local-distclean): New target, dependency of distclean and
+       realclean.
+       (install-info): Don't create directories.  Depend on dir.info
+       rather than calling make recursively.
+       (install-dir.info): Eliminated.
+       (install-info-dirs): Create all info directories here.
+       (dir.info): Depend upon do-install-info.
+
        * test-build.mk (HOLES): Added false.
 
 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
@@ -90,15 +379,6 @@ Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
        * Makefile.in (gcc-no-fixedincludes): Made to work with current
        gcc Makefile.
 
-**** start-sanitize-chill ****
-Fri Jan 15 16:40:54 1993  Mike Werner  (mtw@rtl.cygnus.com)
-
-       * Makefile.in: added variables CHILL_FOR_TARGET, CHILLFLAGS,
-         and CHILL_LIB.
-       * deja-gnu/gdb.t31/Makefile.in: removed explicit setting of
-         CHILL variables as these are now passed down from the top
-         level makefile using FLAGS_TO_PASS.
-**** end-sanitize-chill ****
 
 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
 
@@ -113,11 +393,6 @@ Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
 
        * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
          set exclusively by configure, using configure.in .
-        **** start-sanitize-chill ****
-       * configure.in: Changed the method by which SUBDIRS is set, in order
-          to properly handle the addition of chill related subdirectories
-          to the SUBDIRS list.
-        **** end-sanitize-chill ****
 
 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
 
@@ -131,18 +406,6 @@ Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
        the one used in gcc/Makefile.in, so that a null expansion doesn't
        override the one needed to build gcc with a native cc.
 
-       **** start-sanitize-chill ****
-Wed Jan  6 07:53:46 1993  Fred Fish  (fnf@cygnus.com)
-
-       * Makefile.in (SUBDIRS):  Add chillrt.
-       * Makefile.in (all.normal):  Add all-chillrt.
-       * Makefile.in (all.cross):  Add all-chillrt.
-       * Makefile.in (install-no-fixedincludes):  Add install-chillrt.
-       * Makefile.in (install.cross):  Add install-chillrt.
-       * Makefile.in (all-chillrt, install-chillrt):  New targets.
-       * Makefile.in (subdir_do):  Handle chillrt like newlib.
-       * configure.in (target_libs):  Add chillrt.
-       **** end-sanitize-chill ****
 
 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
 
This page took 0.025577 seconds and 4 git commands to generate.