diff options
author | Stu Grossman <grossman@cygnus> | 1992-02-01 12:20:10 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1992-02-01 12:20:10 +0000 |
commit | 98f03b9114522d1542bbaaf5f4c945814acb7f69 (patch) | |
tree | c311e9369334d27b436afcf3ea2608c56bd6e1de /gdb/ChangeLog | |
parent | b0606560a384e549fc66f283347f5a5aee298498 (diff) | |
download | gdb-98f03b9114522d1542bbaaf5f4c945814acb7f69.zip gdb-98f03b9114522d1542bbaaf5f4c945814acb7f69.tar.gz gdb-98f03b9114522d1542bbaaf5f4c945814acb7f69.tar.bz2 |
* Makefile.in: Increment version to 4.5.
* main.c (print_gdb_version): Update copyright notice.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d336bdf..eb53976 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -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 |