diff options
author | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2002-07-18 17:22:50 +0000 |
---|---|---|
committer | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2002-07-18 17:22:50 +0000 |
commit | cdecafbee82211296cd2ac2cdc3e372eba5e7b8b (patch) | |
tree | 337c9e25cf53271299c205afbd8625c9cac7060f /gdb/stabsread.h | |
parent | 09ec9b38d64692a0dafd73936365f15a8d4ab383 (diff) | |
download | binutils-gdb-cdecafbee82211296cd2ac2cdc3e372eba5e7b8b.tar.gz |
2002-07-18 Elena Zannoni <ezannoni@redhat.com>
* stabsread.c: Make os9k sections of the code obsolete,
for real this time.
* stabsread.h: Make os9k sections of the code obsolete.
Diffstat (limited to 'gdb/stabsread.h')
-rw-r--r-- | gdb/stabsread.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gdb/stabsread.h b/gdb/stabsread.h index 485ebf4875f..d470d477a82 100644 --- a/gdb/stabsread.h +++ b/gdb/stabsread.h @@ -154,8 +154,9 @@ extern void end_stabs (void); extern void finish_global_stabs (struct objfile *objfile); - -EXTERN int os9k_stabs; +#if 0 /* OBSOLETE OS9K */ +// OBSOLETE EXTERN int os9k_stabs; +#endif /* OBSOLETE OS9K */ /* COFF files can have multiple .stab sections, if they are linked using --split-by-reloc. This linked list is used to pass the |