From: K. Richard Pixley Date: Tue, 3 Aug 1993 00:59:45 +0000 (+0000) Subject: Bumped version to 4.9.4. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=90fcdfbfcf0f8a5ea4bf0cb38da1ff00092e7760;p=binutils-gdb.git Bumped version to 4.9.4. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e8acb5917fa..3db171c4351 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,18 @@ +Mon Aug 2 16:35:31 1993 K. Richard Pixley (rich@sendai.cygnus.com) + + * Makefile.in (VERSION): bumped to 4.9.4. + + * remote-monitor.c: updated copyright. + (bug_ops, monitor_desc): now static. + (monitor_desc): in several places, check and/or set to NULL. + + * remote-hms.c (hms_files_info): Add the appropriate items where + missing in the printf call. + + * remote-bug.c: new file for m88k bug support. + + * config/m88k/m88k.mt (TDEPFILES): added remote-bug.o. + Mon Aug 2 14:22:09 1993 Steve Chamberlain (sac@phydeaux.cygnus.com) * h8300-tdep.c: Use new variable h8300hmode. diff --git a/gdb/Makefile.in b/gdb/Makefile.in index bdfdfd65a12..86760ce9e0a 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -170,7 +170,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.9.3 +VERSION = 4.9.4 DIST=gdb LINT=/usr/5bin/lint @@ -804,7 +804,8 @@ ALLDEPFILES = 29k-share/udi/udip2soc.c 29k-share/udi/udr.c \ go32-xdep.c gould-pinsn.c gould-xdep.c h8300-tdep.c h8500-tdep.c \ hp300ux-nat.c hppa-pinsn.c hppa-tdep.c hppab-nat.c hppah-nat.c \ i386-pinsn.c i386-tdep.c i386b-nat.c i386mach-nat.c i386v-nat.c \ - i386aix-nat.c i386v4-nat.c i387-tdep.c i960-pinsn.c i960-tdep.c \ + i386aix-nat.c i386v4-nat.c i386lynx-nat.c i387-tdep.c i960-pinsn.c \ + i960-tdep.c \ infptrace.c inftarg.c irix4-nat.c isi-xdep.c m68k-pinsn.c m68k-tdep.c \ m88k-nat.c m88k-pinsn.c m88k-tdep.c mips-nat.c mips-pinsn.c \ mips-tdep.c news-xdep.c nindy-share/Onindy.c nindy-share/nindy.c \