* dbxread.c (unknown_symchar_complaint): Make message refer to
authorJim Kingdon <jkingdon@engr.sgi.com>
Fri, 5 Nov 1993 04:57:29 +0000 (04:57 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Fri, 5 Nov 1993 04:57:29 +0000 (04:57 +0000)
"symbol descriptor" not "symbol type character" for consistency
with stabs.texinfo terminology.

gdb/ChangeLog
gdb/dbxread.c

index a429a56816c341afee95f4304a22517933b720b9..8aa8318303212e0970a9a66e9fea1bbe506d702b 100644 (file)
@@ -1,5 +1,9 @@
 Thu Nov  4 08:27:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
 
+       * dbxread.c (unknown_symchar_complaint): Make message refer to
+       "symbol descriptor" not "symbol type character" for consistency
+       with stabs.texinfo terminology.
+
        * stabsread.c (read_struct_fields): Accept either '$' or '.' as
        the character which introduces a cpp_abbrev or anonymous type.
 
index e5ac069a0ea388d0f73e9279df22b5eb6c6d24fa..56866185a2e2f18cf86c036e71930f669133fb47 100644 (file)
@@ -170,7 +170,7 @@ struct complaint unknown_symtype_complaint =
   {"unknown symbol type %s", 0, 0};
 
 struct complaint unknown_symchar_complaint =
-  {"unknown symbol type character `%c'", 0, 0};
+  {"unknown symbol descriptor `%c'", 0, 0};
 
 struct complaint lbrac_rbrac_complaint =
   {"block start larger than block end", 0, 0};