* Makefile.in: Increment version to 4.5.
authorStu Grossman <grossman@cygnus>
Sat, 1 Feb 1992 12:20:10 +0000 (12:20 +0000)
committerStu Grossman <grossman@cygnus>
Sat, 1 Feb 1992 12:20:10 +0000 (12:20 +0000)
* main.c (print_gdb_version):  Update copyright notice.

gdb/ChangeLog
gdb/Makefile.in

index d336bdfe7df404fcab28f505e860d4c84d190a53..eb53976aa9f6842d3b091eb0db6ec98110bc924f 100644 (file)
@@ -1,3 +1,17 @@
+Sat Feb  1 04:15:41 1992  Stu Grossman  (grossman at cygnus.com)
+
+       * Makefile.in:  Increment version to 4.5.
+       * main.c (print_gdb_version):  Update copyright notice.
+
+Sat Feb  1 01:43:11 1992  Per Bothner  (bothner at cygnus.com)
+
+       * mipsread.c:  Prepend "struct " to the names of structure
+       types, and similarly for enums and unions.  (This used
+       to be done, but got lost in the re-write to "guess" the
+       difference between enum/struct/union.)
+       Also, guess that a tag is an enum if the first member
+       has type btNil.
+
 Fri Jan 31 21:45:51 1992  Stu Grossman  (grossman at cygnus.com)
 
        * xm-vax.h:  #ifndef ultrix around #include of endian.h and
index cc63ba4e17bdb51dcac5fb66e0b3d08f0288c571..409e2a582312ccc3d44dc9bb8c867681f125c408 100644 (file)
@@ -161,7 +161,7 @@ CDEPS = ${XM_CDEPS} ${TM_CDEPS} ${BFD_LIB} ${LIBIBERTY} ${RL_LIB}
 ADD_FILES = ${REGEX} ${ALLOCA}  ${GNU_MALLOC} ${XM_ADD_FILES} ${TM_ADD_FILES}
 ADD_DEPS = ${REGEX1} ${ALLOCA1} ${GNU_MALLOC} ${XM_ADD_FILES} ${TM_ADD_FILES}
 
-VERSION = 4.3.92
+VERSION = 4.5
 DIST=gdb
 
 LINT=/usr/5bin/lint