Bumped version to 4.9.4.
authorK. Richard Pixley <rich@cygnus>
Tue, 3 Aug 1993 00:59:45 +0000 (00:59 +0000)
committerK. Richard Pixley <rich@cygnus>
Tue, 3 Aug 1993 00:59:45 +0000 (00:59 +0000)
gdb/ChangeLog
gdb/Makefile.in

index e8acb5917fa36a9b4af0224a74f3d543106b304c..3db171c4351ad58a8c63422e20cc9c171b557595 100644 (file)
@@ -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.
index bdfdfd65a12353d23130112140010259f95c9ea6..86760ce9e0aeffe28d81e25cc6d436ba2b2f3211 100644 (file)
@@ -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 \