Bump version to 4.10.3 in main trunk after branch for gdb 4.11
authorFred Fish <fnf@specifix.com>
Sun, 17 Oct 1993 20:08:10 +0000 (20:08 +0000)
committerFred Fish <fnf@specifix.com>
Sun, 17 Oct 1993 20:08:10 +0000 (20:08 +0000)
gdb/ChangeLog
gdb/Makefile.in

index ae79f4989ebaa00a1ab5cdc4cd0bbbee1fbef295..4933a765a2a10c3cad7266bfe14ff21897fa0e5d 100644 (file)
@@ -1,3 +1,16 @@
+Sun Oct 17 13:04:49 1993  Fred Fish  (fnf@cygnus.com)
+
+       * Makefile.in (VERSION):  Bump to 4.10.3.
+
+Sun Oct 17 09:18:57 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * infrun.c (wait_for_inferior): Clean up comments which were at
+       the top of the file, making them more concise and moving them with
+       the code (Sorry, Randy, but these stream-of-consciousness comments
+       really have to go).  Switch the order of the "&&", which makes
+       things clearer and turns out to be an improvement with respect to
+       side effects and speed.
+
 Sun Oct 17 02:06:01 1993  Stu Grossman  (grossman at cygnus.com)
 
        * procfs.c:  Handle process exits more elegantly by trapping on
index 95a1d0af2deec6aac087f83525f2e3ff07921160..1abded177d9009ee57d682210ad43ea967ff93fc 100644 (file)
@@ -174,7 +174,7 @@ CDEPS = $(XM_CDEPS) $(TM_CDEPS) $(NAT_CDEPS) \
 ADD_FILES = $(REGEX) $(XM_ADD_FILES) $(TM_ADD_FILES) $(NAT_ADD_FILES)
 ADD_DEPS = $(REGEX1) $(XM_ADD_FILES) $(TM_ADD_FILES) $(NAT_ADD_FILES)
 
-VERSION = 4.10.2
+VERSION = 4.10.3
 DIST=gdb
 
 LINT=/usr/5bin/lint
@@ -849,7 +849,7 @@ ALLPARAM = config/a29k/nm-ultra3.h config/a29k/tm-a29k.h \
        config/i386/nm-sun386.h config/i386/nm-symmetry.h \
        config/i386/tm-i386aix.h config/i386/tm-i386bsd.h \
        config/i386/tm-i386lynx.h config/i386/tm-i386m3.h \
-       config/i386/tm-i386mk.hconfig/i386/tm-i386nw.h \
+       config/i386/tm-i386mk.h config/i386/tm-i386nw.h \
        config/i386/tm-i386v.h \
        config/i386/tm-i386v4.h config/i386/tm-linux.h \
        config/i386/tm-sun386.h \
This page took 0.030306 seconds and 4 git commands to generate.