diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 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) |