aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1992-04-11 10:51:31 +0000
committerJohn Gilmore <gnu@cygnus>1992-04-11 10:51:31 +0000
commit44d835be290732a39015f2073119c60c9762eec1 (patch)
tree93c186df5fbd00edfb8ea084e7db3345b4dc5cc6 /gdb
parent554d1be43d1b91e586c6be2abf26a4997cad0f3d (diff)
downloadgdb-44d835be290732a39015f2073119c60c9762eec1.zip
gdb-44d835be290732a39015f2073119c60c9762eec1.tar.gz
gdb-44d835be290732a39015f2073119c60c9762eec1.tar.bz2
Set devo VERSION to 4.5.1 to avoid confuzzion with the released version.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog7
-rw-r--r--gdb/Makefile.in2
2 files changed, 8 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index f4a7a49..b718647 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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)
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 92bec5e..38d5880 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -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