diff options
-rw-r--r-- | gdb/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c9f4895..625e596 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,13 @@ +Sat Nov 19 03:10:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) + + * config/i386/i386sol2.mh: Reenable core file support. + + * symfile.c (deduce_language_from_filename): Treat .c++ as a + C++ extension. + + * valops.c (destructor_name_p): Do not compare the template + part for template classes. + Fri Nov 18 14:55:59 1994 Stan Shebs (shebs@andros.cygnus.com) * defs.h, infcmd.c (reg_names): Don't declare as constant. |