Doc fix
authorJim Kingdon <jkingdon@engr.sgi.com>
Tue, 4 May 1993 23:16:27 +0000 (23:16 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Tue, 4 May 1993 23:16:27 +0000 (23:16 +0000)
gdb/ChangeLog
gdb/xcoffread.c

index bf908ce7f4e4818e88eb33483af76f8278f7a643..53c41f568592f0f9e588a561d2007f5727128232 100644 (file)
@@ -1,5 +1,7 @@
 Tue May  4 12:11:38 1993  Jim Kingdon  (kingdon@cygnus.com)
 
+       * xcoffread.c: Doc fix.
+
        * Makefile.in (depend): Include $(CC) command in generated output.
 
 Mon May  3 23:34:09 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
index 6fdf10ceade10df1ab1dc787aeb9a10de1741da7..d765f0324764f7b3c0755e27028c9b127e9c8699 100644 (file)
@@ -413,9 +413,9 @@ struct coff_symbol *cs;
       /* In xcoff, we assume include files cannot be nested (not in .c files
         of course, but in corresponding .s files.).  */
 
-      /* 14 Apr 93: A user said he got this message, but said he'd deleted
-        the test case.  I changed it from a fatal() to a complain()
-        and changed the wording.  */
+      /* This can happen with old versions of GCC.
+        GCC 2.3.3-930426 does not exhibit this on a test case which
+        a user said produced the message for him.  */
       struct complaint msg = {"Nested C_BINCL symbols", 0, 0};
       complain (&msg);
     }
This page took 0.040467 seconds and 4 git commands to generate.