From: Peter Schauer Date: Sat, 19 Nov 1994 11:22:30 +0000 (+0000) Subject: * symfile.c (deduce_language_from_filename): Treat .c++ as a X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8fb1d1893ee2df4864c78d09cb662d43b76b16d1;p=binutils-gdb.git * 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. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c9f4895de66..625e5969dc9 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.