Set devo VERSION to 4.5.1 to avoid confuzzion with the released version.
authorJohn Gilmore <gnu@cygnus>
Sat, 11 Apr 1992 10:51:31 +0000 (10:51 +0000)
committerJohn Gilmore <gnu@cygnus>
Sat, 11 Apr 1992 10:51:31 +0000 (10:51 +0000)
gdb/ChangeLog
gdb/Makefile.in

index f4a7a497d44264c094402e514ec905bdf6ca9adc..b718647e4a020e4e7bc2e7b0c00bcc2e720a655b 100644 (file)
@@ -1,8 +1,15 @@
 Fri Apr 10 23:47:37 1992  John Gilmore  (gnu at cygnus.com)
 
+       * Makefile.in (VERSION):  Set to 4.5.1.
        * xcoffread.c (NO_TYPEDEFS):  Fix typo in commented-out #define.
        * sparc-tdep.c (supply_gregset, fill_gregset, supply_fpregset,
        fill_gregset):  New functions for SVR4 /proc support.
+       * mipsread.c:  Cleanup.  Add more complaints for unhandled cases.
+       Remove new symbol types and such to ../include/coff/symconst.h.
+       (parse_symbol):  Simplify code for parsing struct/enum/unions.
+       (parse_type):  Handle `long long' types.
+       (upgrade_type):  Handle `const' qualifier.
+       (parse_partial_symbols):  fix indentation, clean a bit. 
 
 Fri Apr 10 22:41:03 1992  Fred Fish  (fnf@cygnus.com)
 
index 92bec5e9d186b964ffae62b7acca19c9e296bb2d..38d58808a9e39405bb5756a8fa101a6fdc8e3e34 100644 (file)
@@ -165,7 +165,7 @@ CDEPS = ${XM_CDEPS} ${TM_CDEPS} ${BFD_LIB} ${MMALLOC_LIB} ${LIBIBERTY} \
 ADD_FILES = ${REGEX} ${ALLOCA} ${XM_ADD_FILES} ${TM_ADD_FILES}
 ADD_DEPS = ${REGEX1} ${ALLOCA1} ${XM_ADD_FILES} ${TM_ADD_FILES}
 
-VERSION = 4.4.88
+VERSION = 4.5.1
 DIST=gdb
 
 LINT=/usr/5bin/lint