2018-07-16 Tom Tromey <tom@tromey.com>
+ * dbxread.c (processing_acc_compilation): New global.
+ * buildsym.h (processing_acc_compilation): Don't declare.
+
+2018-07-16 Tom Tromey <tom@tromey.com>
+
* xcoffread.c (aix_process_linenos, complete_symtab): Update.
* dbxread.c (read_ofile_symtab): Update.
* coffread.c (coff_start_symtab, coff_end_symtab): Update.
EXTERN unsigned char processing_gcc_compilation;
-/* 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;
-
/* Count symbols as they are processed, for error messages. */
EXTERN unsigned int symnum;
static int symfile_relocatable = 0;
+/* 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. */
+
+static unsigned char processing_acc_compilation;
+
\f
/* The lowest text address we have yet encountered. This is needed
because in an a.out file, there is no header field which tells us