diff options
Diffstat (limited to 'gdb/stabsread.h')
-rw-r--r-- | gdb/stabsread.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/stabsread.h b/gdb/stabsread.h index 984d725..5c9a1d3 100644 --- a/gdb/stabsread.h +++ b/gdb/stabsread.h @@ -163,6 +163,8 @@ end_stabs PARAMS ((void)); extern void finish_global_stabs PARAMS ((struct objfile *objfile)); +EXTERN int os9k_stabs; + /* Functions exported by dbxread.c. These are not in stabsread.h because they are only used by some stabs readers. */ |