* symfile.c (deduce_language_from_filename): Recognize .S as asm,
authorStan Shebs <shebs@codesourcery.com>
Sat, 23 Jul 1994 22:56:46 +0000 (22:56 +0000)
committerStan Shebs <shebs@codesourcery.com>
Sat, 23 Jul 1994 22:56:46 +0000 (22:56 +0000)
.cp as C++, alphabetize better.

gdb/ChangeLog

index 65bdaaf..06534aa 100644 (file)
@@ -1,5 +1,8 @@
 Sat Jul 23 14:36:09 1994  Stan Shebs  (shebs@andros.cygnus.com)
 
+       * symfile.c (deduce_language_from_filename): Recognize .S as asm,
+       .cp as C++, alphabetize better.
+
        * breakpoint.c (ignore, condition): Move usage note into body of
        help text, so first line can be one-line summary.