Bump version to 4.10.3 in main trunk after branch for gdb 4.11
This commit is contained in:
parent
c0c14c1e8d
commit
cf4d863151
|
@ -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)
|
Sun Oct 17 02:06:01 1993 Stu Grossman (grossman at cygnus.com)
|
||||||
|
|
||||||
* procfs.c: Handle process exits more elegantly by trapping on
|
* procfs.c: Handle process exits more elegantly by trapping on
|
||||||
|
|
|
@ -174,7 +174,7 @@ CDEPS = $(XM_CDEPS) $(TM_CDEPS) $(NAT_CDEPS) \
|
||||||
ADD_FILES = $(REGEX) $(XM_ADD_FILES) $(TM_ADD_FILES) $(NAT_ADD_FILES)
|
ADD_FILES = $(REGEX) $(XM_ADD_FILES) $(TM_ADD_FILES) $(NAT_ADD_FILES)
|
||||||
ADD_DEPS = $(REGEX1) $(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
|
DIST=gdb
|
||||||
|
|
||||||
LINT=/usr/5bin/lint
|
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/nm-sun386.h config/i386/nm-symmetry.h \
|
||||||
config/i386/tm-i386aix.h config/i386/tm-i386bsd.h \
|
config/i386/tm-i386aix.h config/i386/tm-i386bsd.h \
|
||||||
config/i386/tm-i386lynx.h config/i386/tm-i386m3.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-i386v.h \
|
||||||
config/i386/tm-i386v4.h config/i386/tm-linux.h \
|
config/i386/tm-i386v4.h config/i386/tm-linux.h \
|
||||||
config/i386/tm-sun386.h \
|
config/i386/tm-sun386.h \
|
||||||
|
|
Loading…
Reference in New Issue