aboutsummaryrefslogtreecommitdiff
path: root/gdb/stabsread.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/stabsread.h')
-rw-r--r--gdb/stabsread.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/stabsread.h b/gdb/stabsread.h
index 0da88f4..34c6738 100644
--- a/gdb/stabsread.h
+++ b/gdb/stabsread.h
@@ -53,6 +53,11 @@ EXTERN const char *(*next_symbol_text_func) (struct objfile *);
EXTERN unsigned char processing_gcc_compilation;
+/* Nonzero if within a function (so symbols should be local, if
+ nothing says specifically). */
+
+EXTERN int within_function;
+
/* Hash table of global symbols whose values are not known yet.
They are chained thru the SYMBOL_VALUE_CHAIN, since we don't
have the correct data for that slot yet.