* buildsym.h: Doc fix for processing_acc_compilation.
authorJim Kingdon <jkingdon@engr.sgi.com>
Fri, 18 Jun 1993 17:40:50 +0000 (17:40 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Fri, 18 Jun 1993 17:40:50 +0000 (17:40 +0000)
gdb/ChangeLog
gdb/buildsym.h

index f572db776d5597f8cd270daadb83ca8163cfa13c..4b43f23e1161becf665187bc55d0e7efa24d589f 100644 (file)
@@ -1,3 +1,7 @@
+Fri Jun 18 12:37:36 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * buildsym.h: Doc fix for processing_acc_compilation.
+
 Thu Jun 17 19:57:08 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
 
        * printcmd.c (print_formatted): Don't use tab in wrap_here arg.
index f70231cd6450ba7f3c15de16c7ab20b31002a84e..c788e1156a628a12ea86581967e5a5de1ff979ab 100644 (file)
@@ -71,7 +71,11 @@ EXTERN struct subfile *current_subfile;
 
 EXTERN unsigned char processing_gcc_compilation;
 
-/* When set, we are processing a .o file compiled by sun acc */
+/* When set, we are processing a .o file compiled by sun acc.  This is
+   misnamed; it refers to all stabs-in-elf implementations which use
+   N_UNDF the way Sun does, including Solaris gcc.  Hopefully all
+   stabs-in-elf implementations ever invented will choose to be
+   compatible.  */
 
 EXTERN unsigned char processing_acc_compilation;
 
This page took 0.027596 seconds and 4 git commands to generate.