aboutsummaryrefslogtreecommitdiff
path: root/gdb/buildsym.h
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-06-18 17:40:50 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-06-18 17:40:50 +0000
commite64ec645a844d40a44a4b14c879cffb83db7ec4c (patch)
tree8941fa74cde73e040164e90e393f73eedba52ad3 /gdb/buildsym.h
parent9cd039e778f0b6ca603225411165ee199e042a3c (diff)
downloadgdb-e64ec645a844d40a44a4b14c879cffb83db7ec4c.zip
gdb-e64ec645a844d40a44a4b14c879cffb83db7ec4c.tar.gz
gdb-e64ec645a844d40a44a4b14c879cffb83db7ec4c.tar.bz2
* buildsym.h: Doc fix for processing_acc_compilation.
Diffstat (limited to 'gdb/buildsym.h')
-rw-r--r--gdb/buildsym.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/gdb/buildsym.h b/gdb/buildsym.h
index f70231c..c788e11 100644
--- a/gdb/buildsym.h
+++ b/gdb/buildsym.h
@@ -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;